06 2014 档案

摘要:最近在开发过程中,需要让数据库定时的执行一个存储过程,于是找度娘,并且总结如下。 1.首先,打开此服务 打开此服务后才可以进行代理作业。 2.查看SSMS中SQL SERVER代理的状态 这里SQL Server代理带绿色小箭头,就表示可以了 3.点开作业,右键新建作业, 在常规选项卡中,输入名称, 阅读全文
posted @ 2014-06-05 16:04 殇琉璃 编辑
摘要:1 /// <summary> 2 /// 下载文件 TransmitFile 3 /// </summary> 4 /// <param name="filePath"></param> 5 public static void DownloadFile(string filePath) 6 { 阅读全文
posted @ 2014-06-05 15:07 殇琉璃 阅读(264) 评论(0) 推荐(0) 编辑
摘要:1 public static string GetMacAddress() 2 { 3 ManagementClass class2 = new ManagementClass("Win32_NetworkAdapterConfiguration"); 4 foreach (ManagementO 阅读全文
posted @ 2014-06-05 15:06 殇琉璃 阅读(1160) 评论(0) 推荐(0) 编辑
摘要:1 /// <summary> 2 /// 浏览文件 3 /// </summary> 4 /// <param name="filePath"></param> 5 public static void ExploreFile(string filePath) 6 { 7 Process proc 阅读全文
posted @ 2014-06-05 15:05 殇琉璃 阅读(3537) 评论(0) 推荐(1) 编辑
摘要:①字体 其中gridView是gridView的Name(下同) gridView[column, row].Style.ForeColor = Color.Red;//设置第row行column列的单元格字体颜色 gridView.Rows[row].DefaultCellStyle.ForeCo 阅读全文
posted @ 2014-06-05 15:02 殇琉璃 阅读(7073) 评论(0) 推荐(0) 编辑
摘要:.Net3.5的WCF服务在IIS7中发布后,在IE中访问.svc文件出现以下错误: HTTP 错误 404.17 - Not Found 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。 后来发现在II7的WCF服务网站中<处理程序映射>中 *.svc文件已经被.Net Framewor 阅读全文
posted @ 2014-06-05 14:51 殇琉璃 编辑

点击右上角即可分享
微信分享提示