会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
天道酬勤!!!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
36
37
38
39
40
41
42
43
44
···
106
下一页
2021年2月8日
修改app.config,并保留注释的方法
摘要: /// <summary> /// 新增或修改appSettings 保留注释 /// </summary> /// <param name="configPath"></param> /// <param name="key"></param> /// <param name="value"></
阅读全文
posted @ 2021-02-08 10:44 simadi
阅读(629)
评论(0)
推荐(0)
2021年2月7日
MSSQL附加数据库5120错误(拒绝访问)处理方法
摘要: 将 数据库文件和日志文件都加上 Authenticated Users 的完全控制权限即可
阅读全文
posted @ 2021-02-07 12:28 simadi
阅读(131)
评论(0)
推荐(0)
2021年2月4日
C#版本与.NET版本对应关系以及各版本的特性
摘要: C#版本.NET版本发布日期特性 C# 1.0 .NET Framework 1.0 2002-02-13 委托、事件 C# 1.1 .NET Framework 1.1 2003-04-24 APM(异步编程模型) C# 2.0 .NET Framework 2.0 2005-11-07 泛型、匿
阅读全文
posted @ 2021-02-04 22:00 simadi
阅读(1682)
评论(0)
推荐(0)
2021年2月3日
WMI应用(一个系统自带的测试WMI语句的工具)
摘要: 1. 开始-运行-输入:wbemtest 回车2. 单击"连接", 输入:root\cimv2 回车; 或者ROOT\SecurityCenter 3. 单击"查询", 输入:SELECT * FROM Win32_Process 应用; 或者SELECT * FROM AntiVirusProdu
阅读全文
posted @ 2021-02-03 17:22 simadi
阅读(244)
评论(0)
推荐(1)
Visual Studio 2017安装Visual Studio Installer Projects 出错的原因及解决方法
摘要: Visual Studio Installer Projects 下载地址 https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017InstallerProject
阅读全文
posted @ 2021-02-03 10:28 simadi
阅读(2703)
评论(0)
推荐(0)
2021年1月29日
黑马程序员网站 计算机学习视频及配套资料 免费
摘要: C语言提高深入浅出完整视频:http://yun.itheima.com/course/407.html?2012sjnqq配套资料:https://pan.baidu.com/s/1F1MTO2XwCOZbd1hpUqyLnw 提取码:19uk Python进阶课程-Web基础开发视频http:/
阅读全文
posted @ 2021-01-29 09:06 simadi
阅读(2059)
评论(0)
推荐(0)
2021年1月28日
发现一个新的技术网站 https://dotnet9.com/
摘要: https://dotnet9.com/
阅读全文
posted @ 2021-01-28 09:18 simadi
阅读(196)
评论(0)
推荐(0)
2021年1月26日
【最新】解决Github网页上图片显示失败的问题
摘要: 在hosts文件最后一行添加:【友情提示:hosts所在目录C:\Windows\System32\drivers\etc】 直接选中以下内容复制粘贴,20210119有效(包括MAC系统)20210123更新 # GitHub Start 140.82.113.3 github.com 140.8
阅读全文
posted @ 2021-01-26 21:42 simadi
阅读(96)
评论(0)
推荐(0)
c++入门
摘要: 1 黑马程序员匠心之作|C++教程从0到1入门编程,学习编程不再难 https://www.bilibili.com/video/BV1et411b73Z?p=1 https://www.bilibili.com/video/av41559729/ 源代码和文档下载地址 https://github
阅读全文
posted @ 2021-01-26 21:04 simadi
阅读(191)
评论(0)
推荐(0)
2021年1月23日
Newtonsoft.Json json.net 可以丢弃了,微软发布了 System.Text.Json 适用于.net 4.6.1 +,后悔了,建议.net5+项目使用
摘要: 微软发布了 System.Text.Json 适用于.net 4.6.1 + 只需在项目中 nuget 引用即可 using System; using System.Text.Json; using System.Windows; namespace WpfApp1 { /// <summary>
阅读全文
posted @ 2021-01-23 19:48 simadi
阅读(1749)
评论(0)
推荐(0)
上一页
1
···
36
37
38
39
40
41
42
43
44
···
106
下一页
公告