03 2015 档案

摘要:http://blog.miniasp.com/post/2014/01/07/Useful-tool-Sublime-Text-3-Quick-Start.aspx 阅读全文
posted @ 2015-03-31 16:39 zyip 阅读(181) 评论(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 阅读(317) 评论(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 阅读(422) 评论(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 阅读(268) 评论(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 阅读(152) 评论(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 阅读(161) 评论(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 阅读(293) 评论(0) 推荐(0) 编辑
摘要:1.install gruntsudo npm install -g grunt-clinpm install grunt --save-dev 阅读全文
posted @ 2015-03-21 23:45 zyip 阅读(146) 评论(0) 推荐(0) 编辑
摘要:http://www.responsivemiracle.com/collective/best-responsive-html5-angularjs-templates/ 阅读全文
posted @ 2015-03-21 16:28 zyip 阅读(117) 评论(0) 推荐(0) 编辑
摘要:关于响应式布局P迪|9天前|产品设计4,888摘要:在谈响应式布局前,我们先梳理下网页设计中整体页面排版布局,常见的主要有如下几种类型: 布局类型 布局实现 采用何种方式实现布局设计,也有不同的方式,这里基于页面的实现单位而言,分为四种类型:固定布局、可切换的固定布局、弹性布局、混合布局。 固定布局... 阅读全文
posted @ 2015-03-20 23:59 zyip 阅读(2606) 评论(0) 推荐(0) 编辑
摘要:http://csswizardry.com/csswizardry-grids/http://unsemantic.com/demo-responsivehttp://getbootstrap.com/css/ 阅读全文
posted @ 2015-03-20 23:50 zyip 阅读(171) 评论(0) 推荐(0) 编辑
摘要:http://cssdeck.com/labs/7wsdvxdchttp://getbootstrap.com/css/http://getbootstrap.com/2.3.2/scaffolding.htmlhttp://wp-types.com/documentation/user-guide... 阅读全文
posted @ 2015-03-18 10:07 zyip 阅读(175) 评论(0) 推荐(0) 编辑
摘要:Bubble:ppppppCapturingppppppMixppppppTo Stop BubbleppppppJS Bin 阅读全文
posted @ 2015-03-17 09:56 zyip 阅读(209) 评论(0) 推荐(0) 编辑
摘要:Last update: June 2014. I have partially rewritten this article to provide more technical details and also to show their differences more clearly.Angu... 阅读全文
posted @ 2015-03-16 23:19 zyip 阅读(235) 评论(0) 推荐(0) 编辑
摘要:You can use number as function/variable name, the numberic name can't be accessed from parent scope, but can be accessed by 'this' in private scope.va... 阅读全文
posted @ 2015-03-16 14:10 zyip 阅读(135) 评论(0) 推荐(0) 编辑
摘要:Centering HTML elements larger than their parentsIt's not a common problem, but I've run into it a few times. How do you center an element when it is ... 阅读全文
posted @ 2015-03-13 10:59 zyip 阅读(171) 评论(0) 推荐(0) 编辑
摘要:key—– BEGIN LICENSE —–Andrew WeberSingle User LicenseEA7E-855605813A03DD 5E4AD9E6 6C0EEB94 BC99798F942194A6 02396E98 E62C9979 4BB979FE91424C9D A45400B... 阅读全文
posted @ 2015-03-12 23:34 zyip 阅读(173) 评论(0) 推荐(0) 编辑
摘要:vs2010vs2012http://channel9.msdn.com/Events/Visual-Studio/Launch-2013/VS108you can use VSDBCMD.EXE orSqlPackage.exe to gerernate sql schema file (*.db... 阅读全文
posted @ 2015-03-12 10:29 zyip 阅读(324) 评论(0) 推荐(0) 编辑
摘要:http://webdesignledger.com/inspiration/40-excellent-examples-of-single-page-websiteshttps://onepagelove.com/http://www.awwwards.com/websites/single-pa... 阅读全文
posted @ 2015-03-11 23:12 zyip 阅读(129) 评论(0) 推荐(0) 编辑
摘要:http://javascript.ruanyifeng.com/tool/browserify.html 阅读全文
posted @ 2015-03-11 13:11 zyip 阅读(93) 评论(0) 推荐(0) 编辑
摘要:http://www.jb51.net/tools/xss.htm 阅读全文
posted @ 2015-03-11 09:09 zyip 阅读(110) 评论(0) 推荐(0) 编辑
摘要:http://html5hub.com/comparing-html5-mobile-ui-frameworks/ 阅读全文
posted @ 2015-03-11 03:37 zyip 阅读(125) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wang16510/article/details/8960312https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills 阅读全文
posted @ 2015-03-11 02:32 zyip 阅读(137) 评论(0) 推荐(0) 编辑
摘要:https://github.com/rackt/react-boilerplatehttp://christianalfoni.github.io/javascript/2014/10/30/react-js-workflow-part2.htmlhttp://www.code-experienc... 阅读全文
posted @ 2015-03-10 01:42 zyip 阅读(180) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/v_july_v/article/category/1061301 http://blog.csdn.net/v_july_v/article/details/8308762 数据挖掘中所需的概率论与数理统计知识 http://blog.csdn.net/v 阅读全文
posted @ 2015-03-09 22:56 zyip 阅读(252) 评论(0) 推荐(0) 编辑
摘要:曹海成的专栏 http://blog.csdn.net/caohaicheng/article/details/38071097 http://blog.csdn.net/a5489888/article/details/8278301 http://blog.csdn.net/fmh2011/ar 阅读全文
posted @ 2015-03-09 22:52 zyip 阅读(110) 评论(0) 推荐(0) 编辑
摘要:https://www.skillfeed.com/browsehttp://teamtreehouse.com/featureshttp://www.pluralsight.com/https://learnable.com/http://www.chinahadoop.cn/ 阅读全文
posted @ 2015-03-09 13:18 zyip 阅读(173) 评论(0) 推荐(0) 编辑
摘要:http://tutorials.jenkov.com/angularjs/watch-digest-apply.htmlhttp://angular-tips.com/blog/2013/08/why-does-angular-dot-js-rock/http://www.cnblogs.com/... 阅读全文
posted @ 2015-03-09 13:02 zyip 阅读(165) 评论(0) 推荐(0) 编辑
摘要://install termcolor modulecd \cd python27cd scriptspip install termcolorpip install colorama//python scripts for testingfrom termcolor import coloredp... 阅读全文
posted @ 2015-03-09 10:54 zyip 阅读(367) 评论(0) 推荐(0) 编辑
摘要:1.supervisornpm install supervisor -gsupervisor app.jscd publiccd binsupervisor wwwhttp://www.nodenpm.com/news/122.domaindomain3.Q.promise4.Uncaught E... 阅读全文
posted @ 2015-03-09 09:28 zyip 阅读(359) 评论(0) 推荐(0) 编辑
摘要:angularjs 入门教程http://angular-tips.com/blog/2013/08/why-does-angular-dot-js-rock/Practive the previous atricale on jsbin at the following URL:http://js... 阅读全文
posted @ 2015-03-08 23:07 zyip 阅读(124) 评论(0) 推荐(0) 编辑
摘要:http://sizzlejs.com/http://selectivizr.com/ 阅读全文
posted @ 2015-03-08 19:08 zyip 阅读(122) 评论(0) 推荐(0) 编辑
摘要:http://ued.taobao.org/blog/2008/10/understanding-progressiveen-hancement-chs-translation/http://www.w3.org/wiki/Graceful_degradation_versus_progressiv... 阅读全文
posted @ 2015-03-08 17:25 zyip 阅读(165) 评论(0) 推荐(0) 编辑
摘要:http://www.w3.org/standards/ http://www.webstandards.org/learn/faq/#p213 http://www.w3.org/standards/about.html http://www.webstandards.org/learn/faq/ 阅读全文
posted @ 2015-03-08 17:15 zyip 阅读(183) 评论(0) 推荐(0) 编辑
摘要:The separation of structure, presentation and behavior is deadhttp://blog.teamtreehouse.com/the-separation-of-structure-presentation-and-behavior-is-d... 阅读全文
posted @ 2015-03-08 02:13 zyip 阅读(135) 评论(0) 推荐(0) 编辑
摘要:https://github.com/KitWong/KitWong.github.io/tree/master/_posts 阅读全文
posted @ 2015-03-08 01:53 zyip 阅读(97) 评论(0) 推荐(0) 编辑
摘要:http://spritegen.website-performance.org/ 阅读全文
posted @ 2015-03-08 00:33 zyip 阅读(118) 评论(0) 推荐(0) 编辑
摘要:http://www.ibm.com/developerworks/cn/java/j-jtp07233/ 阅读全文
posted @ 2015-03-08 00:18 zyip 阅读(133) 评论(0) 推荐(0) 编辑
摘要:http://www.ibm.com/developerworks/cn/java/j-5things2.html 阅读全文
posted @ 2015-03-08 00:15 zyip 阅读(107) 评论(0) 推荐(0) 编辑
摘要:http://www.sitepoint.com/free-mobile-design-resources/ 阅读全文
posted @ 2015-03-07 23:54 zyip 阅读(124) 评论(0) 推荐(0) 编辑
摘要:http://www.infragistics.com/products/indigo-studio?gclid=CIXrnav4lcQCFdclvQoduVEAnA 阅读全文
posted @ 2015-03-07 17:43 zyip 阅读(139) 评论(0) 推荐(0) 编辑
摘要:http://ionicframework.com/getting-started/5 Ionic Framework App Development Tips and Trickshttp://www.sitepoint.com/5-ionic-app-development-tips-trick... 阅读全文
posted @ 2015-03-07 13:57 zyip 阅读(150) 评论(0) 推荐(0) 编辑
摘要:https://thegrid.io/?utm_source=adwords&utm_medium=cpc&utm_campaign=thegrid-display-english&gclid=COCtyruSlcQCFVAJvAodY10A2ghttp://witcher42.github.io/ 阅读全文
posted @ 2015-03-07 10:10 zyip 阅读(125) 评论(0) 推荐(0) 编辑
摘要:https://trello.com/b/55F6bfcz/board1 阅读全文
posted @ 2015-03-06 23:07 zyip 阅读(103) 评论(0) 推荐(0) 编辑
摘要:function BaseClass() { this.hello = function() { this.talk(); } this.talk = function() { document.write("I'm BaseClass"); }}... 阅读全文
posted @ 2015-03-06 15:43 zyip 阅读(185) 评论(0) 推荐(0) 编辑
摘要:https://developer.mozilla.org/en-US/docs/Web/CSS 阅读全文
posted @ 2015-03-06 14:04 zyip 阅读(178) 评论(0) 推荐(0) 编辑
摘要:https://jsfiddle.net/mh35vhfj/5/ 阅读全文
posted @ 2015-03-06 07:07 zyip 阅读(104) 评论(0) 推荐(0) 编辑
摘要:http://www.programering.com/a/MjN0IjMwATg.html 阅读全文
posted @ 2015-03-05 23:48 zyip 阅读(125) 评论(0) 推荐(0) 编辑
摘要:http://modernizr.com/http://necolas.github.io/normalize.css/http://philipwalton.github.io/polyfill/https://github.com/paulirish/matchMedia.js/http://w... 阅读全文
posted @ 2015-03-05 16:45 zyip 阅读(223) 评论(0) 推荐(0) 编辑
摘要:http://responsive-nav.com/#instructionshttps://github.com/viljamis/responsive-nav.jshttp://tympanus.net/Blueprints/SlidePushMenus/-----------------htt... 阅读全文
posted @ 2015-03-05 13:54 zyip 阅读(279) 评论(0) 推荐(0) 编辑
摘要:allcountjs.comhttp://mean.io/https://www.meteor.com/http://sailsjs.org/#!/nodejs 博客http://hexo.io/ 阅读全文
posted @ 2015-03-05 09:27 zyip 阅读(228) 评论(0) 推荐(0) 编辑
摘要:http://zyip.github.io/facemaker/indexecho "hello world" >>hello.htmgit initgit add hello.htmgit commit -m "add hello.htm"git remote add origin https:/... 阅读全文
posted @ 2015-03-04 22:12 zyip 阅读(642) 评论(2) 推荐(0) 编辑
摘要:http://blog.163.com/sun_jian_zhang/blog/static/1878040412012512112347454/海量图片的分布式存储及负载均衡研究2012-06-12 11:23:47|分类:默认分类|举报|字号订阅前言针对海量图片给网站带来的访问速度下降、性能压力... 阅读全文
posted @ 2015-03-04 20:46 zyip 阅读(277) 评论(0) 推荐(0) 编辑
摘要:https://css-tricks.com/examples/ShapesOfCSS/http://cssarrowplease.com/ 阅读全文
posted @ 2015-03-04 14:55 zyip 阅读(134) 评论(0) 推荐(0) 编辑
摘要:http://cssdeck.com/labshttp://jsfiddle.net/http://fiddle.jshell.net/ support consolehttp://plnkr.co/edit/http://codepen.io/Topcoat/pen/kdKyghttp://jsb... 阅读全文
posted @ 2015-03-04 13:19 zyip 阅读(270) 评论(0) 推荐(0) 编辑
摘要:http://www.docjar.com/docs/api/java/util/technotes/guides/collections/changes4.htmlhttp://www.docjar.com/docs/api/java/util/TreeSet.htmlhttp://www.w3r... 阅读全文
posted @ 2015-03-04 11:13 zyip 阅读(150) 评论(0) 推荐(0) 编辑
摘要:1. download ibatis.nethttps://code.google.com/p/mybatisnet/2. add all dll as reference to your project (or add dlls in folder a as reference to your p... 阅读全文
posted @ 2015-03-03 16:34 zyip 阅读(211) 评论(0) 推荐(0) 编辑
摘要:http://www.onextrapixel.com/2014/05/20/the-design-pattern-wireframe-libraries-guide/ 阅读全文
posted @ 2015-03-02 09:55 zyip 阅读(110) 评论(0) 推荐(0) 编辑
摘要:https://css-tricks.com/the-extend-concept/ 阅读全文
posted @ 2015-03-01 16:39 zyip 阅读(113) 评论(0) 推荐(0) 编辑
摘要:http://www.sitepoint.com/another-20-docs-guides-front-end-developers/?utm_medium=email&utm_campaign=SitePoint+Newsletter++26+February+2015&utm_content... 阅读全文
posted @ 2015-03-01 16:30 zyip 阅读(127) 评论(0) 推荐(0) 编辑
摘要:http://www.blog.highub.com/decoding-jquery/ *** http://www.w3ctech.com/ http://www.html5rocks.com/zh/tutorials/?page=1 http://html5hub.com/comparing-h 阅读全文
posted @ 2015-03-01 02:57 zyip 阅读(293) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示