一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如:tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file o...
分类:
其他好文 时间:
2014-11-13 20:25:26
阅读次数:
163
1,关于编译Apache 其实在安装apache的时候最好把常用的模块都编译进去,这样也省得后期再去添加 常用的编译项: ./configure? --prefix=<path>? --enable-mods-shared=all? --enable-so? --enable-rewrite 下...
分类:
Web程序 时间:
2014-11-12 13:53:01
阅读次数:
180
1 运行恢复命令[xxx@xxx-c001db1 tmp]$ time /usr/bin/innobackupex--rsync--user="user" --password="#xxx$" /mysqldata/shared/backup[--rsync] 能够记录master点,以便进行复制设...
分类:
数据库 时间:
2014-11-12 13:33:20
阅读次数:
224
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory ...
分类:
其他好文 时间:
2014-11-12 12:07:25
阅读次数:
201
[root@GnuGk~]#/bin/gnugk-c/etc/gnugk/gnugk.ini-ttttt-o/var/log/gnugk.log/bin/gnugk:errorwhileloadingsharedlibraries:libcrypto.so.0.9.8:cannotopensharedobjectfile:Nosuchfileordirectory解决方法:[root@GnuGk~]#yum-yinstallopenssl098e[root@GnuGk~]#ln-s/usr/lib6..
分类:
其他好文 时间:
2014-11-11 23:02:08
阅读次数:
297
哈哈,找了很多资料终于解决了。//添加引用using CrystalDecisions.Shared ;//负责解释TableLogOnInfo类using CrystalDecisions.CrystalReports .Engine ;//负责解释ReportDocument类private v...
分类:
其他好文 时间:
2014-11-11 22:35:48
阅读次数:
198
前段时间细节的了解了Jedis的使用,Jedis是redis的java版本的客户端实现。本文做个总结,主要分享如下内容:【pipeline】【分布式的id生成器】【分布式锁【watch】【multi】】【redis分布式】好了,一个一个来。一、 Pipeline官方的说明是:starts a pip...
分类:
其他好文 时间:
2014-11-10 16:59:43
阅读次数:
300
The customers got the shared memory 80error on AIX environment; utility truss is used to track the debug info,eXtremeDB.registry access error is found. Release notesdescribed as follows: These names ...
分类:
数据库 时间:
2014-11-10 10:00:31
阅读次数:
237
try redis(四) -java 客户端jedis 使用...
分类:
编程语言 时间:
2014-11-09 19:36:05
阅读次数:
321
智能指针是为了便于管理动态内存,能够自动管理释放所指向的对象。智能指针共有三种:1、shared_ptr允许多个指针指向同一个对象;2、unique_ptr独占所指向的对象;3、weak_ptr是一个伴随类,它是一种弱引用,指向shared_ptr所管理的对象。这三种类型都定义在memory头文件中...
分类:
编程语言 时间:
2014-11-08 16:36:26
阅读次数:
169