古越剑箫

学习是一种习惯

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页

2018年2月23日

摘要: springbot开发api接口服务,生产环境中一般都是运行独立的jar,在部署过程中涉及到服务的优雅启动,关闭, springboot官方文档给出的有两种方式, 1、使用http shutdown 2、注册为系统服务 https://docs.spring.io/spring-boot/docs/ 阅读全文
posted @ 2018-02-23 17:37 古越剑箫 阅读(24351) 评论(0) 推荐(4)

2018年2月5日

摘要: 在nginx中配置proxy_pass代理转发时,如果在proxy_pass后面的url加/,表示绝对根路径;如果没有/,表示相对路径,把匹配的路径部分也给代理走。 假设下面四种情况分别用 http://192.168.1.1/proxy/test.html 进行访问。 第一种: location 阅读全文
posted @ 2018-02-05 14:01 古越剑箫 阅读(205) 评论(0) 推荐(0)

2018年1月30日

摘要: 方法1 方法2 方法三 直接修改config文件 阅读全文
posted @ 2018-01-30 14:16 古越剑箫 阅读(1389) 评论(0) 推荐(0)

2018年1月25日

摘要: https://www.cnblogs.com/clsn/p/7885990.html 饿了么技术债 http://server.51cto.com/sOS-555999.htm 阅读全文
posted @ 2018-01-25 10:12 古越剑箫 阅读(162) 评论(0) 推荐(0)

2018年1月17日

摘要: http://blog.csdn.net/orichisonic/article/details/48026031 https://www.cnblogs.com/zhming26/p/6322353.html http://www.jb51.net/article/51829.htm 阅读全文
posted @ 2018-01-17 09:05 古越剑箫 阅读(140) 评论(0) 推荐(0)

2018年1月16日

摘要: 查看CPU信息(型号)cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c http://blog.csdn.net/class_brick/article/details/79135826 阅读全文
posted @ 2018-01-16 14:32 古越剑箫 阅读(163) 评论(0) 推荐(0)

2017年12月18日

摘要: http://www.jb51.net/article/72867.htm 阅读全文
posted @ 2017-12-18 19:40 古越剑箫 阅读(164) 评论(0) 推荐(0)

2017年12月6日

摘要: 改为 阅读全文
posted @ 2017-12-06 10:07 古越剑箫 阅读(723) 评论(0) 推荐(0)

2017年11月9日

摘要: Push rejected: Push to origin/master was rejected 打开git shell面板 阅读全文
posted @ 2017-11-09 13:33 古越剑箫 阅读(203) 评论(0) 推荐(0)

2017年11月2日

摘要: 前端代码: Controller代码: 如果后台使用Controller这样接收参数,那么必须传递进来参数如下格式: [{"name":"1","address":"a1"},{"name":"2","address":"b1"},{"name":"3","address":"c1"},{"name 阅读全文
posted @ 2017-11-02 14:37 古越剑箫 阅读(1251) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页