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
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
分类: C语言学习
error: unterminated #ifndef
1,权限问题
2,少了#endif...
分类:
其他好文 时间:
2014-09-19 12:02:55
阅读次数:
108
今天在看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
1.slave中继日志损坏当slave意外宕机时,有可能损坏中继日志relay-log,再次开启同步复制时,就会报错:Last_SQL_Error:Relaylogreadfailure:Couldnotparserelaylogevententry.Thepossiblereasonsare:themaster‘sbinarylogiscorrupted(youcancheckthisbyrunning‘mysqlbinlog‘on..
分类:
其他好文 时间:
2014-09-19 10:19:06
阅读次数:
239
之前根据教程安装好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 t_error (*pCommandFunc)(uint8 *params);一开始认为typedef后面必须要接两个参数才行,后来发现网上的解释后,才知道这其实就是定义了一个“函数指针”类型。最终的到的是一个叫pCommandFunc的“类型”名....
分类:
其他好文 时间:
2014-09-18 22:16:24
阅读次数:
156
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
在编译完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