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