摘要: 网上百度一下没有找到解决方案,使用必应搜索了一下发现了一个解决方案 联网后,文档打开速度慢,断开后,恢复正常-CSDN社区 1 查找网络链接 netstat -ano 如果有很多 127.0.0.1 需要关掉本地的服务和浏览器减少网络链接方便排查 2 打开cmd框 输入 netstat -ano 查 阅读全文
posted @ 2021-11-23 14:15 精灵壶 阅读(246) 评论(1) 推荐(0) 编辑
摘要: GoogleAdsRow JSON protobuf 阅读全文
posted @ 2021-10-08 13:43 精灵壶 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 1 开启自动编译 File ->> Settings ->> Build,Execution,Department ->> Compiler 2 设置项目热部署 Run ->> Edit Configurations 3 如果不生效 File ->> Settings ->> Build,Execu 阅读全文
posted @ 2021-03-31 10:51 精灵壶 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 时区设置 阅读全文
posted @ 2020-01-16 10:35 精灵壶 阅读(1511) 评论(0) 推荐(0) 编辑
摘要: 最近项目遇到文本解析,查找到一个jvm自带的解析工具 MessageFormat 话不多说看代码 程序运行结果为: ["12-17",100,98.12,"缴费..."]【充值提醒】尊敬的用户:您好,12月17日您成功充值100.00元,您当前的充值账户余额为98.12元。缴费... 格式说明 阅读全文
posted @ 2019-12-17 10:07 精灵壶 阅读(779) 评论(0) 推荐(0) 编辑
摘要: alibaba 开源数据同步参考 https://github.com/alibaba/otter/wiki/QuickStart 事务隔离级别参考 https://www.jianshu.com/p/48fbf17e9e5c 阅读全文
posted @ 2019-10-09 09:39 精灵壶 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 导出整个数据库结构和数据mysqldump -h localhost -uroot -p123456 database > dump.sql 导出单个数据表结构和数据mysqldump -h localhost -uroot -p123456 database table > dump.sql 导出 阅读全文
posted @ 2019-10-08 16:07 精灵壶 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/marcotan/p/4256885.html 参数说明 -Xmx3550m:设置JVM最大堆内存为3550M。-Xms3550m:设置JVM初始堆内存为3550M。此值可以设置与-Xmx相同,以避免每次垃圾回收完成后JVM重新分配内存。-Xss 阅读全文
posted @ 2019-05-20 10:48 精灵壶 阅读(372) 评论(0) 推荐(0) 编辑
摘要: 只需要实现spring自带的一个接口 InitializingBean 并把方法注册到spring容器中即可 与之对应的还有容器关闭前的 DisposableBean 实现接口 重写 destroy()方法 即可 阅读全文
posted @ 2018-03-08 12:02 精灵壶 阅读(2936) 评论(7) 推荐(0) 编辑
摘要: idea tomcat 阅读全文
posted @ 2018-02-26 10:04 精灵壶 阅读(192) 评论(0) 推荐(0) 编辑