随笔分类 -  C#

c#相关的小程序
C# 操作电脑 关机 重启 注销 休止 休眠
摘要:// 关机 强制电脑10秒之内关机 //System.Diagnostics.Process.Start("shutdown", "-s -f -t 10");// 重启 强制电脑10秒之内关机//System.Diagnostics.Process.Start("s... 阅读全文

posted @ 2015-05-26 11:19 hellofking 阅读(318) 评论(0) 推荐(0)

使用C#代码追加和提交文件到SVN服务器
摘要:windows系统下使用svn的命令需要安装一个插件,下载地址:http://sourceforge.net/projects/win32svn/?source=typ_redirect安装后程序会自动把安装目录下的bin文件夹设置到系统的环境变量中,为了svn的commit命令可用,我们需要手动配... 阅读全文

posted @ 2015-01-20 08:24 hellofking 阅读(1846) 评论(0) 推荐(0)

在Silverlight中打开网页的几种方法
摘要:HtmlPage.PopupWindow HtmlPopupWindowOptions option = new HtmlPopupWindowOptions(); option.Directories = true;//是否开启ie地址栏 option.... 阅读全文

posted @ 2014-11-27 12:59 hellofking 阅读(1626) 评论(0) 推荐(0)

C# Linq Group By 多个字段并返回给实体类List
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace study 7 { 8 class LinqGroup 9 {1... 阅读全文

posted @ 2014-04-28 16:12 hellofking 阅读(2294) 评论(0) 推荐(0)

C# 扩展方法克隆实体类
摘要:using System;using System.IO;using System.Runtime.Serialization.Formatters.Binary;using System.Runtime.Serialization;using System.Collections.Concurre... 阅读全文

posted @ 2014-04-28 15:15 hellofking 阅读(1895) 评论(0) 推荐(0)

导航