上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 71 下一页

Double NaN

摘要: import java.math.BigDecimal; import java.math.RoundingMode; public class Test { public static void main(String f[]) { Double dto = 1.0/0; Double vo = 阅读全文
posted @ 2023-02-08 12:07 silyvin 阅读(371) 评论(0) 推荐(0) 编辑

https代理服务器(四)java动态签发【失败】

摘要: https://zhuanlan.zhihu.com/p/355241710?utm_id=0 http://t.zoukankan.com/xiaxj-p-8961131.html https://www.cnblogs.com/cwjcsu/archive/2012/10/05/8433078. 阅读全文
posted @ 2022-12-16 14:11 silyvin 阅读(62) 评论(0) 推荐(0) 编辑

https代理服务器(三)实践

摘要: python spring boot proxy non ca openssl, keytool / no 1 无需,proxy动态签发证书,必须有CA根证书顶在前面 ca mkcert 通过 2 通过 3 mac显示ca,与charles证书一样 mkcert改host 或用另一个域名指向127. 阅读全文
posted @ 2022-12-15 14:52 silyvin 阅读(181) 评论(0) 推荐(0) 编辑

cookie中的SameSite属性

摘要: 0 我们的网页为什么能被iframe嵌入: 1) 把网关加入应用程序的白名单,Content-Security-Policy是所谓的白名单在http协议上的体现 index A.xxx.net 网关 B.xxx.net 反向代理到C(域名不关心);A iframe B 证明,用fiddler修改这个 阅读全文
posted @ 2022-12-14 16:53 silyvin 阅读(2316) 评论(0) 推荐(0) 编辑

https代理服务器(二)浏览器如何验证证书

摘要: https://www.cnblogs.com/iiiiher/p/8085698.html 证书生成工具 1,openssl 2,jdk自带的keystone 3,cfssl 证书中各个字段的含义 - 查看证书的内容 openssl x509 -in /etc/pki/CA/cacert.pem 阅读全文
posted @ 2022-12-13 15:33 silyvin 阅读(759) 评论(0) 推荐(0) 编辑

https代理服务器(一)问题引出

摘要: 0 在 netty(二十五)http代理服务器(四)困难 中,始终困惑于chrome(mac)不信任我们的自签名证书 然而charles是做到了,我们从头来过,先不搞代理服务器的,先搞个简单服务器,排除是否是mac chrome就是无法信任自签名证书的谣言 1 https://www.jianshu 阅读全文
posted @ 2022-12-13 13:45 silyvin 阅读(143) 评论(0) 推荐(0) 编辑

代理服务器httpclient未设置超时

摘要: 0 背景: netty(二十四)http代理服务器(三)fiddler【重点】之后,在换了台电脑了,发现还是会访问10几个网页后出页面速度变慢,最终卡死 发现有16个连接的差 这里已经猜猜有对外请求阻塞了,而消息队列的并发数为10 jstack后果然发现10个线程卡在对外请求中,即是对谷歌服务器的请 阅读全文
posted @ 2022-12-11 22:36 silyvin 阅读(81) 评论(0) 推荐(0) 编辑

hashset事故

摘要: 尽管MyCookie改写了hashCode和euals,但并没有如预期把里面的相同对象替换掉,导致失败 set cookie set.add set cookie set.add失效 该session过期 hashCode和euals是替代value object的依据 不是替代key object 阅读全文
posted @ 2022-12-09 11:28 silyvin 阅读(18) 评论(0) 推荐(0) 编辑

file 没有close

摘要: file open write 10000 close or flush,东西还在内存里就去zip了 zip 发现少了3行 阅读全文
posted @ 2022-11-22 15:20 silyvin 阅读(17) 评论(0) 推荐(0) 编辑

git rebase

摘要: 1 在上面的过程中,更新代码我使用的是 git pull origin B1 --rebase 而不是 git pull origin B1 这也是平时使用 rebase 注意的一点,git pull 这条命令默认使用了 --merge 的方式更新代码,如果你不指定用 --rebase,有的时候就会 阅读全文
posted @ 2022-11-15 16:05 silyvin 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 71 下一页