随笔 - 211  文章 - 1  评论 - 108  阅读 - 61万
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 阅读(2255) 评论(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 阅读(134) 评论(0) 推荐(0) 编辑
基于canvas的前端图片压缩
摘要:https://github.com/think2011/localResizeIMG3https://github.com/gokercebeci/canvasResizehttp://www.jincon.com/archives/336 阅读全文
posted @ 2015-03-10 22:03 稻草人.Net 阅读(259) 评论(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 阅读(322) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

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