01 2022 档案

摘要:建立连接超时时间 var httpClient = new HttpClient(new SocketsHttpHandler() { ConnectTimeout = ... }); 响应超时时间 httpClient.TimeOut = .... services.AddHttpClient(" 阅读全文
posted @ 2022-01-17 22:36 ChasingDreams 阅读(185) 评论(0) 推荐(0) 编辑
摘要:SELECT TRANSID 交易编码, to_CHAR( MIN(ACCEPTTIME),'yyyy-mm-dd hh24:mi:ss,ff3') 接受请求时间, to_CHAR( MIN(TRANSDATE),'yyyy-mm-dd hh24:mi:ss,ff3') 推送结果时间, EXTRAC 阅读全文
posted @ 2022-01-17 14:48 ChasingDreams 阅读(326) 评论(0) 推荐(0) 编辑
摘要:netsh interface ipv4 show excludedportrange protocol=tcp Restart-Service hns -Force netsh int ipv4 add excludedportrange protocol=tcp startport=1433 n 阅读全文
posted @ 2022-01-09 19:57 ChasingDreams 阅读(102) 评论(0) 推荐(0) 编辑
摘要:不要在父容器添加控件时,指定控件width等属性,要等控件添加到父容器后,在进行调整,属性就不会自动变换 阅读全文
posted @ 2022-01-06 16:12 ChasingDreams 阅读(83) 评论(1) 推荐(0) 编辑
摘要:取消richtextbox只读即可解决 参考链接:https://stackoverflow.com/questions/42278823/richtextbox-not-displaying-image 阅读全文
posted @ 2022-01-06 16:08 ChasingDreams 阅读(109) 评论(0) 推荐(0) 编辑
摘要:echo net.core.default_qdisc=fq >> /etc/sysctl.conf echo net.ipv4.tcp_congestion_control=bbr >> /etc/sysctl.conf sysctl -p sysctl net.ipv4.tcp_availabl 阅读全文
posted @ 2022-01-02 15:31 ChasingDreams 阅读(960) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示