浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 462 463 464 465 466 467 468 469 470 ··· 630 下一页

2012年2月6日

摘要: sudo gedit ~/.bashrcalias 179="ssh cis@10.10.243.179"alias s104="ssh cis@10.10.243.104"source ~/.bashrcssh生成公钥ssh-keygencd ~/.sshupload id_rsa.pub to ssh server on the same directorycat ./id_ra.pub >>... 阅读全文
posted @ 2012-02-06 10:30 lexus 阅读(363) 评论(0) 推荐(0)

摘要: wgethttp://www.apache.org/dyn/closer.cgi?path=%2Factivemq%2Fapache-activemq%2F5.5.1%2Fapache-activemq-5.5.1-bin.tar.gztar -zxvfapache-activemq-5.5.1-bin.tar.gz&& cdapache-activemq-5.5.1-binsudo touch ... 阅读全文
posted @ 2012-02-06 09:39 lexus 阅读(329) 评论(0) 推荐(0)

摘要: http://barkingiguana.com/2008/12/13/deploying-activemq-on-ubuntu-810/Deploying ActiveMQ on Ubuntu 8.10I used Ubuntu 8.10 in this article but the instructions will probably work on 8.04 and 7.10 as we... 阅读全文
posted @ 2012-02-06 09:21 lexus 阅读(332) 评论(0) 推荐(0)

摘要: gpg 阅读全文
posted @ 2012-02-06 09:20 lexus 阅读(137) 评论(0) 推荐(0)

摘要: http://barkingiguana.com/2008/11/28/running-daemontools-under-ubuntu-810/Running Daemontools under Ubuntu 8.10Daemontools is a collection of tools that help keep manage processes. It's great for kee... 阅读全文
posted @ 2012-02-06 09:20 lexus 阅读(313) 评论(0) 推荐(0)

摘要: 注册: 2006-04-12 18:54帖子: 3978 送出感谢: 0 次 接收感谢: 2 次 http://forum.ubuntu.com.cn/viewtopic.php?f=120&t=138042PGP(Pretty Good Privacy)又称为Pretty Good Privac... 阅读全文
posted @ 2012-02-06 09:06 lexus 阅读(1349) 评论(0) 推荐(0)

2012年2月5日

摘要: 去鼓楼的内联升买了双布鞋,来回都是走的, 阅读全文
posted @ 2012-02-05 21:11 lexus 阅读(101) 评论(0) 推荐(0)

摘要: 去鼓楼的内联升买了双布鞋,来回都是走的, 阅读全文
posted @ 2012-02-05 21:11 lexus 阅读(115) 评论(0) 推荐(0)

摘要: node.js入门由于跑到另一个城市,手头没电脑,dom framework不能如期发布,趁此学习一些新东西。这时期最迫切的需要是寻求一个超轻量的后端来架起我的框架,于是触爪伸向传说中的Server- Side Javascrpt。后端JS最出名无疑是Ryan Dahl的node.js,另一个是aptana IDE提供商搞出的jaxer。http://github.com/tlrobinson/... 阅读全文
posted @ 2012-02-05 21:08 lexus 阅读(272) 评论(0) 推荐(0)

摘要: What is Socket.IO?Socket.IO aims to make realtime apps possible in every browser and mobile device, blurring the differences between the different transport mechanisms. It's care-f... 阅读全文
posted @ 2012-02-05 20:45 lexus 阅读(292) 评论(0) 推荐(0)

摘要: npmnpm is a package manager for node. You can use it to install and publish your node programs. It manages dependencies and does other cool stuff.One Line Installcurl http://npmjs.org/install.sh |... 阅读全文
posted @ 2012-02-05 20:12 lexus 阅读(168) 评论(0) 推荐(0)

摘要: CommonJS JavaScript is a powerful object oriented language with some of the fastest dynamic language interpreters around. The official JavaScript specification defines APIs for some objects that are... 阅读全文
posted @ 2012-02-05 19:34 lexus 阅读(324) 评论(0) 推荐(0)

摘要: http://www.slideshare.net/cleverpig/open-party2010-0515-4261388 阅读全文
posted @ 2012-02-05 11:54 lexus 阅读(132) 评论(0) 推荐(0)

摘要: FREDERICK.Mao@gmail.com ▼ | My favorites ▼ | Profile | Sign outYour version of Internet Explorer is not supported. Try a browser that contributes to open source, such as Firefox, Google Chrome, or Goo... 阅读全文
posted @ 2012-02-05 11:47 lexus 阅读(344) 评论(0) 推荐(0)

摘要: Do more with less (and faster)With the new Qt Creator cross-platform IDE, or on its own, Qt is fast to learn and easy to use. And Qt's modular class library means that you can spend more time on innov... 阅读全文
posted @ 2012-02-05 11:38 lexus 阅读(195) 评论(0) 推荐(0)

摘要: bash-pinyin-completion给bash增加拼音补齐功能 ProjectHome Downloads Wiki Issues Source Summary Updates People Project Information Starred by 2users Activity Medium Project feeds Code license G... 阅读全文
posted @ 2012-02-05 11:06 lexus 阅读(423) 评论(0) 推荐(0)

摘要: 一个python版的开源web截图工具:python-webkit2pnghttp://github.com/AdamN/python-webkit2png/ 一个使用pyqt4里的QtWebkit实现的命令行的web截图软件,可用于服务器端的web截图 貌似是个比较新的项目,以前找过类似的工具,没有多好用的,但是这个真的很好用,看一下参数就知道了Creates a screenshot of a... 阅读全文
posted @ 2012-02-05 11:04 lexus 阅读(3191) 评论(0) 推荐(0)

摘要: reference:http://bluehua.org/page/2 阅读全文
posted @ 2012-02-05 11:03 lexus 阅读(105) 评论(0) 推荐(0)

摘要: http://bluehua.org/page/2使用phantomjs抓取ITC和android market的安装统计数据九月 14th, 2011同事用python抓各大andriod市场的页面分析软件下载量,发现andriod market的数据是通过ajax加载的,而且貌似加 密过了,没法直接解析。后来俺发现了phantomjs这个命令行的webkit,在可以在命令行渲染网页,这样不论数... 阅读全文
posted @ 2012-02-05 11:02 lexus 阅读(781) 评论(0) 推荐(0)

摘要: https://developer.apple.com/library/mac/#documentation/appleapplications/conceptual/safarijsprogtopics/tasks/Canvas.html 阅读全文
posted @ 2012-02-05 09:02 lexus 阅读(142) 评论(0) 推荐(0)

上一页 1 ··· 462 463 464 465 466 467 468 469 470 ··· 630 下一页