安装完python后,安装python-mysql来连接mysql数据库,下载地址http://sourceforge.net/projects/mysql-python/,安装很简单,点下一步就可以了,不过要装和你python版本相对应的版本,否则比较蛋疼 安装完成后,...
分类:
数据库 时间:
2014-08-03 20:45:26
阅读次数:
277
1. 下载stlport. 下载地址:http://sourceforge.net/projects/stlport/2. 解压到一个目录下面, 我的是解压到D:\project_kuku\program\library\STLport-5.2.13. 打开vs2013的命令行工具, 在目录:C:....
分类:
其他好文 时间:
2014-07-31 23:10:40
阅读次数:
222
1. 准备工作 1.1. 安装 Visual Studio 2010, 需要安装 VC++ 相关功能。具体可求助度娘。 1.2. 下载OpenCV 2.4.9 For Windows:https://sourceforge.net/projects/opencvlibrary/files/ope.....
分类:
其他好文 时间:
2014-07-31 16:02:16
阅读次数:
229
最近在项目中接触到ftp4j,自我充电了一下,发现实现起来还是比较简单的,在这里记录下使用方法。 首先需要下载资源,从官方下载即可,这个文件就包含jar包跟源码以及API。给出下载地址:http://www.sauronsoftware.it/projects/ftp4j/download.p...
分类:
移动开发 时间:
2014-07-30 20:23:34
阅读次数:
335
DenyHosts是Python语言写的一个程序,它会分析sshd的日志文件(/var/log/secure),当发现重复的攻击时就会记录IP到/etc/hosts.deny文件,从而达到自动屏IP的功能DenyHosts官方网站http://denyhosts.sourceforge.net下载页面http://sourceforge.net/projects/denyhosts/files/t..
分类:
其他好文 时间:
2014-07-28 00:43:20
阅读次数:
291
一、XAMPP安装配置 xampp是一款跨平台的集成 apache + mysql + php环境,是的配置AMP服务器变得简单轻松,支持windows,solaris, 下载地址:http://sourceforge.net/projects/xampp/files/ ...
分类:
其他好文 时间:
2014-07-27 22:48:29
阅读次数:
378
Shell命令sshpass非交互SSH密码验证
#安装sshpasssshpass
下载地址:http://sourceforge.net/projects/sshpass/
下载为一个 tar.gz的压缩包。
$ tar -zxvf sshpass-1.05.tar.gz
$ cd sshpass-1.05
$ ./configure --prefix=/opt/sshpass...
分类:
其他好文 时间:
2014-07-27 11:54:53
阅读次数:
182
Please help me contribute to this list, for non-experience iOS developers or someone who need a come-in-handy library list to refer or to use in their projects. Fork, edit and send a PR are all things...
分类:
移动开发 时间:
2014-07-26 17:15:02
阅读次数:
931
spool d:\eagle2_2014_5_9_init.log; set feedback off; set define off; prompt -----初始化数据 start--- @D :\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\coc\coc-initialize.sql @D :\p...
分类:
数据库 时间:
2014-07-26 15:42:11
阅读次数:
586
Tigase是一种XMPP服务器,可以作为采用XMPP协议的各种IM(Instant Messeging)工具(如Pandion、Spark等)的服务器。在Linux环境下安装Tigase的步骤如下:(1)下载安装文件到https://projects.tigase.org/projects/tig...
分类:
系统相关 时间:
2014-07-25 18:58:52
阅读次数:
733