原文http://xsser.sourceforge.net/IntroductionCross Site "Scripter" (aka XSSer) is an automatic -framework- to detect, exploit and report XSS vulnerabili...
分类:
移动开发 时间:
2014-12-10 07:02:06
阅读次数:
598
// on "init" you need to initialize your instancebool HelloWorld::init(){ ////////////////////////////// // 1. super init first if ( !Layer::...
分类:
其他好文 时间:
2014-12-09 17:34:50
阅读次数:
127
解决Jetty Maven Plugin:Please initialize the log4j system properly.Jetty Maven Plugin环境: org.mortbay.jetty jetty-maven-plugin 8.1.1...
分类:
其他好文 时间:
2014-12-08 17:15:09
阅读次数:
167
// on "init" you need to initialize your instancebool HelloWorld::init(){ ////////////////////////////// // 1. super init first if ( !Layer::...
分类:
其他好文 时间:
2014-12-07 09:01:08
阅读次数:
207
// on "init" you need to initialize your instancebool HelloWorld::init(){ ////////////////////////////// // 1. super init first if ( !Layer::...
分类:
其他好文 时间:
2014-12-07 09:00:19
阅读次数:
206
It was not possible to complete an automatic installation. This might be due to a problem with your network, proxy servers or an unsolvable installati...
分类:
移动开发 时间:
2014-12-06 14:00:46
阅读次数:
1008
AppDelete中applicationDidFinishLaunching代码示范
当电话来了时,停止恢复游戏声音的代码(在AppDelegate中加入下面代码)
bool
AppDelegate::applicationDidFinishLaunching()
{
// initialize dir...
分类:
其他好文 时间:
2014-12-05 22:44:14
阅读次数:
343
类的本质:/* 1.当程序启动时,就会加载项目中所有的类和分类,而且加载后会调用每个类和分类的+load方法。只会调用一次。 2.当第一次使用某个类时,就会调用当前类的+initialize方法 3.先加载父类,再加载子类(先调用父类的+load方法,再调用子类的+load方法) 先初始化父...
分类:
其他好文 时间:
2014-12-05 09:14:45
阅读次数:
181
1. def fun:定义函数 def _initialize(self, key=16*'\0', iv=16*'\0'): .... 其中self相当于c/c++ this指针,可以不写,默认自带2. pass用法: 表示它不做任何事情,一般用做占位语句//在c/c++中if (a >...
分类:
其他好文 时间:
2014-12-04 21:17:55
阅读次数:
173
只需要把关联类配置lazy='false',也就是立即加载例如:public class stu{ private int stuid;}public class score{ private stu s;}stu.cfg.xml把lazy='false'
分类:
其他好文 时间:
2014-12-04 00:51:54
阅读次数:
234