摘要: 1.1 1.2字符多出UE里选十六进制编辑--删除多余字符 阅读全文
posted @ 2014-01-21 17:55 Peaceful-蓝蓝的 阅读(181) 评论(0) 推荐(0) 编辑
摘要: file.open("cicm/src/dao/testcase/source/testLOB.txt");改为cicm//src//dao//testcase//source//testLOB.txt 阅读全文
posted @ 2014-01-21 17:52 Peaceful-蓝蓝的 阅读(234) 评论(0) 推荐(0) 编辑
摘要: ld: 0711-317 ERROR: Undefined symbol: .CEntityManager::SetParameter(CString,CString,SColumnInfo)////////////////////////1是头文件没有加全2是lib的字段没有加全////////////////////////$@的含义-o相关链接的需要 阅读全文
posted @ 2014-01-21 17:42 Peaceful-蓝蓝的 阅读(252) 评论(0) 推荐(0) 编辑
摘要: [2014-01-09 19:43:45.469220][22347888] Level 0 COCITOOL: Error - OCI_ERROE - errcode[1],errmsg[ORA-00001: unique constraint (CICM.IDX_PK_CICMODT0101) violated][2014-01-09 19:43:45.469338][22347888] Level 0 PerfTestByOci: Error - OCI_ERROE - errcode[1],errmsg[ORA-00001: unique constraint (CICM.IDX_PK 阅读全文
posted @ 2014-01-21 17:41 Peaceful-蓝蓝的 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Level 9 COCITOOL_XA: Connected![2014-01-09 19:46:24.296834][22347888] Level 0 TestPerormence: GDAO TESTING IN CICS BEGINS !ERZ015028W/0154 01/09/14 19:46:28.953584751 RGCIPS 22347888/0001 IALK: Exception in user application code (PERFTEST) - exception string is: 'exc_e_illaddr'ERZ016050W/023 阅读全文
posted @ 2014-01-21 17:38 Peaceful-蓝蓝的 阅读(1703) 评论(0) 推荐(0) 编辑
摘要: "makefile", line 40: make: 1254-055 Dependency line needs colon or double colon operator. "makefile", line 44: make: 1254-055 Dependency line needs colon or double colon operator. 修改了编码方式 阅读全文
posted @ 2014-01-21 17:06 Peaceful-蓝蓝的 阅读(658) 评论(0) 推荐(0) 编辑
摘要: CString 对string进行了重新的封装处理char *ReadLob(CString filename){ char msgbody[1024]; return msgbody}//////////////////////////////////////////////////////////////////////////////////////////////////////= iSz ? iSz - iCur - 1 : iRead; strncpy(node702_msgbody+iCur, pBuf, iCpy); iCur += iCpy;... 阅读全文
posted @ 2014-01-21 16:08 Peaceful-蓝蓝的 阅读(1426) 评论(0) 推荐(0) 编辑
摘要: ASSERT_TRUE(1==1);ASSERT_EQ(1,1);会给出以下错误:"cfunctest_normal.cpp", line 121.9: 1540-0258 (S) A return value of type "int" cannot be initialized with an expression of type "void".EXPECT_EQ();不会出现这样的问题不知道为什么? 阅读全文
posted @ 2014-01-21 14:23 Peaceful-蓝蓝的 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 用gtest来测试oracle中oci方式的SQL语句操作,在测试update数据库中不存在的异常案例的时候,日志没有报错,但是结束后跳出了数据库连接gtest也没有给出正常的结果,本身update存在的行进行操作是没有错误的///////////////////////////////////////////////////////////////////////////////////////////////////[2014-01-21 10:24:09.177284][14286900] Level 4 CTIMER: ***=>[End] 连接数据库 耗时为[172.54]毫秒 阅读全文
posted @ 2014-01-21 11:37 Peaceful-蓝蓝的 阅读(306) 评论(0) 推荐(0) 编辑
摘要: [2014-01-2016:19:57.763203][21561510]Level0FuncTestNormal:Error-OCI_ERROE-errcode[1036],errmsg[ORA-01036:illegalvariablename/number问题:oci报错解决:把OCI的参数vectro,作为类的成员变量,在每个成员函数中进行赋值,但是没有clear,使OCI的操作的这个参数积累很多,园子里有别的人遇到同样的问题 阅读全文
posted @ 2014-01-21 11:04 Peaceful-蓝蓝的 阅读(304) 评论(0) 推荐(0) 编辑