上篇说到通过result.class.php来分流,因为三个类都继承了shape这个类,让我们来看一下,面向对象中的继承。shape.class.shape文件'.$message.'必须为非负值的数>字,而且不能为空'; return false...
分类:
Web程序 时间:
2014-07-27 10:20:12
阅读次数:
234
LOG4J中分为OFF、FATAL、ERROR、WARN、INFO、DEBUG、TRACE、ALL或者您定义的级别。Log4j建议只使用四个级别,优先级从高到低分别是ERROR、WARN、INFO、DEBUG。通过在这里定义的级别,您可以控制到应用程序中相应级别的日志信息的开关。比如在这里定义了INFO级别,则应用程序中所有DEBUG级别的日志信息将不被打印出来。程序会打印高于或等于所设置级别的日...
分类:
其他好文 时间:
2014-07-26 15:21:30
阅读次数:
197
我们在10046生产的trace 文件里经常看到下面的信息. 表示系统在等待散列读取某个文件号的某个块开始的8个块.WAIT #6: nam='db file scattered read' ela= 438472 file#=6 block#=2641 blocks=8WAIT #6: nam='...
分类:
数据库 时间:
2014-07-26 05:44:47
阅读次数:
280
Problem Description
A while ago it was quite cumbersome to create a message for the Short Message Service (SMS) on a mobile phone. This was because you only have nine keys and the alphabet has more t...
分类:
移动开发 时间:
2014-07-26 02:40:36
阅读次数:
332
var arr:Array=new Array();arr=["a","b","c"]; //赋初值,注意这里的即使单个字符赋值使用的是""trace(arr[1]); //获取成员信息trace(arr.length); //获取数组中所包含的元素的个数//接下来使用for循环逐个输出数组的每一个...
分类:
其他好文 时间:
2014-07-26 01:33:36
阅读次数:
150
系统命令消息就是这样屏蔽,哈哈。procedure WMSysCommand(var Msg: TMessage);message WM_SYSCOMMAND;procedure tform1.WMSysCommand(var Msg: TMessage);beginif Msg.wParam S....
分类:
其他好文 时间:
2014-07-26 01:06:26
阅读次数:
361
1.接口表数据检查无误
2.同样数据界面能正常完成
界面做trace
SQL ID: b2mw8gjyv7guh Plan Hash: 2015965341
DELETE FROM MTL_SERIAL_NUMBERS_TEMP
WHERE
TRANSACTION_TEMP_ID = :b1
call count cpu el...
分类:
其他好文 时间:
2014-07-24 23:05:04
阅读次数:
601
A message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message conta...
分类:
其他好文 时间:
2014-07-24 21:56:32
阅读次数:
219
应用场景:
开启gearman http监听功能,让前端以web api方式调用gearman job
起用方式:
在gearmand的起动参数中加上:
/usr/local/gearman/sbin/gearmand -l /usr/local/gearman/log/trace.log --verbose INFO -p 4730 -u root -d -t 4 --http-port=8080 -r http
--...
分类:
其他好文 时间:
2014-07-24 17:48:37
阅读次数:
308
Message Decowding
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 11735
Accepted: 6536
Description
The cows are thrilled because they've just learned abo...
分类:
其他好文 时间:
2014-07-24 17:45:06
阅读次数:
206