11 2016 档案

摘要:public class Adapter { static Func, Task> _owinApp; /// /// 默认构造函数 /// public Adapter() { var builder = new AppBuilder(); ... 阅读全文
posted @ 2016-11-24 14:48 b̶i̶n̶g̶.̶ 阅读(217) 评论(0) 推荐(0) 编辑
摘要:/// /// 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̶.̶ 阅读(258) 评论(0) 推荐(0) 编辑
摘要:一、在App.config中自定义Section,这个使用了SectionGroup xml中的section 需要显示配置自定义的处理程序,即type属性二、创建处理程序 MySectionHandler 执行处理程序代码如下: 注意事项: 1.获取自定义Section,如果是SectionGro 阅读全文
posted @ 2016-11-09 17:16 b̶i̶n̶g̶.̶ 阅读(2017) 评论(0) 推荐(0) 编辑
摘要:一、环境 操作系统: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̶.̶ 阅读(1422) 评论(1) 推荐(3) 编辑
摘要:参考:https://github.com/guoyunsky/Markdown-Chinese-Demo/edit/master/README.md 阅读全文
posted @ 2016-11-07 10:41 b̶i̶n̶g̶.̶ 阅读(135) 评论(0) 推荐(0) 编辑