会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhonghuahero
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
下一页
2020年5月18日
mac 安装mitm
摘要: 准备 python3 pip3 brew install python3 pip3 --default-timeout=1000 install --upgrade pip pip3 install mitmproxy --default-timeout=1000 ios wifi代理 电脑的ip
阅读全文
posted @ 2020-05-18 17:35 zhonghuahero
阅读(358)
评论(0)
推荐(0)
2020年5月12日
性能测试
摘要: mac修改打开文件数和进程数 现象 sudo ulimit -n 65535/usr/bin/ulimit: line 4: ulimit: open files: cannot modify limit: Invalid argument 方案 ➜ ~ echo kern.maxfiles=655
阅读全文
posted @ 2020-05-12 15:11 zhonghuahero
阅读(192)
评论(0)
推荐(0)
2019年11月28日
mysql随笔
摘要: 1:编码 session级别 sql即可,全局级别 需要修改配置文件 2:null值比较 is not null,is null ,<=>null 3:having where 可以代替where的地方,条件中的字段再查询结果中出现的,别名也可
阅读全文
posted @ 2019-11-28 18:16 zhonghuahero
阅读(75)
评论(0)
推荐(0)
2019年8月13日
rabbit exchange routing queue
摘要: 转自 : https://www.xncoding.com/2017/05/13/mq/rabbitmq-tutorial04.html Direct exchange也支持同一条消息发送到多个队列中: 同时还能支持交换机使用同一个binding key来和多个队列绑定, 这时候如果某个消息的rou
阅读全文
posted @ 2019-08-13 12:14 zhonghuahero
阅读(125)
评论(0)
推荐(0)
2019年5月28日
eclipse propertiesEditor把中文自动转为unicode问题分析
摘要: 转自:https://blog.csdn.net/u011186019/article/details/78728376 1:windows -preferences- Contenttypes-text-展开-properties File 选中下面的*.properties(locaked) 将
阅读全文
posted @ 2019-05-28 18:24 zhonghuahero
阅读(1046)
评论(0)
推荐(0)
2019年5月22日
server信息泄露
摘要: https://serverfault.com/questions/214242/can-i-hide-all-server-os-info
阅读全文
posted @ 2019-05-22 16:31 zhonghuahero
阅读(219)
评论(0)
推荐(0)
2019年3月14日
dubbo缓存
摘要: 1:服务列表缓存 Reference.cache Dubbo通过注册中心发现服务,发现的服务Dubbo同时也会保存到本地缓存一份,缓存的好处有很多,比如不需要每次使用的时候都通过注册中心获取,注册中心不可用了,不影响消费端的调用,因为本地缓存了一份服务提供者列表。 Dubbo本地缓存默认采用的文件,
阅读全文
posted @ 2019-03-14 16:18 zhonghuahero
阅读(1712)
评论(0)
推荐(0)
2019年3月12日
Xstream XXE漏洞解惑
摘要: 目前做微信支付,引入SDK, me.chanjar.weixin.common.util.xml.XStreamInitializer,引用了微信Xstream解析 目前版本不存在漏洞 https://github.com/Wechat-Group/WxJava/issues/967
阅读全文
posted @ 2019-03-12 20:38 zhonghuahero
阅读(877)
评论(0)
推荐(0)
2019年2月25日
mediaType浅析
摘要: 问题背景:微信支付通知响应报文,之前是response.print,后来改为了@ResponseBody String,发现不好使了,即使业务成功,返回success应答,微信仍然一直通知到极限次数。 排查思路:找convertor,json转换器的没问题,但是他只支持application/jso
阅读全文
posted @ 2019-02-25 17:56 zhonghuahero
阅读(5858)
评论(0)
推荐(0)
2019年1月8日
nginx scheme错误问题
摘要: scheme
阅读全文
posted @ 2019-01-08 22:14 zhonghuahero
阅读(755)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告