上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 68 下一页
摘要: C#并行编程-PLINQ:声明式数据并行 目录 C#并行编程-相关概念 C#并行编程-Parallel C#并行编程-Task C#并行编程-并发集合 C#并行编程-线程同步原语 C#并行编程-PLINQ:声明式数据并行 背景 通过LINQ可以方便的查询并处理不同的数据源,使用Parallel LI 阅读全文
posted @ 2018-01-02 10:03 特洛伊-Micro 阅读(649) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/eaglet/archive/2013/01/07/2849010.html 目前的.net 架构下缺乏高效的TCP消息发送组件,而这种组件是构建高性能分布式应用所必需的。为此我结合多年的底层开发经验开发了一个.net 下的高效TCP消息发送组件。这个 阅读全文
posted @ 2017-12-29 18:47 特洛伊-Micro 阅读(510) 评论(0) 推荐(0)
摘要: 开篇: 互斥还是lock Monitor Mutex 模式! Muex Monitor lock AutoEventSet ManualEventSet 后续的 ReaderWriterLock ReaderWriterLockSlim 类 表示用于管理资源访问的锁定状态,可实现多线程读取或进行独占 阅读全文
posted @ 2017-12-26 17:59 特洛伊-Micro 阅读(9331) 评论(0) 推荐(1)
该文被密码保护。 阅读全文
posted @ 2017-12-22 18:32 特洛伊-Micro 阅读(1) 评论(0) 推荐(0)
摘要: C# 7 out variables, tuples & other new features C# 7 is available on new Visual Studio 2017 and comes with some new features. I wouldn’t call them ‘re 阅读全文
posted @ 2017-12-22 17:01 特洛伊-Micro 阅读(294) 评论(0) 推荐(0)
摘要: AngleSharp https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelectorAll Element.querySelectorAll() AngleSharp https://developer.mozilla.o 阅读全文
posted @ 2017-12-22 11:47 特洛伊-Micro 阅读(1211) 评论(0) 推荐(0)
摘要: Html Agility Pack - APIParserSelectorsManipulationTraversingWriterUtilitiesAttributes HTML Parser HTML Parser allow you to parse HTML and return an Ht 阅读全文
posted @ 2017-12-22 11:05 特洛伊-Micro 阅读(396) 评论(0) 推荐(0)
摘要: function enterHandler(event){ var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;if (keyCode == 13) {//处理函数}} 一、 阅读全文
posted @ 2017-12-20 12:07 特洛伊-Micro 阅读(3897) 评论(0) 推荐(0)
摘要: 虽然各种代码托管平台很多。真正免费的私有仓储 却很少。微软的东西还是值得一用。免费版,5个用户。够了。 申请地址: https://www.visualstudio.com/zh-hans/free-developer-offers/ 收费说明:https://www.visualstudio.co 阅读全文
posted @ 2017-12-13 18:01 特洛伊-Micro 阅读(429) 评论(0) 推荐(0)
摘要: 方法1 NPOI 中,对 sheet 对象设置 ForceFormulaRecalculation = true,即可实现自动将 Excel 的公式计算出来。 方法2 循环 Excel 的行、列,取出各个单元格,判断单元格的 CellType 是否等于 NPOI.SS.UserModel.CellT 阅读全文
posted @ 2017-12-12 11:24 特洛伊-Micro 阅读(6008) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 68 下一页