11 2016 档案

Angular1.x 之Providers (Value, Factory, Service and Constant )
摘要:官方文档Providers Each web application you build is composed of objects that collaborate to get stuff done.(每一个web应用都是由一些对象“组装”成的,这些对象共同合作,来完成特定的任务)These 阅读全文

posted @ 2016-11-21 22:11 kevin4dev 阅读(774) 评论(0) 推荐(0)

JS Error 内置异常类型 处理异常 Throw语句
摘要:Exceptional Exception Handling in JavaScript MDN资料 Anything that can go wrong, will go wrong. Murphy’s law is even applicable to software development. 阅读全文

posted @ 2016-11-20 20:46 kevin4dev 阅读(7912) 评论(0) 推荐(1)

Angular1.x directive(指令里的)的compile,pre-link,post-link,link,transclude
摘要:The nitty-gritty of compile and link functions inside AngularJS directives The nitty-gritty of compile and link functions inside AngularJS directives 阅读全文

posted @ 2016-11-15 22:22 kevin4dev 阅读(1737) 评论(0) 推荐(0)

Express ( MiddleWare/中间件 路由 在 Express 中使用模板引擎 常用API
摘要:A fast, un-opinionated, minimalist web framework for Node.js applications. In general, prefer simply “Express” to “Express.js,” though the latter is a 阅读全文

posted @ 2016-11-07 21:21 kevin4dev 阅读(652) 评论(0) 推荐(0)

导航