05 2015 档案

服务命令
摘要:sc delete "Spark-Dev-OneHR-File Import Service"sc delete "Spark-Dev-OneHR-Mail Merge Service"sc delete "Spark-Dev-OneHR-Queued Task Service"sc delete ... 阅读全文

posted @ 2015-05-28 14:42 码农老K 阅读(239) 评论(0) 推荐(0)

转PDF
该文被密码保护。

posted @ 2015-05-28 14:04 码农老K 阅读(5) 评论(0) 推荐(0)

简单工厂模式
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 简单工厂模式{ class Program { static void Main(stri... 阅读全文

posted @ 2015-05-26 14:11 码农老K 阅读(142) 评论(0) 推荐(0)

工厂模式
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 工厂模式{ class Program { public interface IFruit... 阅读全文

posted @ 2015-05-26 14:10 码农老K 阅读(138) 评论(0) 推荐(0)

文件信息
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;class Program{ static void Main(string[] args) { while ... 阅读全文

posted @ 2015-05-26 14:09 码农老K 阅读(218) 评论(0) 推荐(0)

C#压缩解压zip 文件
摘要:1 /// 2 /// Zip 压缩文件 3 /// 4 public class Zip 5 { 6 public Zip() 7 { 8 9 } 10 #region 加压方法 11 /// 12 ///... 阅读全文

posted @ 2015-05-26 14:06 码农老K 阅读(2176) 评论(1) 推荐(0)

导航