DescriptionCraig is fond of planes. Making photographs of planes forms a major part of his daily life. Since he tries to stimulate his social life, an...
分类:
其他好文 时间:
2014-09-28 22:46:45
阅读次数:
193
1. 使用SQL统计一个字符串中指定字符的个数,示例(统计0的个数):select len('402301001') - len(replace('402301001','0',''))2. 使用Forms认证,客户端本地时间不对无法登陆系统,解决办法:FormsAuthentication.Red...
分类:
Web程序 时间:
2014-09-28 18:15:23
阅读次数:
199
http://www.cnblogs.com/songdavid/articles/2067534.html调用EBS标准API的时候,可能会返回一些让人看不懂的错误,比如最近我在开发rcv_transaction_interface的时候,数据卡在接口表里没有过去,但是返回的错误令人费解。例如如下...
分类:
数据库 时间:
2014-09-27 12:29:19
阅读次数:
241
经常性遇到libcurl的问题,而且都特别奇怪,记录一下CURLcode的定义: http://curl.haxx.se/libcurl/c/libcurl-errors.html #include enum CURLcode{ CURLE_OK = 0, CURLE_UNSUPPORTED_PRO...
分类:
其他好文 时间:
2014-09-26 18:16:18
阅读次数:
511
在你的工程中的扩展方法类中写下一个SafeCall方法:using System;using System.Windows.Forms; namespace WindowsFormsApplication1{ public static class Extensions { ...
分类:
编程语言 时间:
2014-09-26 13:33:48
阅读次数:
150
1 2 var obj = document.forms['t_form'].t_select var index = obj.selectedIndex; alert(obj.options[index].v...
分类:
其他好文 时间:
2014-09-26 01:46:18
阅读次数:
175
连接MySQL失败,除了权限问题之外,还遇到这种情况,出错信息:HostXXXisblockedbecauseofmanyconnectionerrors,unblockwith‘mysqladminflush-hosts‘。而且XXX还不是IP地址而是domainname。MySQL服务器和客户端在同一台测试及其上,连接的时候用的mysql-uroot-hipaddr。查看机..
分类:
数据库 时间:
2014-09-25 23:54:08
阅读次数:
189
??
如何避免长时间不登录重新登录
(英文环境)
1、将配置文件ICX:Session Timeout的值设为空
2、将ICX:Limit time设置稍大些,如8小时
Profile说明:
ICX:Session Timeout
This profile option determines the length of time (in minutes) of ina...
分类:
数据库 时间:
2014-09-25 23:53:48
阅读次数:
348
??
服务器目录配置
1、创建服务器目录
(1)在system用户下执行如下命令:CREATE OR REPLACE DIRECTORY MAIL_FILE_DIR AS '/mail_file/data/PROD';
(2)给创建的目录赋权限,执行:GRANT read ,write ON DIRECTORY MAIL_FILE_DIR TO PUBLIC;
如果是双节点的服务...
分类:
数据库 时间:
2014-09-25 22:06:38
阅读次数:
298
1046. Plane SpottingConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionCraig is fond of planes. Making photographs of planes forms a major p...
分类:
其他好文 时间:
2014-09-25 21:28:37
阅读次数:
194