上一页 1 2 3 4 5 6 7 8 ··· 15 下一页

2020年1月2日

window查看端口占用

摘要: netstat -aon | findstr "65522" 阅读全文

posted @ 2020-01-02 23:21 ${} 阅读(141) 评论(0) 推荐(0)

CentOS7卸载及安装Nginx

摘要: CentOS7卸载及安装Nginx 1、查询Nginx服务并停掉 ps -ef | grep nginx kill -9 29377 2、.查找、删除Nginx相关文件 whereis nginx find / -name nginx 3、使用yum清理 yum remove nginx 5.备份原 阅读全文

posted @ 2020-01-02 23:18 ${} 阅读(2679) 评论(0) 推荐(0)

2019年12月19日

linux

摘要: linux删除排除某个文件 rm -rf `ls |egrep -v MP_verify_3VaePBx2CGAG1in4.txt` 阅读全文

posted @ 2019-12-19 11:34 ${} 阅读(252) 评论(0) 推荐(0)

2019年12月18日

MySQL的timestamp不能为空

摘要: 参考https://www.cnblogs.com/zqifa/p/mysql-3.html https://www.jianshu.com/p/d7d364745173 配置文件设置 阅读全文

posted @ 2019-12-18 11:15 ${} 阅读(1343) 评论(0) 推荐(0)

2019年12月16日

vue-router模式为history的项目打包发布后不能通过地址栏里的地址进行路由跳转

摘要: 参考 https://blog.csdn.net/u011025083/article/details/80352301 https://blog.csdn.net/nianqusuifeng/article/details/88531872 server { listen 8080; server 阅读全文

posted @ 2019-12-16 16:56 ${} 阅读(2098) 评论(0) 推荐(0)

2019年12月5日

11

摘要: 接手参数 最好这样 阅读全文

posted @ 2019-12-05 19:29 ${} 阅读(201) 评论(0) 推荐(0)

2019年11月29日

www

摘要: <dependency> <groupId>jdk.tools</groupId> <artifactId>jdk.tools</artifactId> <version>jdk1.8.0_152</version> <scope>system</scope> <systemPath>/Librar 阅读全文

posted @ 2019-11-29 11:23 ${} 阅读(168) 评论(0) 推荐(0)

Springboot的maven启动

摘要: 阅读全文

posted @ 2019-11-29 10:15 ${} 阅读(217) 评论(0) 推荐(0)

2019年11月26日

Gradle

摘要: 清楚并构建 gradle clean build -x test 阅读全文

posted @ 2019-11-26 10:19 ${} 阅读(137) 评论(0) 推荐(0)

2019年11月7日

USDT相关

摘要: 查看区块同步高度(需要区块同步完成才可以)./omnicore-cli -rpcconnect=127.0.0.1 -rpcuser=root -rpcpassword=1qaz@WSX -rpcport=18335 getblockcount api文档 查询余额 ./omnicore-cli - 阅读全文

posted @ 2019-11-07 01:03 ${} 阅读(199) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 15 下一页

导航