给Eclipse安装PyDev插件启用Eclipse————如果前面的步骤都正确无误的话,那么Eclipse就该能够正常启动了。第一次启动会让你选择一个工作空间,按缺省设置,勾选一下不再提醒,就可以了。在Help菜单中,选择Install
New Software···,选择Add按钮,Name:P...
分类:
其他好文 时间:
2014-05-10 08:42:11
阅读次数:
450
今天在家里的RHLE5.5上安装apache的时候,先用user1用户./configure命令配置,然后才用root用户make &&
make install,结果apache起来的时候就报如下错误: httpd: apr_sockaddr_info_get() failed
forbogon....
分类:
系统相关 时间:
2014-05-10 01:41:36
阅读次数:
574
安装:1.需要root权限,所以要用root登录,或suroot2.yum
install"@ChineseSupport"3.exit4.回到桌面,system->preferences->inputmethod5.如果没有,先注销一下。6.按照提示添加输入法。7.最后
再次注销,登录即可。设置:...
分类:
系统相关 时间:
2014-05-09 17:44:03
阅读次数:
379
centos 下安装 python easy_installcurl -O
http://peak.telecommunity.com/dist/ez_setup.pypython ez_setup.py -U
setuptools如果出现 setuptools.egg下载不了 更改ez_setup...
分类:
编程语言 时间:
2014-05-09 17:06:03
阅读次数:
665
在Ubuntu中创建新用户,通常会用到两个命令:useradd和adduser,虽然作用一样,但用法却不尽相同。本文接下来便为读者带来具体的解释。AD:51CTO学院:IT精品课程在线看!在Ubuntu中创建新用户,通常会用到两个命令:useradd和adduser。虽然作用一样,但用法却不尽相同:...
分类:
其他好文 时间:
2014-05-09 12:23:04
阅读次数:
236
公司用的是ubuntu server
服务器在美国亚马逊VPS现在要修改时区执行:tzselect 或直接修改 /etc/timezone
文件,我是改成(America/Los_Angeles)然后到/usr/share/zoneinfo/下找相应的时区文件复制到/etc/localtime我的是...
分类:
其他好文 时间:
2014-05-09 12:09:35
阅读次数:
311
在gdb调试时segmentation fault问题时,遇到下面的了问题:Program
received signal SIGABRT, Aborted.0x00007ffff73eb925 in raise (sig=6) at
../nptl/sysdeps/unix/sysv/linux/...
分类:
数据库 时间:
2014-05-09 11:40:36
阅读次数:
422
There are no interfaces on which a capture can be
done解决方法:Open a terminal by pressingCtrl+Alt+Tand type the following
commands:sudo dpkg-reconfigure ...
分类:
其他好文 时间:
2014-05-08 22:18:45
阅读次数:
397
Ubuntu下执行命令:sudo apt-get install vim
失败解决办法:更新一下,命令:sudoapt-getupdate再安装即可成功:sudo apt-get install vim
分类:
其他好文 时间:
2014-05-07 20:11:29
阅读次数:
349
非常简便的方法汉化Apatana,以前在某个前端那看来的。点击 “Help” >
“Install New Software”;在弹出的“install”窗口中的“Work
With”的输入框中填入下面的网址:http://archive.eclipse.org/technology/babel/u...
分类:
其他好文 时间:
2014-05-05 09:50:58
阅读次数:
471