上一页 1 2 3 4 5 6 ··· 15 下一页
摘要: 问题表现:Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException : One or more compilation failures occurred:ewiqttdv.z4g(4,62): error CS0012: The type 'Attribute' is defined in an assembly ... 阅读全文
posted @ 2017-10-27 11:49 DukeCheng 阅读(489) 评论(0) 推荐(0) 编辑
摘要: I’ve been playing around a lot with docker. It’s awesome, and it creates a whole new world of possibilities, and I’m constantly coming up with new ideas of where it could be useful.After playing with ... 阅读全文
posted @ 2017-10-26 14:08 DukeCheng 阅读(173) 评论(0) 推荐(1) 编辑
摘要: 代码位于: Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver.cs private IKey FindDefaultKey(DateTimeOffset now, IEnumerable<IKey> allKey 阅读全文
posted @ 2017-10-26 08:54 DukeCheng 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-10-25 23:40 DukeCheng 阅读(281) 评论(0) 推荐(0) 编辑
摘要: msbuild /t:Rebuild /p:Configuration=Release /m /m 自动检测cpu数量启动对应数量进程 阅读全文
posted @ 2016-03-06 22:58 DukeCheng 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 解决方法: x:\Jenkins\jenkins.xml 新增蓝色粗体标记参数(-Dfile.encoding=utf-8),然后重启Jenkins服务,完毕! -Xrs -Xmx256m -Dfile.encoding=utf-8 -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar “%BASE%\jenkins.... 阅读全文
posted @ 2016-03-06 16:11 DukeCheng 阅读(2036) 评论(0) 推荐(0) 编辑
摘要: 开启Migration 1. 通过 Tools->Nuget Package Manager->Package Manager Console 打开Package Manager Console窗口 2. Default Project选择当前的DbContext所在的项目 3. 通过命令开启Migration Enable-Migrations 开启之后,DbContext对应... 阅读全文
posted @ 2016-02-01 18:43 DukeCheng 阅读(3913) 评论(2) 推荐(2) 编辑
摘要: Dotnet Github网站 http://dotnet.github.io/getting-started/ 微软ASP.NET站点 https://docs.asp.net/en/latest/getting-started/index.html ASP.NET官方站 https://get.asp.net/ Docker介绍 https://docs.doc... 阅读全文
posted @ 2016-01-14 22:27 DukeCheng 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 作者原文 : http://blog.chinaunix.net/uid-9950859-id-98277.html 要在网上传输的数据会被分成许多小的数据包,我们一旦接通了网络,会有很多数据包进入,离开,或者经过我们的计算机。 首先我们要弄明白,防火墙将怎么对待 这些数据包。这些数据包会经过一些相应的规则链,比如要进入你的计算机的数据包会首先进入INPUT链,从我... 阅读全文
posted @ 2016-01-14 18:31 DukeCheng 阅读(311) 评论(2) 推荐(2) 编辑
摘要: CSS: .gallery-item { display:inline-block; margin:0 15px; } 个人签名: 西安.NET俱乐部群 西安.NET俱乐部公众号 阅读全文
posted @ 2016-01-14 11:42 DukeCheng 阅读(365) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 15 下一页