上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页
摘要: 实践中有一个需求能够通过web直观的提供一些基本进程查询功能监控和显示应用进程的运行状态,取代通过其他客户端登陆黑框手动输入shell命令。 了解到有相关的webconsole应用技术,来了解学习实践下。 https://www.jianshu.com/p/e75943f600ab https:// 阅读全文
posted @ 2019-11-20 23:05 CathyGao2018 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 最近项目有个小功能大致需要建立一个前端webpage能够实时监控一下应用系统的相关运行时数据。 先从最最基本的功能开始,了解和学习一些现有框架。 1. 显示并刷新 1.1 后端数据库关键表信息 (count, distinct, group by, details, etc) 1.2 后端程序服务进 阅读全文
posted @ 2019-11-20 22:29 CathyGao2018 阅读(389) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/DFX339/p/9050878.html (3)使用ActiveMQ的配置(启动jms) 修改activemq安装目录下的conf目录下的 activemq.xml 在 <broker>标签中添加 useJmx="true" 属性 将<managem 阅读全文
posted @ 2019-11-20 10:27 CathyGao2018 阅读(173) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/001abe1d8e95 Gradle 运行依赖JVM。 Closurs(闭包),在groovy中是一个处于代码上下文中的开放的,匿名代码块。它可以访问到其外部的变量或方法。 https://www.cnblogs.com/zqlxtt/p/574 阅读全文
posted @ 2019-11-18 15:37 CathyGao2018 阅读(134) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/tuhooo/category/1521763.html https://www.cnblogs.com/tuhooo/p/9181369.html https://www.cnblogs.com/tuhooo/p/9185799.html https 阅读全文
posted @ 2019-11-09 11:58 CathyGao2018 阅读(157) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/qingxinblog/articles/3373851.html DML语言,比如update,delete,insert等修改表中数据的需要commit;DDL语言,比如create,drop等改变表结构的,就不需要写commit(因为内部隐藏了c 阅读全文
posted @ 2019-10-22 14:06 CathyGao2018 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 问题:项目系统使用的存储系统SSL/TLS版本升级至1.2,导致本系统无法与存储系统建立SSL连接。 原因:https://blog.csdn.net/tawlang/article/details/80655460 使用相同的keystore,客户端使用JDK8,可与对方系统TCP握手成功建立ss 阅读全文
posted @ 2019-10-08 11:47 CathyGao2018 阅读(4061) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lanbosm/articles/8714688.html 阅读全文
posted @ 2019-09-26 12:01 CathyGao2018 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 常用命令 参考:https://www.cnblogs.com/ldj3/p/9172804.html >git init >git clone -b feature-branch-123 https:xxx.git 常见错误 github clone报错error: RPC failed; res 阅读全文
posted @ 2019-09-25 10:39 CathyGao2018 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 场景: 当两个重载函数的参数如下 void func(Map<Integer, String> map) {} void func(Map<Integer, List<String>> map) {} IDE会报出编译错误:both methods have same erasure 解答: 由于J 阅读全文
posted @ 2019-08-16 17:25 CathyGao2018 阅读(10732) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页