啥也不说直接上代码function triggerFn(obj,onevent){ var
events; // 事件触发 if(ie){ //调用document对象的createEventObject方法得到一个event的对象实例 events
=...
分类:
其他好文 时间:
2014-05-08 18:56:47
阅读次数:
299
备分专用一句话
加个response.end会有不一样的效果,也就是插入一句话后所有的代码都无效,在一句话这里打止,也就减小了webshell的大小.
日志备分WEBSHELL标准的七步: 1.InjectionURL’;alter database XXX set RECOVERY FULL-- ...
分类:
数据库 时间:
2014-05-08 14:40:51
阅读次数:
408
Found the solution myself in the end. The problem
was not with theLinearLayout,but with theScrollView(seems weird, considering the
fact that theScroll...
分类:
移动开发 时间:
2014-05-08 13:42:02
阅读次数:
321
#import @interface Car : NSObject{ @public int
speed; int wheels;}// oc方法必须是-开头// oc方法中所有的数据类型必须得用括号括起来//
oc方法中的()就是用来扩住数据类型的-(void)run;@end@implement...
分类:
其他好文 时间:
2014-05-08 12:25:41
阅读次数:
267
上代码String sql = "BEGIN insert into
itil_task_plan (PLAN_CODE) values (?) returning id into ?;
END;";CallableStatement ps = conn.prepareCall(sql);ps......
分类:
数据库 时间:
2014-05-08 11:48:52
阅读次数:
518
1.动态分配的对象的析构函数 1 class man{ 2 public: 3 man(){ 4
cout<<"man begin"<<endl; 5 }; 6 ~man(){ 7 cout<<"man
end"<<endl; 8 } 9 ...
分类:
编程语言 时间:
2014-05-08 09:20:20
阅读次数:
321
昨晚自己倒腾的。估计这种代码只有自己看得懂了。第一篇博文,纪念一下。代码插入这个还是比较方便的~~varkeyHandler=function(event){
vare=event||window.event||arguments.callee.caller.arguments[0];
varhoverCSS={
color:‘#FFF‘,
‘background-color‘:‘#6E9DE4‘
};
varbac..
分类:
Web程序 时间:
2014-05-08 03:12:31
阅读次数:
541
登录界面:
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.Connection;
import java.sql.PreparedStatement;
...
分类:
其他好文 时间:
2014-05-08 00:10:47
阅读次数:
617
iPhone-like Sliding HeadersSimple jQuery Spy
EffectSimple use of Event DelegationAdding Keyboard NavigationSlide out and
drawer effectAutomatic Infini...
分类:
Web程序 时间:
2014-05-07 20:43:22
阅读次数:
378
1 def bubble_sort(array) 2 return array if
array.size = array[j+1] 7 end 8 end 9 10 return array11 end12 13 a =
[12,42,1,25,32,63...
分类:
其他好文 时间:
2014-05-07 20:33:20
阅读次数:
260