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

2020年3月19日

33

摘要: "proxy": { "/Common": { "target": "https://www.fanzhouauto.com/Lexus/WebApi/", "changeOrigin": true }} 阅读全文

posted @ 2020-03-19 11:06 ${} 阅读(102) 评论(0) 推荐(0) 编辑

2020年3月17日

CentOS7安装及搭建RabbitMQ集群

摘要: rabbitmq3.3.5 官网下载地址 https://www.rabbitmq.com/download.html centos提供的下载地址 https://cbs.centos.org/kojifiles/packages/rabbitmq-server/3.3.5/6.el7/noarch 阅读全文

posted @ 2020-03-17 16:49 ${} 阅读(668) 评论(0) 推荐(0) 编辑

2020年2月22日

centos7卸载python2导致无法使用yum

摘要: https://www.jianshu.com/p/89df82a5d74b https://blog.csdn.net/linuxnews/article/details/51780382 yum 命令报错 “ There are no enabled repos https://blog.csd 阅读全文

posted @ 2020-02-22 17:26 ${} 阅读(493) 评论(0) 推荐(0) 编辑

2020年2月2日

临时

摘要: ALTER USER root@'%' IDENTIFIED BY 'trading'; set password for root@localhost = password('trading'); GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFI 阅读全文

posted @ 2020-02-02 10:40 ${} 阅读(125) 评论(0) 推荐(0) 编辑

Java虚拟机操作

摘要: nohup java -Xmx512m -Xms512m -jar shawnway-trade-marketdata-launcher-1.0.0.jar > log.txt 2>&1 & JAVA_OPTS="-server -Xms800m -Xmx800m -XX:PermSize=256m 阅读全文

posted @ 2020-02-02 10:26 ${} 阅读(144) 评论(0) 推荐(0) 编辑

2020年1月26日

MongoDB基本操作

摘要: use sanhe db.auth('sanhe','35DJqemUv72'); use admin show dbs; db.auth("root","1qaz@WSX") use admin db.createUser({user: "root",pwd: "1qaz@WSX",roles: 阅读全文

posted @ 2020-01-26 21:47 ${} 阅读(103) 评论(0) 推荐(0) 编辑

Linux部署项目

摘要: location ~ .* { proxy_pass http://127.0.0.1:8080; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwar 阅读全文

posted @ 2020-01-26 18:51 ${} 阅读(96) 评论(0) 推荐(0) 编辑

Linux查看个目录大小

摘要: https://www.runoob.com/linux/linux-filesystem.html du -sh * du -sh /app/* du -h --max-depth=1 . 阅读全文

posted @ 2020-01-26 08:28 ${} 阅读(306) 评论(0) 推荐(0) 编辑

2020年1月7日

Tomcat配置管理界面

摘要: 参考:https://blog.csdn.net/feinifi/article/details/80704564 1)添加角色、用户<role rolename="admin-gui"/><role rolename="manager-gui"/><role rolename="manager-j 阅读全文

posted @ 2020-01-07 11:09 ${} 阅读(269) 评论(0) 推荐(0) 编辑

2020年1月2日

启动服务

摘要: java -jar com.william.card.web.war --spring.profiles.active=prod nohup java -jar com.william.card.web.war --spring.profiles.active=prod >log.txt 2>&1 阅读全文

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

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

导航