Jedi 是个很棒的python的自动补全插件,可以显示docstring, function arguments and code location.安装步骤:一、安装python的虚拟环境sudo apt-get install python-virtualenv或sudo apt-get in...
分类:
其他好文 时间:
2014-08-08 23:56:46
阅读次数:
1234
C#代码安装Windows服务using System;using System.Collections.Generic;using System.ServiceProcess;using System.Configuration.Install;static class Program{/// /...
尝试了多种方式,包括源码安装,安装后,都会提示Can't locate File/Next.pm安装了File::Next后也报这个错误,感谢stackoverflow,找到一种可用的方式:在cpan中 force install App::Ack搞定,妥妥的。ACK确实比grep用起来方便,更懂程...
Installing scikit-learnhttp://scikit-learn.org/stable/install.htmlInstalling scikit-learnThere are different ways to get scikit-learn installed:Instal...
分类:
其他好文 时间:
2014-08-08 17:19:57
阅读次数:
407
A先删除系统上的,sendmail#yumremovesendmail-yBcd/opt/
ll
wgethttp://sourceforge.net/projects/heirloom/files/latest/download?source=files
ll
du-shmailx-12.4.tar.bz2
tarjxvfmailx-12.4.tar.bz2
cdmailx-12.4
make
makeinstallUCBINSTALL=/usr/bin/install
mailx-V
vi..
分类:
系统相关 时间:
2014-08-08 16:29:46
阅读次数:
702
1:yum install cmake make ncurses-devel gcc-c++ bison2:cmake -DCMAKE_INSTALL_PREFIX=/usr/local/mysql3:yum install wget make gcc gcc-c++ bison autoconf ...
分类:
数据库 时间:
2014-08-08 15:43:16
阅读次数:
235
文件下载在 https://github.com/liftoff/GateOne/downloads比较奇怪的是wget经常失败 https的连接总是有问题另外,需要安装tornado2.4.1, 以及 ordereddict, 这些都用pip install在python2.6及python2.7...
分类:
Web程序 时间:
2014-08-08 15:29:56
阅读次数:
370
Install Skype 4.3Step 1: Remove previous versionsudo apt-get remove skype skype-bin:i386 skype:i386sudo apt-get install sni-qt:i386Step 2: Install Sky...
分类:
其他好文 时间:
2014-08-08 15:28:56
阅读次数:
313
TFS2012改进主要体现在以下方面:Team Web Access优化变更集回滚Ui支持流程优化界面更合理,操作更友好增加了PowerPoint Storyboarding工具(PowerPoint图版演示),能够更便捷的画出界面设计图支持代码审阅提供了Microsoft反馈客户端其他细节优化 T...
分类:
其他好文 时间:
2014-08-08 15:21:16
阅读次数:
374
yum install mysql yum install mysql-server yum install mysql-devel chgrp -R mysql /var/lib/mysql chmod -R 770 /var/lib/mysql service mysqld start 修改root的密码? mysqladmin -u root password ‘newpa...
分类:
数据库 时间:
2014-08-08 13:02:26
阅读次数:
304