推荐的源码阅读工具为: vim + ctags +
cscopeLinux源代码提供了制作cscope索引文件和tags文件的make命令。一,软件安装先安装cscope:sudo apt-get install
cscope再安装ctags:sudo apt-get install ctags二,...
分类:
其他好文 时间:
2014-05-14 03:58:50
阅读次数:
329
因为经常会涉及到从Excel表中导数据,所以就学习了python的xlrd来读取excel中的数据。
1.xlrd的安装
xlrd是python的第三方库,所以是需要自己安装的,可以在python的官网http://pypi.python.org/pypi/xlrd下载该模块来安装,也可以通过其他手段,比如easy_install或者pip啥的,我已经安装好pip所以就用最懒的...
分类:
编程语言 时间:
2014-05-14 00:37:57
阅读次数:
373
1,由于是基于图形界面来生成ks自动安装脚本,所有图形生成ks脚本的服务器首先需要的就是有X
Window System;要是虚机的可以配个tigervnc-servere来进行操作不说了直接上命令,你copy
command到你的terminal执行即可;yum install system-co...
分类:
其他好文 时间:
2014-05-12 19:28:49
阅读次数:
398
sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get install linux-source
sudo apt-get install --reinstall bcmwl-kernel-source
sudo modprobe wl
先把网线插入笔记本,再按照上面的顺序执...
分类:
其他好文 时间:
2014-05-12 14:22:53
阅读次数:
320
设置/etc/yum.repos.d/CentOS-Debuginfo.repo,修改[debug项下的enabled的值为1];debuginfo-install
glibc libgcc libstdc++;
分类:
数据库 时间:
2014-05-12 02:27:00
阅读次数:
399
1. mongodb安装
mongodb的安装, 配置,启动,服务停止,
先下载mongodb,官网地址;http://www.mongodb.org/downloads
curl -O http://downloads.mongodb.org/linux/mongodb-linux-x86_64-2.6.1.tgz...
分类:
数据库 时间:
2014-05-11 21:13:05
阅读次数:
437
全局安装forevernpm install -g forever 查看帮助forever
-h查看安装位置whereis forever编写自己的sh文件 forever -p web文件路径 -l 路径/access.log -e
路径/error.log -o 路径/out.log -a --...
分类:
Web程序 时间:
2014-05-11 15:28:31
阅读次数:
315
安装了英文版的Ubuntu12.04之后,使用ctrt+space无法切换到中文,才反应过来。
于是查询了下怎么在Ubuntu下安装和配置中文输入法。
第一步安装语言包:
在左侧的菜单栏中点击 system setting 然后搜索下Lanuage Support,弹出一个语言支持的对话框,选择Install/Remove Languages..
在语言选择中找到简体中文,...
分类:
其他好文 时间:
2014-05-11 14:52:46
阅读次数:
371
在我的Dell Latitude 3330上, 新装的Ubuntu 14.04一切正常,就是没有system settings程序,下面的命令可以解决:sudo apt-get install ubuntu-desktop不用重启,立刻生效。...
分类:
其他好文 时间:
2014-05-11 04:40:24
阅读次数:
251
Install Ruby(安装)For windows you can download Ruby
fromhttp://rubyforge.org/frs/?group_id=167for Linux
tryhttp://www.rpmfind.net.Our first program(从此开始...
分类:
其他好文 时间:
2014-05-11 00:02:21
阅读次数:
602