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

2020年1月2日

区块链

摘要: ./omnicore-cli -rpcconnect=127.0.0.1 -rpcuser=root -rpcpassword=1qaz@WSX -rpcport=18335 "omni_getallbalancesforaddress" "18esbj6PbKdSTA6xD9voHG5Bc6FuL 阅读全文

posted @ 2020-01-02 23:24 ${} 阅读(150) 评论(0) 推荐(0) 编辑

window查看端口占用

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

posted @ 2020-01-02 23:21 ${} 阅读(138) 评论(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 ${} 阅读(2617) 评论(0) 推荐(0) 编辑

2019年12月19日

nginx

摘要: yum install gd-devel ./configure --prefix=/usr/local/nginx --with-debug --with-http_stub_status_module --with-http_ssl_module --with-http_realip_modul 阅读全文

posted @ 2019-12-19 16:09 ${} 阅读(515) 评论(0) 推荐(0) 编辑

linux

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

posted @ 2019-12-19 11:34 ${} 阅读(242) 评论(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 ${} 阅读(1283) 评论(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 ${} 阅读(2067) 评论(0) 推荐(0) 编辑

2019年12月5日

11

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

posted @ 2019-12-05 19:29 ${} 阅读(197) 评论(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 ${} 阅读(164) 评论(0) 推荐(0) 编辑

Springboot的maven启动

摘要: 阅读全文

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

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

导航