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

浙公网安备 33010602011771号