create or replace procedure p_insert_caz_lims as v_sqlcode TLIMSERRORINFO.ERROR_CODE%type; v_msg TLIMSERRORINFO.error_msg%type;begininsert into ...
分类:
数据库 时间:
2014-08-01 15:53:51
阅读次数:
316
文章来源:http://icesquare.com/wordpress/mysql-starting-mysql-error-the-server-quit-without-updating-pid-file/今天启动MySQL 遇见了这个问题,网上搜索,结果各种改文件,删除文件纯属坑爹;在上边的网...
分类:
数据库 时间:
2014-08-01 15:21:51
阅读次数:
305
求一个矩阵的逆(inverse or multiplicative inverse)使用矩阵的.i()方法或用inv()函数 m.i()?//返回m的逆 1 若m不是方正的(square),则函数抛出std::logic_error异常。 2 如果m是奇异的(singular),则输出的矩...
分类:
其他好文 时间:
2014-08-01 14:01:52
阅读次数:
455
结构: Error类和Exception类都继承自Throwable类。 Error的继承关系: java.lang.Object > java.lang.Throwable > java.lang.Error Exception的继承关系: java.lang.Object > java.lang.Throwable > java.lang...
分类:
编程语言 时间:
2014-08-01 11:03:01
阅读次数:
227
昨晚发布这个问题搞了一晚上,发现网上很多解决办法都不靠谱: ServerErrorin'/'Application.RuntimeErrorDescription:Anapplicationerroroccurredontheserver.Thecurrentcustomerrorsettings....
分类:
移动开发 时间:
2014-08-01 10:48:31
阅读次数:
180
同事解决的,摘抄上来备用。问题描述:在OAF里调用ESB的服务报错如下:Error Page Exception Details. oracle.apps.fnd.framework.OAException: oracle.jbo.JboException: JBO-29000: Unexpecte...
分类:
其他好文 时间:
2014-08-01 10:37:41
阅读次数:
1404
GDataXMLNode创建xml:#import 2 #import "GDataXMLNode.h" 3 4 int main() 5 { 6 NSError *error; 7 //创建根节点 8 GDataXMLElement *rootE...
分类:
其他好文 时间:
2014-07-31 23:43:20
阅读次数:
270
如果系统中有一些配置文件在服务器上做了配置修改,然后后续开发又新添加一些配置项的时候, 在发布这个配置文件的时候,会发生代码冲突: error: Your local changes to the following files would be overwritten b...
分类:
其他好文 时间:
2014-07-31 21:22:37
阅读次数:
225
有网友问我这么一个问题。他问:“我昨天用SMTP模式发送,为何还有一半的邮件的邮件发送不成功呢?发送了900封,成功发送了460封左右。”答:“目前用SMTP模式发送主要存在三个问题,第一个是发件箱每天的发送量是有限制的,一般在100~200封左右,超过的部分容易屏蔽;第二个..
分类:
其他好文 时间:
2014-07-31 21:17:58
阅读次数:
531
表结构变更后出现的ERROR OGG-01161 Bad column index (88)...
分类:
其他好文 时间:
2014-07-31 21:01:47
阅读次数:
203