上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 69 下一页
摘要: While I ended up using a CSS-only implementation forthis pen, I started by writing it mostly using classes and JavaScript.However, I had a conflict. I... 阅读全文
posted @ 2015-04-02 17:07 zyip 阅读(234) 评论(0) 推荐(0)
摘要: https://github.com/mgechev/AngularJS-Learninghttps://github.com/angular-ui/ui-routerhttps://github.com/mgechev/angular-transitionshttp://daneden.githu... 阅读全文
posted @ 2015-04-01 14:17 zyip 阅读(430) 评论(0) 推荐(0)
摘要: https://github.com/mgechev/v8-sorting-test/tree/master/src/algorithms 阅读全文
posted @ 2015-04-01 14:01 zyip 阅读(152) 评论(0) 推荐(0)
摘要: http://blog.miniasp.com/post/2014/01/07/Useful-tool-Sublime-Text-3-Quick-Start.aspx 阅读全文
posted @ 2015-03-31 16:39 zyip 阅读(188) 评论(0) 推荐(0)
摘要: 0. To install bower , run the following command in webstorm terminal(alt+f12) npm install bower bower install jquery bower init 1. add following line... 阅读全文
posted @ 2015-03-30 16:20 zyip 阅读(328) 评论(0) 推荐(0)
摘要: http://angular-transitions.mgechev.com/#/view/page1https://scotch.io/tutorialshttp://stackoverflow.com/questions/21211460/route-dependent-css-page-tra... 阅读全文
posted @ 2015-03-30 11:19 zyip 阅读(428) 评论(0) 推荐(0)
摘要: 1. create a folder named m12. run command: npm init, this will create the package.json file3. create a lib folder using command: mkdir lib4. create in... 阅读全文
posted @ 2015-03-26 22:58 zyip 阅读(276) 评论(0) 推荐(0)
摘要: 1. wrap up a module using module.exports, name the file to a.jsvar fun1=function(){var stylus = require('stylus');this.hi=function(){ console.log('... 阅读全文
posted @ 2015-03-25 23:34 zyip 阅读(159) 评论(0) 推荐(0)
摘要: 1. install from npmsudo npm install stylus2. create a styl file named step1.stylborder-radius() { -webkit-border-radius: arguments -moz-border-radiu... 阅读全文
posted @ 2015-03-25 23:02 zyip 阅读(167) 评论(0) 推荐(0)
摘要: //post json 时收不到数据,目前只找到方法post form形式的key-value值//关键是设置headers: { 'Content-Type': 'application/x-www-form-urlencoded' }和data:'login=zyip@qq.com'app.fa... 阅读全文
posted @ 2015-03-23 17:18 zyip 阅读(300) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 69 下一页