04 2021 档案

摘要:import time def timer(f): # *定义装饰器 def inner(*args, **kwargs): start = time.time() func = f(*args, **kwargs) end = time.time() print("装饰器函数", end - st 阅读全文
posted @ 2021-04-24 20:02 _南归 阅读(72) 评论(0) 推荐(0)
摘要:http://tiaocaoer.com/blog/centos_codeserver.html export PASSWORD="pasword" && ./code-server --port 8888 --host 0.0.0.0 阅读全文
posted @ 2021-04-18 11:49 _南归 阅读(592) 评论(0) 推荐(0)
摘要:nohup nohup [command] >> /root/other.out & 将command命令运行后的输出文件重定向到/root/other.out,并将程序挂起,关闭ssh后程序不断 screen 先下载screen,yum -y install screen 创建新的终端界面 scr 阅读全文
posted @ 2021-04-08 17:14 _南归 阅读(72) 评论(0) 推荐(0)
摘要:https://chrome.google.com/webstore/detail/eversync-sync-bookmarks-b/iohcojnlgnfbmjfjfkbhahhmppcggdog/related?hl=zh-CN 阅读全文
posted @ 2021-04-04 21:58 _南归 阅读(107) 评论(0) 推荐(0)