代码改变世界

A great tool ESLint

2017-03-06 05:55 by zhangpengc, 126 阅读, 0 推荐, 收藏, 编辑
摘要:ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code, with the goal of making code more consistent and avoid 阅读全文

Asp.Net Core 1.0 Error “Failed to make the following project runnable”

2017-02-28 22:01 by zhangpengc, 289 阅读, 0 推荐, 收藏, 编辑
摘要:I faced the same problem, and thought that problem lied in project.fragment.lock.json or in project.json, but in my case the problem was with incorrec 阅读全文

Error : An error occurred while creating the WebJob schedule: Response status code does not indicate success: 409 (Conflict).

2016-10-18 18:18 by zhangpengc, 713 阅读, 0 推荐, 收藏, 编辑
摘要:How to fix the error? the answer is simple switch from Free to Standard... 阅读全文

.NET Core Analysis

2016-10-13 21:44 by zhangpengc, 507 阅读, 0 推荐, 收藏, 编辑
摘要:.NET Core 1.0.1 If you are working with Mvc, Newtonsoft.Json has been included by default. There has a nuget package available v7.2.1. BUT... https:// 阅读全文

ASP.NET Core – 2300% More Requests Served Per Second

2016-03-02 05:03 by zhangpengc, 347 阅读, 0 推荐, 收藏, 编辑
摘要:http://www.ageofascent.com/asp-net-core-exeeds-1-15-million-requests-12-6-gbps/ ASP.NET Core – Exceeds 1.15 Million request/s, 12.6 Gbps Congratulatio 阅读全文

One of the best logo fonts "Klavika"

2016-02-21 22:34 by zhangpengc, 201 阅读, 0 推荐, 收藏, 编辑
摘要:Download link: http://fontsgeek.com/search?q=Klavika 阅读全文

UNDER THE HOOD OF THE NEW AZURE PORTAL

2016-02-11 03:27 by zhangpengc, 294 阅读, 0 推荐, 收藏, 编辑
摘要:http://jbeckwith.com/2014/09/20/how-the-azure-portal-works/ So - I haven’t been doing much blogging or speaking on WebMatrix or node recently. For the 阅读全文

Windows Azure - Troubleshooting & Debugging: Role Recycling

2016-02-02 05:09 by zhangpengc, 181 阅读, 0 推荐, 收藏, 编辑
摘要:每年总会碰到几次Role Recycling,处理完记录下 :) 1. 和往常一样先排查系统日志,修复异常。> 没效果 :( 2. 排查Event Viewer中的Logs,没有发现比较奇怪Logs。:( 3. 使用AzureTools 3.1. RDP 3.2. 通过Azure PowerShel 阅读全文

Gulp: Getting Started

2016-01-19 07:03 by zhangpengc, 194 阅读, 0 推荐, 收藏, 编辑
摘要:https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md1.Install gulp globally:$ npm install --global gulp2.Install gulp in your project de... 阅读全文

随想:没有完美的架构,有舍有得

2016-01-18 02:15 by zhangpengc, 297 阅读, 1 推荐, 收藏, 编辑
摘要:在过年的很多年我一直在追求一个完美的架构,系统对第三方组件没有强依赖,可替换。这么多年过去了,我在很多项目中尝试和实现了这个基本理念,具体表现在对IoC,ORM等等的抽象处理。有趣的是我发现不单是我有这种偏好,我发现身边很多工作多年的高级开发人员也同样有这种偏好。几年前在Travix开发API的时候... 阅读全文