[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
前段时间在调试程序的时候出现验证码无法打开的情况,首先就要确定你已经开启了GD库!只要你不是低版本的PHP基本上这个是默认的!直接加上下面的代码先测试就可以!如果不通过再查别的原因!测试最后发现究其原因就是在输出验证码图片之前一定要使用ob_clean();这个函数的作用就是用来丢弃输出缓冲区中的内...
分类:
Web程序 时间:
2014-11-11 14:16:24
阅读次数:
294
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
智能指针是为了便于管理动态内存,能够自动管理释放所指向的对象。智能指针共有三种:1、shared_ptr允许多个指针指向同一个对象;2、unique_ptr独占所指向的对象;3、weak_ptr是一个伴随类,它是一种弱引用,指向shared_ptr所管理的对象。这三种类型都定义在memory头文件中...
分类:
编程语言 时间:
2014-11-08 16:36:26
阅读次数:
169
在oracle10G或者11G版本中,如何合理设置sharedpool大小,对oracle数据库的性能影响很大。SharedPool的大小设置规则如下:1.查到sharedpool设置的合理值,语句如下:select‘SharedPool‘component,shared_pool_size_for_estimateestd_sp_size,estd_lc_time_saved_factorparse_ti..
分类:
数据库 时间:
2014-11-08 02:13:47
阅读次数:
388
Demo演示:Android L——Material Desgin特性中的RecyclerView,CardView,Floating Action Button,视图阴影轮廓,Activity transitions,Shared Elements Transition等等的综合应用...
分类:
移动开发 时间:
2014-11-07 06:20:12
阅读次数:
374
1.Html.Partial @* Html.Partial 呈现子视图 ,没有经过 Action方法 如果从本文件夹下没有找到,在去Shared文件夹中搜索, 不能直接显示其他文件夹的视图 *@ @Html.Par...
分类:
其他好文 时间:
2014-11-06 12:43:11
阅读次数:
198
警告:此编译单元不包含在frame元数据中指定的factoryClass,无法加载配置的运行时共享库。要在没有运行时共享库的情况下进行编译,请将-static-link-runtime-shared-libraries 选项设置为true, 或删除 -runtime-shared-libraries...
分类:
其他好文 时间:
2014-11-05 14:42:33
阅读次数:
148
free –m[root@web1476 ~]# free total used free shared buffers cachedMem: 4086496 4048172 38324 0 74720 3534860-/+buffers/cache:438592 3647904Swap:41929...
分类:
其他好文 时间:
2014-11-05 12:17:15
阅读次数:
235