JJY

随笔分类 -  JS

express
摘要:1. 使用 express-generator 初始化项目 参见http://blog.csdn.net/sinat_26054677/article/details/43958369 2. 初始化npm配置文件 npm init 阅读全文

posted @ 2017-01-10 10:25 MikeJia 阅读(134) 评论(0) 推荐(0)

node开发
摘要:1. 国内使用npm安装某些插件的时候,偶尔会有网络问题,可以使用cnpm:(后续所有使用 npm 无法正常安装的,都改成 cnpm 试试) a. 首先使用 npm 安装 cnpm:npm install -g cnpm --registry=https://registry.npm.taobao. 阅读全文

posted @ 2016-12-09 17:29 MikeJia 阅读(339) 评论(0) 推荐(0)

IIS 部署 node.js ---- 基础安装部署
摘要:一些可能有用的相关文章: https://blogs.msdn.microsoft.com/scott_hanselman/2011/11/28/window-iisnode-js/ http://blog.csdn.net/puncha/article/details/9047311 201611 阅读全文

posted @ 2016-11-23 10:49 MikeJia 阅读(3883) 评论(1) 推荐(1)

AugularJS, Responsive, phonegap, BAE, SAE,GAE, Paas
摘要:http://freewind.me/blog/20121226/1167.htmlhttp://88250.b3log.org/bae-sae-gaehttp://www.ruanyifeng.com/blog/2012/05/responsive_web_design.htmlhttp://www.phonegapcn.com/http://www.gbin1.com/technology/javascript/20120717-AugularJS-features/ 阅读全文

posted @ 2013-09-09 23:31 MikeJia 阅读(303) 评论(0) 推荐(0)

iPicture
摘要:iPicture 阅读全文

posted @ 2013-09-01 00:45 MikeJia 阅读(160) 评论(0) 推荐(0)

JavaScript实现继承
摘要:我觉得最清晰的方式是试用prototype,如下: var animal = function(){ this.name = 'pipi'; this.age = 10; this.height = 0; } var cat = function() { this.play = function() { alert("cat play"); } cat.prototype = new ani... 阅读全文

posted @ 2010-03-21 01:59 MikeJia 阅读(157) 评论(0) 推荐(0)

导航