上一页 1 2 3 4 5 6 7 ··· 24 下一页
摘要: 1.Install 2. conifg 創建文件:log4net.config 對應Startup中的配置: 3.Startup 4.Usage 使用經典的LogManager獲取日誌對象: 阅读全文
posted @ 2017-05-27 13:31 _DN 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 1. configservice 先讀取支持的配置地址; 配置默認策略,制定Urls內全部支持 2. Configure 啟用中間件 3. 所有Action支持 ref:http://www.cnblogs.com/xingbo/p/6093325.html 阅读全文
posted @ 2017-05-26 19:24 _DN 阅读(205) 评论(0) 推荐(0) 编辑
摘要: “操作无法完成,因为文件或文件夹已经在另一个程序中打开,请关闭该文件在重试。” 任務管理器,性能,資源監視器,關聯的句柄, 輸入文件或文件夾的名稱,搜索出來之後,結束進程。 然後就可以進行操作了 阅读全文
posted @ 2017-05-26 18:29 _DN 阅读(2725) 评论(0) 推荐(0) 编辑
摘要: Install Package Swashbuckle Pre 1.Startup 如上: // swagger start // swagger end 2.launchSettings.json 如: "launchUrl": "swagger/ui/index", 阅读全文
posted @ 2017-05-26 18:03 _DN 阅读(349) 评论(0) 推荐(0) 编辑
摘要: • Application Startup 應用程序啟動 • Middleware 中間件 • Working with Static Files 靜態文件 • Routing 路由 • URL Rewriting Middleware URL重定向中間件 • Error Handling 錯誤處理 阅读全文
posted @ 2017-05-25 18:21 _DN 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Ref:https://github.com/qiuxiafei/zk web zk web是一个用clojure with noir and boostrap写的Zookeeper WEB UI管理工具。 clojure代码总行数少于450.简单,强大! 使用方法 配置 配置费方式简单, 文件: 阅读全文
posted @ 2017-05-25 17:59 _DN 阅读(773) 评论(0) 推荐(0) 编辑
摘要: 1.基本例子 2. 类型系统 clojure ;;;;;;;;;;;;; ; Clojure 使用java对象类型来表示 布尔值、字符串和数字 ; 使用 函数来检测它们. (class 1) ; 整形字面值默认是java中的Long类型 (class 1.); 浮点字面值对应着java中的Doubl 阅读全文
posted @ 2017-05-25 17:20 _DN 阅读(243) 评论(0) 推荐(0) 编辑
摘要: Redux解决数据通信复杂问题。 Store 存储数据的地方,一个应用只有一个Store。 State Store对象包含所有数据。 Action 一个对象,表示View的变化。 Action Creator 创建Action的方法。 Reducer 对Action的消费,并产生一个新的State。 阅读全文
posted @ 2017-05-25 16:32 _DN 阅读(127) 评论(0) 推荐(0) 编辑
摘要: ``` FROM microsoft/dotnet:1.0.0-preview2-sdk RUN mkdir /app WORKDIR /app COPY project.json /app RUN ["dotnet", "restore"] COPY . /app RUN ["dotnet", "build"] EXPOSE 5000/tcp CMD ["dotnet", "run"] `... 阅读全文
posted @ 2016-10-27 12:36 _DN 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 解决方法: 阅读全文
posted @ 2016-10-08 10:53 _DN 阅读(351) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 24 下一页