摘要:
```pyth
from os import time
print("haha")
``` ```python
from os import time
print("haha")
time.time()
``` 
评论(0)
推荐(0)
摘要:
首先who(或w)查看需要杀死的终端名,然后执行: pkill -9 -t pts/? pkill相当于ps和kill的结合,用法和killall类似,根据进程名来杀死一类进程(kill是杀死单个) -9:表示强制杀死进程 -t pts/?: 阅读全文
posted @ 2019-07-16 11:15
olivertian
阅读(271)
评论(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
阅读(343)
评论(0)
推荐(0)

浙公网安备 33010602011771号