码迷,mamicode.com
首页 >  
搜索关键字:error lnk1123    ( 30050个结果
串最基本的5个操作的C实现
1. 串赋值StrAssign/* 生成一个其值等于chars的串T */雅加达娱乐城Status StrAssign(String T,char *chars){ int i; if(strlen(chars)>MAXSIZE) return ERROR; else { T[0]=strlen.....
分类:其他好文   时间:2014-09-19 15:17:55    阅读次数:226
错误处理和调试
error info log warn
分类:其他好文   时间:2014-09-19 13:30:35    阅读次数:142
AIX weblogic 启动报There is not enough buffer space
AIX weblogic 启动报There is not enough buffer space for the requested socket operation 错误 ???? <Sep 19, 2014 10:27:09 AM GMT+08:00> <Error> <Coherence> <BEA-000000> <Oracle Coherence 3.6.0.4 ...
分类:Web程序   时间:2014-09-19 12:19:05    阅读次数:305
error: unterminated #ifndef
error: unterminated #ifndef 分类: C语言学习 error: unterminated #ifndef 1,权限问题 2,少了#endif...
分类:其他好文   时间:2014-09-19 12:02:55    阅读次数:108
OGG-01224 Bad file number
今天在看OGG的日志时,发现如下OGG-01224 Bad file number错误,查阅资料才知道端口不可用,看了一下mgr的参数,发现是设置的DYNAMICPORTLIST 动态端口,为什么还不可用。看看MOS上面咋说的:   OGG GoldenGate Extract | Pump Abends with: "TCP/IP Error 9 (Bad Fil...
分类:其他好文   时间:2014-09-19 12:02:30    阅读次数:211
slave中继日志损坏处理办法
1.slave中继日志损坏当slave意外宕机时,有可能损坏中继日志relay-log,再次开启同步复制时,就会报错:Last_SQL_Error:Relaylogreadfailure:Couldnotparserelaylogevententry.Thepossiblereasonsare:themaster‘sbinarylogiscorrupted(youcancheckthisbyrunning‘mysqlbinlog‘on..
分类:其他好文   时间:2014-09-19 10:19:06    阅读次数:239
早上出现的zabbix启动错误
之前根据教程安装好zabbix,MySQL的版本是5.1。昨天无聊想升级成5.6。不过升级比较麻烦。我就直接把5.1删了再装5.6。安装中途zabbix挂了一次。把5.6装上启动后就好了。早上zabbix启动不能。出现错误error while loading shared libraries: l...
分类:其他好文   时间:2014-09-19 10:06:15    阅读次数:237
typedef type_a(*Pname)(type_b *params);的意思
初学嵌入式,看到了这样一行代码: typedef t_error (*pCommandFunc)(uint8 *params);一开始认为typedef后面必须要接两个参数才行,后来发现网上的解释后,才知道这其实就是定义了一个“函数指针”类型。最终的到的是一个叫pCommandFunc的“类型”名....
分类:其他好文   时间:2014-09-18 22:16:24    阅读次数:156
POJ 之 WERTYU
WERTYUTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 8371Accepted: 4007Description A common typing error is to place the hands on the keyboa...
分类:其他好文   时间:2014-09-18 21:58:24    阅读次数:221
编译php提示configure: error: GD build test failed错误
在编译完gd库等相应文件后,编译php文件的过程中提示一下错误;configure:error:GDbuildtestfailed.Pleasechecktheconfig.logfordetails.解决方法:把php的编译参数:--with-gd修改为:--with-gd=/usr/local/gd/再次对php进行编译./configure...
分类:Web程序   时间:2014-09-18 19:10:24    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!