会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
宋不争
适莽苍者,三餐而反,腹犹果然;
适百里者,宿舂粮;
适千里者,三月聚粮
首页
新随笔
联系
订阅
管理
2021年12月13日
ApiSix
摘要: ApiSix指南: https://apisix.apache.org/zh/docs/apisix/getting-started/ ApiSix博客: https://www.cnblogs.com/feixiangmanon/p/13338253.html
阅读全文
posted @ 2021-12-13 01:14 宋不争
阅读(67)
评论(0)
推荐(0)
2021年7月14日
Es
摘要: https://blog.csdn.net/CSDN877425287/article/details/107284768/ https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/index.html { "co
阅读全文
posted @ 2021-07-14 01:26 宋不争
阅读(93)
评论(0)
推荐(0)
2021年7月6日
consul
摘要: https://www.cnblogs.com/jpfss/p/11904598.html https://www.cnblogs.com/sword-successful/p/13363977.html https://blog.csdn.net/u012098021/article/detail
阅读全文
posted @ 2021-07-06 08:31 宋不争
阅读(28)
评论(0)
推荐(0)
2021年6月15日
Docker镜像操作
摘要: 停止所有的container,这样才能够删除其中的images: docker stop $(docker ps -a -q) 如果想要删除所有container的话再加一个指令: docker rm $(docker ps -a -q) 清理已停止的容器 docker rm -v $(docker
阅读全文
posted @ 2021-06-15 00:07 宋不争
阅读(62)
评论(0)
推荐(0)
2021年6月14日
@Scope多例
摘要: @Bean @Scope(value = ConfigurableBeanFactory.SCOPE_PROTOTYPE) public TestBean getTestBean() { return new TestBean(); } ConfigurableBeanFactory.SCOPE_P
阅读全文
posted @ 2021-06-14 22:32 宋不争
阅读(140)
评论(0)
推荐(0)
Docker镜像构建
摘要: Dockerfile的方式进行镜像构建 Dockfile的编写 FROM java:latest ADD arthas-tunnel-server-3.5.1-fatjar.jar arthas-server.jar ENTRYPOINT ["java","-jar","/arthas-server
阅读全文
posted @ 2021-06-14 14:58 宋不争
阅读(54)
评论(0)
推荐(0)
2021年6月13日
pip更换镜像源下载
摘要: pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple 要安装的库的名称
阅读全文
posted @ 2021-06-13 21:21 宋不争
阅读(39)
评论(0)
推荐(0)
2021年6月10日
arthas-server镜像构建
摘要: 编写Dockerfile FROM java:latest ADD arthas-tunnel-server-3.5.1-fatjar.jar arthas-server.jar ENTRYPOINT ["java","-jar","/arthas-server.jar"] 端口映射 docker
阅读全文
posted @ 2021-06-10 01:24 宋不争
阅读(114)
评论(0)
推荐(0)
2021年5月26日
查询死锁
摘要: public void getLockInfo() throws ClassNotFoundException, SQLException { log.info("开始执行SQL语句查询Lock信息"); Class.forName("com.mysql.cj.jdbc.Driver"); Conn
阅读全文
posted @ 2021-05-26 01:20 宋不争
阅读(59)
评论(0)
推荐(0)
2021年5月21日
添加发送人
摘要: public void sendEmail() { Properties properties = new Properties(); properties.setProperty("cc", "aaa;mike;don"); properties.setProperty("ccAdd", "nog
阅读全文
posted @ 2021-05-21 01:49 宋不争
阅读(105)
评论(0)
推荐(0)
下一页
公告