上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 98 下一页
摘要: 核心代码如下 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 阅读全文
posted @ 2021-09-10 15:09 simadi 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 1. 使用 Nuget 添加 cefsharp.wpf 库 2. 窗口中使用 1 2 3 xmlns:chrome="clr-namespace:CefSharp.Wpf;assembly=CefSharp.Wpf" <chrome:ChromiumWebBrowser x:Name="wbrRep 阅读全文
posted @ 2021-09-07 13:27 simadi 阅读(570) 评论(0) 推荐(0) 编辑
摘要: 所有属性都列出来:Server,host, data source, datasource, address, addr, network address: 数据库位置(以上任何关键字均可)Database,initial catalog:数据库名Port: socket 端口,默认 3306Con 阅读全文
posted @ 2021-09-06 20:37 simadi 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 在连接字符串后面加上 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 阅读(1633) 评论(0) 推荐(0) 编辑
摘要: 文档 https://github.com/cefsharp/CefSharp/wiki 阅读全文
posted @ 2021-09-04 15:58 simadi 阅读(18) 评论(0) 推荐(0) 编辑
摘要: ,有的系统里没有,要去微软商店里搜索安装,我搜索闹钟找不到,搜索 clock找到了 windows闹钟。 阅读全文
posted @ 2021-08-31 19:50 simadi 阅读(67) 评论(0) 推荐(0) 编辑
摘要: vs2019 设置git忽略文件 在.net开发中,有很多文件是不希望上传,加入协助开发中,例如生成在的bin/Debug, bin/Release文件等。 在代码目录下建立.gitignore文件: .gitignore (用记事本另存可以保存这个名字),配置上要忽略的文件或者文件夹,然后提交到g 阅读全文
posted @ 2021-08-30 10:26 simadi 阅读(791) 评论(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 阅读(175) 评论(0) 推荐(0) 编辑
摘要: https://www.jsjiami.com/javascriptobfuscator.html 如何安装下载的CRX插件 https://www.extfans.com/installation/ 阅读全文
posted @ 2021-08-24 12:25 simadi 阅读(397) 评论(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 阅读(75) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 98 下一页