摘要:
linux:strace mac:dtruss sudo dtruss -tt -p @pid sudo dtruss -tt mitmweb -s mitm-llb.py 阅读全文
摘要:
背景:业务高峰期,在线操作ddl,比如订单表增加字段 担心:锁表,造成业务阻塞 期望:寻求一种解决方案,ddl不影响dml 调研:搜索 :mysql 增加字段如何不锁表 https://www.zhihu.com/question/26457943-》https://c4ys.com/archive 阅读全文
摘要:
https://learnku.com/articles/18908 方法 2:使用 Alibaba 的 Homebrew 镜像源进行加速平时我们执行 brew 命令安装软件的时候,跟以下 3 个仓库地址有关: brew.git homebrew-core.git homebrew-bottles 阅读全文
摘要:
参考 :https://mp.weixin.qq.com/s/-fvDeGlCLjz0n60naZJnQg 1:多协议发布 应用 B 作为服务提供者,发布了 5 个服务,其中: DemoService1 DemoService2 通过 dubbo 协议发布 DemoService3 DemoServ 阅读全文
摘要:
https://blog.csdn.net/maihilton/article/details/106414411 下面是你将遇到的三种情况 1. 本地创建一个新项目 git clone ssh://git@XXX/XXX/XXX.git cd roma-doc touch README.md gi 阅读全文
摘要:
https://blog.csdn.net/m290345792/article/details/79073358 安装完成之后,发现在centos7中。jdk的路径不在/usr/lib/jvm下面了。需要找到对应的路径。在此记录一下。 1、先找到java执行文件路径 whereis java 输出 阅读全文
摘要:
在序列化的时候Java仅仅是将枚举对象的name属性输出到结果中,反序列化的时候则是通过java.lang.Enum的valueOf方法来根据名字查找枚举对象。同时,编译器是不允许任何对这种序列化机制的定制的,因此禁用了writeObject、readObject、readObjectNoData、 阅读全文
摘要:
dubbo优雅停机: 背景:dubbo消费者请求时候,遭遇 停机发布 (springboot) :on consumer 10.0.xxx.xxx use dubbo version 2.6.0 is DESTROYED, can not be invoked any more 销毁流程: com. 阅读全文
摘要:
1:zk客户端默认改为actuator-frame(pom依赖增加) 2:dubbo配置顶级,原来在spring 3:启动类注解改为 @EnableDubbo 4:pom坐标变更-包路径改为org.apache 5:配置 dubbo.scan -> dubbo.scan.base-packages 阅读全文
摘要:
准备 python3 pip3 brew install python3 pip3 --default-timeout=1000 install --upgrade pip pip3 install mitmproxy --default-timeout=1000 ios wifi代理 电脑的ip 阅读全文