verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca

导航

07 2021 档案

linux开机自启
摘要:vi /etc/rc.d/rc.local # fastdfs start/usr/bin/fdfs_trackerd /etc/fdfs/tracker.conf restart/usr/bin/fdfs_storaged /etc/fdfs/storage.conf restart # ngin 阅读全文

posted @ 2021-07-26 12:40 泳之 阅读(35) 评论(0) 推荐(0)

linux端口问题
摘要:查看端口占用 netstat -lnpt |grep 5601 检查你的服务器端口 netstat -ntpl1、根据端口号查进程pidlsof -i:portnetstat -nap|grep port2、根据进程号查端口netstat -nap|grep pid3、根据进程pid查看服务路径ps 阅读全文

posted @ 2021-07-23 22:15 泳之 阅读(42) 评论(0) 推荐(0)

nodejs添加仓库
摘要:1.安装nrm npm install -g nrm 2.nrm中加入别人的私有仓库;(第一次使用时添加即可) nrm add crcc http://36.112.134.140:8080/repository/npm/ 3.powershell运行 执行以下命令:set-ExecutionPol 阅读全文

posted @ 2021-07-19 17:28 泳之 阅读(517) 评论(0) 推荐(0)

我是谁? 回答错误