03 2015 档案
Shell脚本 Hello World
摘要:1 #!/bin/bash2 echo "Hello World !"“#!” 是一个约定的标记,它告诉系统这个脚本需要什么解释器来执行,即使用哪一种Shell。echo命令用于向窗口输出文本。运行Shell脚本有两种方法。作为可执行程序将上面的代码保存为test.sh,并 cd 到相应目录:chm... 阅读全文
posted @ 2015-03-30 13:49 稻草人.Net 阅读(2278) 评论(0) 推荐(0)
Flexbox的布局
摘要:http://segmentfault.com/blog/gitcafe/1190000002490633https://css-tricks.com/snippets/css/a-guide-to-flexbox/http://www.tuicool.com/articles/quQVv2 阅读全文
posted @ 2015-03-20 23:57 稻草人.Net 阅读(141) 评论(0) 推荐(0)
基于canvas的前端图片压缩
摘要:https://github.com/think2011/localResizeIMG3https://github.com/gokercebeci/canvasResizehttp://www.jincon.com/archives/336 阅读全文
posted @ 2015-03-10 22:03 稻草人.Net 阅读(289) 评论(0) 推荐(0)
angula学习
摘要:入门http://www.angularjs.cn/A004http://www.cnblogs.com/whitewolf/p/angularjs-start.htmlhttp://www.ngnice.com/posts/205af1ea1e13d2教程http://www.cnblogs.co... 阅读全文
posted @ 2015-03-06 17:35 稻草人.Net 阅读(327) 评论(0) 推荐(0)