摘要:
要实现给mvc 和api 接口全局添加日志统计,web api添加的方式有些不同FilterConfig.cs 页面 public class FilterConfig { public static void RegisterGlobalFilters(GlobalFilter... 阅读全文
摘要:
1.关心你的技艺 Care About Your Craft 如果不在乎能否漂亮地开发出软件,你又为何要耗费生命去开发软件呢?2.思考!你的工作 Think! About Your Work 关掉自动驾驶仪,接管操作。不断的批评和评估你的工作。3.提供各种选择,不要找蹩脚的借口 Provide Options,Don't Make Lame Excuses 要提供各种选择,而不是找借口。不要说事情做不到;说明能够做什么。4.不要容忍破窗户 Don't Live with Broken Windows 当你看到糟糕的设计、错误的决策和糟糕的代码时,修正它们。5.做变化的催化剂 . 阅读全文
摘要:
摘了过来,英文不好的上有道词典吧,也许代码是程序员最好的沟通工具While some folk will argue that verbose code aids readability, I think almost the opposite, and in this post I’m going to list some basic tips for minimising redundant clutter in your code. JavaScript is a fun language at its core — it’s worth learning the tiny detail 阅读全文