会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
b̶i̶n̶g̶.̶
只要心中有景、何处不是花香满径。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
40
下一页
2016年11月24日
jexus /Tinyfox Owin适配器
摘要: public class Adapter { static Func, Task> _owinApp; /// /// 默认构造函数 /// public Adapter() { var builder = new AppBuilder(); ...
阅读全文
posted @ 2016-11-24 14:48 b̶i̶n̶g̶.̶
阅读(235)
评论(0)
推荐(0)
2016年11月15日
AutofacContainer
摘要: /// /// Autofac容器 /// public class AutofacContainer { public static IContainer Container { get; private set; } public static void Set(IContainer c) { ...
阅读全文
posted @ 2016-11-15 10:11 b̶i̶n̶g̶.̶
阅读(268)
评论(0)
推荐(0)
2016年11月9日
C# 自定义Section
摘要: 一、在App.config中自定义Section,这个使用了SectionGroup xml中的section 需要显示配置自定义的处理程序,即type属性二、创建处理程序 MySectionHandler 执行处理程序代码如下: 注意事项: 1.获取自定义Section,如果是SectionGro
阅读全文
posted @ 2016-11-09 17:16 b̶i̶n̶g̶.̶
阅读(2065)
评论(0)
推荐(0)
2016年11月8日
jexus linux x64 [专业版] 安装和配置https
摘要: 一、环境 操作系统:centOs7-x64 二、准备工作 购买SSL/TLS证书 三、部署 1.首先查看“/lib”或“/usr/lib”等系统库文件夹中是否有SSL库文件的名字,该文件名应该是“libssl.so.版本号”(find / -name libssl.so.*),如果没有列出文件名,就
阅读全文
posted @ 2016-11-08 16:06 b̶i̶n̶g̶.̶
阅读(1493)
评论(1)
推荐(3)
2016年11月7日
github上readme.md 格式
摘要: 参考:https://github.com/guoyunsky/Markdown-Chinese-Demo/edit/master/README.md
阅读全文
posted @ 2016-11-07 10:41 b̶i̶n̶g̶.̶
阅读(160)
评论(0)
推荐(0)
2016年10月28日
C# BlockCollection
摘要: 1.BlockCollection集合是一个拥有阻塞功能的集合,它就是完成了经典生产者消费者的算法功能。 它没有实现底层的存储结构,而是使用了IProducerConsumerCollection接口的几个集合作为底层数据接结构,例如:ConcurrentBag、ConcurrentStack、Co
阅读全文
posted @ 2016-10-28 15:36 b̶i̶n̶g̶.̶
阅读(1622)
评论(0)
推荐(0)
IIS ARR 负载均衡
摘要: 阅读:http://www.cnblogs.com/jesse2013/p/dlws-loadbalancer2.html 自定义端口:http://www.th7.cn/Program/net/201408/267522.shtml
阅读全文
posted @ 2016-10-28 15:23 b̶i̶n̶g̶.̶
阅读(195)
评论(0)
推荐(0)
ab 轻量的压测工具
摘要: 阅读:http://www.cnblogs.com/luminji/archive/2011/09/02/2163525.html
阅读全文
posted @ 2016-10-28 15:11 b̶i̶n̶g̶.̶
阅读(171)
评论(0)
推荐(0)
ASP.NET是如何在IIS下工作的
摘要: 阅读:http://www.cnblogs.com/fengzheng/p/3668283.html
阅读全文
posted @ 2016-10-28 15:00 b̶i̶n̶g̶.̶
阅读(120)
评论(0)
推荐(0)
C# 4.0 之线程安全集合篇
摘要: 资料:http://www.cnblogs.com/chengxiaohui/articles/5672768.html
阅读全文
posted @ 2016-10-28 13:59 b̶i̶n̶g̶.̶
阅读(354)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
···
40
下一页
公告