xcode是6.3版的,ios sdk 是8.3的,到http://www.openssl.org/source/下载最新版本openssl-1.0.2a解压后用文本编辑器打开configure文件,--------------------------------------------------...
分类:
移动开发 时间:
2015-05-28 22:50:06
阅读次数:
354
需求:使用Python操控ZooKeeper
1.由于python客户端依赖c的客户端所以要先安装c版本的客户端
cd zookeeper-3.4.5/src/c
./configure
make
make install
2.测试c版本客户端,需要gcc和python-devel
./cli_mt localhost:2181
Watcher SESSION_E...
分类:
编程语言 时间:
2015-05-28 19:58:54
阅读次数:
3991
1.修改build-libpcap.sh libpcap版本号2.执行脚本编译出现问题:2.发现configure过后,Makefile存在问题实际configure的-arch armv7s版本 不知为何出错。删除红框中部分make -j2 && make install通过!3.附上config...
分类:
移动开发 时间:
2015-05-28 19:50:03
阅读次数:
229
1.RMAN 备份脚本RUN { CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS; CONFIGURE CONTROLFILE AUTOBACKUP ON; CONFIGURE CONTROLFILE AUTOBACKUP FORM.....
分类:
其他好文 时间:
2015-05-28 19:40:33
阅读次数:
463
新建“计划(Maintenance Plan)”时,记得执行计划需把SQL的“代理服务(SQL ServerAgent)”也开启出现对话框:“SQL Server 阻止了对组件 'Agent XPs' 的 过程 'dbo.sp_set_sqlagent_properties' 的访问,因为此组件已作...
分类:
数据库 时间:
2015-05-28 19:35:11
阅读次数:
355
一、准备工作,依赖包安装yuminstallapr*yuminstallsqlite*二、下载svn包和安装cd/usr/local/src/wgethttp://mirror.bit.edu.cn/apache/subversion/subversion-1.7.20.tar.gztar-zxvfsubversion-1.7.20.tar.gzcdsubversion-1.7.20/./configure--prefix=/usr/local/subversion--..
分类:
系统相关 时间:
2015-05-28 14:20:41
阅读次数:
166
用./configure、make、make install安装完libev后,写一个简单程序server.c,编译,gcc server.c -o server lev。
产生如下错误:error while loading shared libraries: libev.so.4: cannot open shared object file: No such file or directo...
分类:
其他好文 时间:
2015-05-28 09:45:31
阅读次数:
306
最近安装Nagios出图软件rrdtool的时候报错,先整理如下:安装环境:[root@k~]#uname-rm2.6.32-504.el6.x86_64x86_64[root@k~]#cat/etc/redhat-releaseCentOSrelease6.6(Final)安装rrdtool依赖库1)安装基础库[root@k~]#yuminstallcairopangocairo-develpango-develzlibzlib-dev..
分类:
其他好文 时间:
2015-05-27 16:09:03
阅读次数:
186
运行程序报错
提示如下:The method getContextPath() from the type HttpServletRequest refers to the missing type
解决方法:
1 右击该项目 - Build Path - Configure Build Path , 在 Libraries 选项下,会发现有个...
分类:
Web程序 时间:
2015-05-27 10:02:05
阅读次数:
134
一、安装版本nginx1.6.3pcre-devel7.8-6mysql5.1.73php5.3.3二、安装需要的包[root@localhost~]#yum-yinstalllrzsz[root@localhost~]#yum-yinstallgccpcre-develzlibzlib-devel编译安装nginx[root@localhost~]#./configure--prefix=/usr/local/nginx[root@localhost~]#make&..
分类:
其他好文 时间:
2015-05-26 19:13:26
阅读次数:
209