码迷,mamicode.com
首页 >  
搜索关键字:sga shared pool scope sysstat    ( 10321个结果
lxc-config: error while loading shared libraries: liblxc.so.1
很多的开源软件在安装过程中会出现找不到动态库的问题我在ubuntu12.04安装lxc时,没有出现这问题,但在centos6.5的时候出现了这问题fix:#find / -name  liblxc.so.1#echo "/usr/local/lib/" >> /etc/ld.so.conf#ldconfig...
分类:其他好文   时间:2014-06-05 06:23:02    阅读次数:243
PCI设备内存操作函数总结
1.  ExAllocatePool() 函数说明: ExAllocatePool allocates pool memory of the specified type and returns a pointer to the allocated block. 函数定义: PVOID ExAllocatePool(                             __in  ...
分类:其他好文   时间:2014-06-05 00:23:07    阅读次数:392
查?看?和?设?置?o?r?a?c?l?e?数?据?库?的?最?大?连?接?数
当数据库最大连接数不够时会出现客户端连接间歇性失败,报错ORA-12519,修改最大连接数:alter system set processes = 300 scope = spfile;
分类:其他好文   时间:2014-06-03 11:26:45    阅读次数:202
UnExpected Error, Quitting
UnExpected Error, QuittingVB在win7 环境安装后,启动vb6.0弹出以上英文提示,目前解决方法:下载动态库,放置于C:\ProgramFiles\Common Files\Microsoft Shared\VBA目录下如果还不不行的话,把MRT7ENU.DLL与MSO9...
分类:其他好文   时间:2014-06-03 06:41:23    阅读次数:671
暂且解决INSTALL_FAILED_SHARED_USER_INCOMPATIBLE错误
有时候我们在APK安装时由于工程制定了UID,换过签名后可能出现类似 INSTALL_FAILED_SHARED_USER_INCOMPATIBLE 或 INSTALL_FAILED_UPDATE_INCOMPATIBLE 的错误,对于后者我们可以通过Logcat看到具体的比如说 has no si...
分类:其他好文   时间:2014-05-31 15:33:30    阅读次数:245
编译GraphLab出错
/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:16: error: ‘uintptr_t’ was not declared in this scope typedef atomic atomic_uintpt...
分类:其他好文   时间:2014-05-31 11:53:03    阅读次数:345
IIS与ASP.NET中的队列
一、IIS:应用程序池队列(Application pool queue,位于HTTP.SYS)。这是请求到达IIS后遇到的第一个队列,http.sys收到请求后会将请求放入对应的应用程序池队列,这样可以减少上下文的切换。需要注意的是应用程序池队列虽然是给w3wp进程用的,但它存在于http.sys...
分类:Web程序   时间:2014-05-31 03:10:13    阅读次数:317
linux平台上面python调用c
不能免俗,先打印个helloworld出来,c代码的函数hello.c#include int helloworld(){ printf("hello world!"); return 0;}然后编译成动态链接库 gcc hello.c -fPIC -shared -o libhello...
分类:编程语言   时间:2014-05-30 02:08:52    阅读次数:467
hash桶
1 #include 2 #include 3 #include "chain.c" //include the chain.c to create chain and list 4 #define NUMBER_SCOPE 69000 5 #define ARRAY_SIZE 10...
分类:其他好文   时间:2014-05-29 17:01:46    阅读次数:297
并行执行
$throttleLimit = 4$SessionState = [system.management.automation.runspaces.initialsessionstate]::CreateDefault()$Pool = [runspacefactory]::CreateRunspa...
分类:其他好文   时间:2014-05-29 14:12:57    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!