摘要: https://stackoverflow.com/questions/34785064/rails-docker-host-does-not-exist-default 阅读全文
posted @ 2017-08-04 15:27 无为有道 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 本文是博主翻译文章,估计会省略一些,但是我尽量能翻译好,各个知识点通俗易懂。译文如下: ASP.NET Thread Usage on IIS 7.5, IIS 7.0, and IIS 6.0 我简短的解释下asp.net被宿主在 IIS 7.5, IIS 7.0 and IIS 6.0中的时候, 阅读全文
posted @ 2017-05-20 23:06 无为有道 阅读(882) 评论(0) 推荐(0) 编辑
摘要: public delegate void LogReceivedEventHandler(object source, LogReceivedEventArgs e); 基于以上,log4net添加了一个适配类,可以使用: 使用 阅读全文
posted @ 2017-04-25 23:12 无为有道 阅读(157) 评论(0) 推荐(0) 编辑
摘要: /// /// Static constructor that initializes logging by reading /// settings from the application configuration file. /// /// /// /// The log4net.I... 阅读全文
posted @ 2017-04-25 21:47 无为有道 阅读(292) 评论(0) 推荐(0) 编辑
摘要: SELECT a3.text,DB_NAME(resource_database_id),CASE WHEN resource_type='OBJECT' THEN OBJECT_NAME(resource_associated_entity_id) ELSE '' END, * FROM sys. 阅读全文
posted @ 2017-04-24 16:26 无为有道 阅读(113) 评论(0) 推荐(0) 编辑
摘要: Install-Package NuGet.CommandLine nuget spec nuget pack Jryg.VirtualNumber.ClientNet4.csproj -IncludeReferencedProjects nuget push Jryg.VirtualNumber. 阅读全文
posted @ 2017-03-27 18:02 无为有道 阅读(156) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/nzperfect/archive/2011/11/03/2234595.html 1 工具: dtcping 2 配置 3 netboise 阅读全文
posted @ 2017-03-01 18:33 无为有道 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 第一:iis绑定 net.tcp 808:* 第二:iis 应用中高级开启协议,添加net.tcp多协议逗号隔开 第三:开启各项服务 第四:执行 ServiceModReg.exe -r 阅读全文
posted @ 2017-02-04 03:11 无为有道 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 一:A电脑使用ssh生成非对称密钥,目录为当前系统的默认目录下.ssh 密钥分为三种,最常用的使用rsa 二:将公钥上传至需要登录的电脑,同理在登录用户默认目录下创建.ssh/authorized_keys文件,将密钥内容复制进这个文件。 注意:对于.ssh需要权限710,事实上你最好是要将这个默认 阅读全文
posted @ 2017-01-20 02:12 无为有道 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1 传统模式 2 连续模式 这个为默认值 3 交叉模式 阅读全文
posted @ 2016-12-15 02:42 无为有道 阅读(118) 评论(0) 推荐(0) 编辑