随笔分类 -  C#

1 2 3 4 5 ··· 20 下一页

摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.IO; namespace Web { public class 阅读全文

posted @ 2020-03-22 14:03 努力成长静待花开 阅读(361) 评论(0) 推荐(0) 编辑

摘要:常規方法: var setting=new CefSetting(); setting.CefCommandLineArgs.add("proxy-server",ProxyAdd:Port); Cef.Initialize(settings); 但是Cef.Initialize(settings) 阅读全文

posted @ 2019-11-14 21:04 努力成长静待花开 阅读(1206) 评论(0) 推荐(0) 编辑

摘要:实现效果: 实现代码: 阅读全文

posted @ 2019-06-04 21:47 努力成长静待花开 阅读(143) 评论(0) 推荐(0) 编辑

摘要:System.Environmnet的部分属性 System.Console的部分成员 占位符 .net数值格式字符 C#内建系统类型 内建数据类型的默认值 System.Array的部分成员 阅读全文

posted @ 2019-02-06 19:32 努力成长静待花开 阅读(148) 评论(0) 推荐(0) 编辑

摘要:实现效果: 实现代码: 阅读全文

posted @ 2019-02-03 10:21 努力成长静待花开 阅读(228) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: System.Enum类的 Enum.GetUnderlyingType()方法 //返回用于保存枚举的数据类型 static void Main(string[] args) { Console.WriteLine("***Fun with Enums***"); //创建 阅读全文

posted @ 2019-02-03 09:48 努力成长静待花开 阅读(2168) 评论(0) 推荐(0) 编辑

摘要:实现效果: 实现代码: 阅读全文

posted @ 2019-02-02 17:05 努力成长静待花开 阅读(341) 评论(0) 推荐(0) 编辑

摘要: 阅读全文

posted @ 2019-02-01 19:54 努力成长静待花开 阅读(1020) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: System.Char的静态方法 (判断一个给定的字符是否为数字 字母 标点符号或其他) 实现效果: 阅读全文

posted @ 2019-02-01 15:24 努力成长静待花开 阅读(152) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: (给定的占位符以冒号为标记 将这些字符作为后缀) 实现代码: 阅读全文

posted @ 2019-02-01 11:15 努力成长静待花开 阅读(146) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: Default Download Directory键 实现代码: 阅读全文

posted @ 2019-01-31 23:34 努力成长静待花开 阅读(640) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: Environment类的GetFolderPat方法 StreamWriter类的WriterLine方法 实现代码: 阅读全文

posted @ 2019-01-31 21:59 努力成长静待花开 阅读(256) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: RegistryKey类的GetValue方法 public Object GetValue (string name , Object defaultValue) name : 要检索的值的名称 defaultValue: 在name不存在时返回的值 实现代码: 阅读全文

posted @ 2019-01-31 21:14 努力成长静待花开 阅读(469) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: RegistryKey类的CreateSubKey和SetValue方法 实现代码: 阅读全文

posted @ 2019-01-29 21:09 努力成长静待花开 阅读(170) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: PaintDesktopVersion键 实现代码: 阅读全文

posted @ 2019-01-29 14:43 努力成长静待花开 阅读(149) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: notraycontextmenu键 实现代码: 阅读全文

posted @ 2019-01-29 13:54 努力成长静待花开 阅读(1193) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: 实现代码: 阅读全文

posted @ 2019-01-29 13:15 努力成长静待花开 阅读(192) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: NoPropertiesMyComputer键 实现代码: 阅读全文

posted @ 2019-01-29 12:17 努力成长静待花开 阅读(189) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: RegistryKey类的DeleteValue方法 实现代码: 阅读全文

posted @ 2019-01-29 04:58 努力成长静待花开 阅读(224) 评论(0) 推荐(0) 编辑

摘要:实现效果: 知识运用: Policies\System子键的NoDispAppearancePage键值 实现代码: 阅读全文

posted @ 2019-01-29 04:27 努力成长静待花开 阅读(179) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 20 下一页
点击右上角即可分享
微信分享提示