1,成功执行文件 在main函数所在的文件下运行,生成可执行文件 go build main.go 2.启动时守护进程 nohup ./生成的文件 &
使用pm2进行进程守护
首先安装nvm wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash 接着使用nvm安装Node.js…
python3 socket服务端发送html文件
浏览器请求,然后socket服务端通过open方法打开一个html文本,并发送给浏览器,代码如下: import socket def custom_html(): sk = socket.socket() sk.bin…
万能视频解析接口json
解析地址: https://db.ci/api.php?url= 支持的网站如下: 支持的网站 支持的网站 17live 17live:clip 1tv 20min 220.ro 23video 247sports 24…
CBS News直播
CBS News
du查看某个文件或目录占用磁盘空间的大小
一、du的功能:`du` reports the amount of disk space used by the specified files and for each subdirectory (of direct…