随笔 - 56  文章 - 0  评论 - 0  阅读 - 12858
07 2023 档案
浏览器取消强制访问HTTPS
摘要:浏览器开启https重定向,但是你访问的网页默认不能够进行https访问,只可以访问http,那么就需要取消浏览器的默认转发请求 谷歌浏览器:chrome://net-internals/#hsts Edge浏览器:edge://net-internals/#hsts 阅读全文
posted @ 2023-07-25 09:13 Jeffrey~~ 阅读(435) 评论(0) 推荐(0) 编辑
PGSQL_实操常用指南
摘要:工作中经常用到的实操 阅读全文
posted @ 2023-07-20 14:28 Jeffrey~~ 阅读(142) 评论(0) 推荐(0) 编辑
C#_list变成逗号和引号隔开的字符串
摘要:string类型的List,变成sql的in查询方式,即变成:'a','b','c' List<string> list=new List<string>(){"a","b","c","d","e",} var str= string.Join(",", list.Select(e => $"'{e 阅读全文
posted @ 2023-07-19 17:33 Jeffrey~~ 阅读(62) 评论(0) 推荐(0) 编辑
C#_生成二维码放到excel中
摘要:c#方式生成二维码,并把二维码放到excel中的指定位置 阅读全文
posted @ 2023-07-13 11:11 Jeffrey~~ 阅读(68) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

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