上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 98 下一页
摘要: 在连接字符串后面加上 SslMode=None 如下 server=127.0.0.1;port=3306;user id=root;password=zaq;database=yehe;CharSet=utf8mb4;Allow Zero Datetime=true;SslMode=None; 阅读全文
posted @ 2021-09-06 20:36 simadi 阅读(1664) 评论(0) 推荐(0) 编辑
摘要: 文档 https://github.com/cefsharp/CefSharp/wiki 阅读全文
posted @ 2021-09-04 15:58 simadi 阅读(19) 评论(0) 推荐(0) 编辑
摘要: ,有的系统里没有,要去微软商店里搜索安装,我搜索闹钟找不到,搜索 clock找到了 windows闹钟。 阅读全文
posted @ 2021-08-31 19:50 simadi 阅读(71) 评论(0) 推荐(0) 编辑
摘要: vs2019 设置git忽略文件 在.net开发中,有很多文件是不希望上传,加入协助开发中,例如生成在的bin/Debug, bin/Release文件等。 在代码目录下建立.gitignore文件: .gitignore (用记事本另存可以保存这个名字),配置上要忽略的文件或者文件夹,然后提交到g 阅读全文
posted @ 2021-08-30 10:26 simadi 阅读(826) 评论(0) 推荐(0) 编辑
摘要: protogen -i:1.proto -o:1.cs python基础--protobuf的使用(一) https://blog.csdn.net/u013210620/article/details/81317731python基础 protobuf的使用(还未完成) https://wangy 阅读全文
posted @ 2021-08-25 16:31 simadi 阅读(176) 评论(0) 推荐(0) 编辑
摘要: https://www.jsjiami.com/javascriptobfuscator.html 如何安装下载的CRX插件 https://www.extfans.com/installation/ 阅读全文
posted @ 2021-08-24 12:25 simadi 阅读(404) 评论(0) 推荐(0) 编辑
摘要: public class HttpClientHelper { private const int TimeOutValue = 60000; public string GetAsync(string url) { HttpClientHandler handler = new HttpClien 阅读全文
posted @ 2021-08-20 11:30 simadi 阅读(81) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.net/article/155019.htm 详解安装mitmproxy以及遇到的坑和简单用法https://www.cnblogs.com/shenhf/p/9783174.html mitmweb的使用https://zhuanlan.zhihu.com/p/3 阅读全文
posted @ 2021-08-19 16:20 simadi 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: 格式化一下 即可 var dt = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); 阅读全文
posted @ 2021-08-17 21:31 simadi 阅读(247) 评论(0) 推荐(0) 编辑
摘要: Flurl是一个现代的,流利的,支持异步的,可测试的,可移植的,URL增强和Http客户端组件。 https://codedefault.com/course/subject/flurl-zh-document https://blog.csdn.net/sd7o95o/article/detail 阅读全文
posted @ 2021-08-16 10:36 simadi 阅读(919) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 98 下一页