- 博客(8)
- 收藏
- 关注
原创 Scala and Vim support on Linux
来自:[url]http://dhruba.name/2009/07/13/installing-java-scala-and-vim-support-on-linux/[/url] [b]安装JDK[/b] $ chmod u+x jdk-6u14-linux-i586.bin $ ./jdk-6u14-linux-i586.bin $ mv jdk1.6.0_14/ /op...
2011-10-27 13:02:30
147
原创 vim tab键默认4空格
vim /etc/vimrc [code="java"] set ts=4 set expandtab set autoindent [/code] 推荐使用第二种,按tab键时产生的是4个空格,这种方式具有最好的兼容性。
2011-10-27 12:57:08
166
原创 Perl 与 Python 之间的一些异同
http://www.ibm.com/developerworks/cn/linux/l-cn-perl2python/index.html Perl 是 Practical Extraction and Report Language 的简称,由 1987 年 Larry Wall 创建,最初的目的是为了在 UNIX 上方便处理报表,经过长期的发展已经成为一种全功能的程序设计语言,当前最新...
2011-10-21 09:22:53
243
原创 MinGW 安装 Node.js
首先下载并安装MinGW http://sourceforge.net/projects/mingw/files/ 下载顶上那个mingw-get-inst-xxx.exe,安装,组件最好都选上,装完后就有MinGW和MSys了 然后下载node.js和openssl,按照下面的介绍编译就是了: https://github.com/joyent/node/wiki/Bui...
2011-10-20 09:31:37
668
原创 安装 Python Imaging Library
http://www.pythonware.com/products/pil/ The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides power...
2011-10-19 15:35:13
212
原创 Ruby on Rails 实战圣经 RAW online
http://ihower.tw/rails3/index.html 引用: 我是ihower,本書介紹Ruby on Rails這套開放原始碼的網站開發框架,預定於2011年下半年出版。如果您有任何意見或勘誤指教,不用怕是初學者(你的問題很可能也是其他新手會碰到的問題),都歡迎來信給我聯絡。 目前的撰寫進度:Part1已完成進入校稿階段,讀者可以照著練習,有任何問題歡迎和我反應...
2011-10-19 15:15:00
152
原创 Ubuntu 网络配置基础
[b]查看网关地址的方法[/b] A 、netstat -nr B、route [i]Ubuntu和RedHat通用[/i] [b]修改网关、IP[/b] sudo vim /etc/network/interfaces [b]修改DNS[/b] sudo vim /etc/resolv.conf 附 Windows根据IP反查主机 C:\...
2011-10-19 14:38:55
130
原创 Ubuntu下查看硬件和系统信息
如何查看主板信息:lspci 如何查看CPU信息:cat /proc/cpuinfo 如何查看硬盘型号信息:ls /proc/ide #(IDE硬盘) 或者 ls /proc/scsi #(SCSI硬盘) 如何查看内存信息:cat /proc/meminfo 如何查看显卡信息:lspci | grep VGA 如何查看系统版本号:lsb_release -a ...
2011-10-19 14:24:33
629
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅