上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 48 下一页

2017年5月5日

摘要: using NPOI.XSSF.UserModel; using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleAp... 阅读全文
posted @ 2017-05-05 21:19 听哥哥的话 阅读(374) 评论(0) 推荐(0)

2017年5月1日

摘要: int x; void MultiplyXBy (int factor) { var spinWait = new SpinWait(); while (true) { int snapshot1 = x; Thread.MemoryBarrier(); int calc = snapshot1 * factor; int snapshot2 = I... 阅读全文
posted @ 2017-05-01 23:21 听哥哥的话 阅读(325) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace ConsoleAppl... 阅读全文
posted @ 2017-05-01 22:14 听哥哥的话 阅读(329) 评论(0) 推荐(0)

2017年4月28日

摘要: 1.客户端 using System; using System.Net; using System.Net.Sockets; using System.Threading; using System.Text; namespace SocketIM { public class AsynchronousClient { private const int p... 阅读全文
posted @ 2017-04-28 14:58 听哥哥的话 阅读(192) 评论(0) 推荐(0)

2017年4月23日

摘要: http://www.cnblogs.com/knowledgesea/p/5032101.html 阅读全文
posted @ 2017-04-23 13:22 听哥哥的话 阅读(114) 评论(0) 推荐(0)

2017年4月17日

摘要: 准备工作: 0.电脑->管理->本地用户和组->组->Administrator双击->隶属->添加Network service->确定 1.启动windows服务Windows Installer 2.创建winform项目 WindowsFormsApplication1 3.添加windows服务 service1 4.添加代码 protected override void OnS... 阅读全文
posted @ 2017-04-17 13:41 听哥哥的话 阅读(260) 评论(0) 推荐(0)

2017年4月14日

摘要: using Holworth; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Holworth { /// /// 用于取得一个文本文件... 阅读全文
posted @ 2017-04-14 21:27 听哥哥的话 阅读(5279) 评论(0) 推荐(0)

2017年3月29日

摘要: 1.主控前台页面 2.主控后台 using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.... 阅读全文
posted @ 2017-03-29 00:19 听哥哥的话 阅读(223) 评论(0) 推荐(0)

2017年3月23日

摘要: 3.定义转换器 public class AssemblyQualifiedTypeNameConverter : ConfigurationConverterBase { public override object ConvertFrom(ITypeDescriptorContext ... 阅读全文
posted @ 2017-03-23 09:42 听哥哥的话 阅读(388) 评论(0) 推荐(0)

2017年3月11日

摘要: 1.枚举 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HRAModel.Sys.Enum { /// <summary> /// 解释风险组合类型和RS 阅读全文
posted @ 2017-03-11 01:03 听哥哥的话 阅读(174) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 48 下一页

导航