摘要: ```pyth from os import time print("haha") ``` ```python from os import time print("haha") time.time()![beautiful](https://wx4.sinaimg.cn/mw200/bc8909e5gy1g41st10120j217c17chdt.jpg) ``` ![views](http... 阅读全文
posted @ 2019-07-16 13:25 olivertian 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 首先who(或w)查看需要杀死的终端名,然后执行: pkill -9 -t pts/? pkill相当于ps和kill的结合,用法和killall类似,根据进程名来杀死一类进程(kill是杀死单个) -9:表示强制杀死进程 -t pts/?: 阅读全文
posted @ 2019-07-16 11:15 olivertian 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 上传图片时报错:"Got a packet bigger than 'max_allowed_packet' bytes" 修改参考:https://blog.csdn.net/github_39325328/article/details/79549756 没事不要重启mysql 否则修改失效了, 阅读全文
posted @ 2019-07-16 00:54 olivertian 阅读(327) 评论(0) 推荐(0) 编辑