摘要:
原因: By default, Safari Mobile does not use the :active state unless there is a touchstart event handler on the relevant element or on the <body>. 解决方法 阅读全文
摘要:
1. 查看进程信息 ps aux 2. 查看匹配某文本的进程信息 ps aux|grep ./update_stock //匹配./update_stock的进程 3. 打印相关 ls > test.log #输出目录到文件 ls >> test.log #追加目录到文件 ls | tee test 阅读全文