测试方法:提供程序(方法)可能带有攻击性,仅供安全研究与教学之用,风险自负!Discuz 7.2 /faq.php SQL注入漏洞http://www.xxx.com/faq.php?action=grouppermission&gids[99]='&gids[100][0]=) and (sele...
分类:
数据库 时间:
2014-07-07 11:53:26
阅读次数:
232
今天看了下ccocos2dx touch事件部分的源码,从CCTouch、CCTouchHandler和CCTouchDispatcher简单的做了分析和总结,先直接看源码吧!1、CCTouchclass CC_DLL CCTouch : public CCObject{public: CCT...
分类:
其他好文 时间:
2014-07-07 09:56:40
阅读次数:
246
#hello.pydef sayHello(): str="hello" print(str);if __name__ == "__main__": print ('This is main of module "hello.py"') sayHello()python作为一...
分类:
编程语言 时间:
2014-07-07 00:22:06
阅读次数:
262
C++和java的调用需要使用JNI,这里使用cocos2dx提供的JniHelper就可以满足要求。以游戏中购买炸弹道具为例流程图:先按照文档进行配置;在Java工程中新建一个包"IAP",作为C++与mmsdk交互的中间层;Handler和Listener可以使用Demo自带的两个类,将Demo...
分类:
移动开发 时间:
2014-07-07 00:00:03
阅读次数:
508
使用By.className()识别对象时,若对象属性包含空格,则识别过程报错:Compound class names are not supported
分类:
其他好文 时间:
2014-07-06 21:50:08
阅读次数:
233
JDK中的URLConnection参数详解来自:http://www.blogjava.net/supercrsky/articles/247449.html针对JDK中的URLConnection连接Servlet的问题,网上有虽然有所涉及,但是只是说明了某一个或几个问题,是以FAQ的方式来解决...
分类:
其他好文 时间:
2014-07-05 19:48:59
阅读次数:
200
照着官方的例子试验了一下DragonBone的使用,代码如下: 1 local AnotherScene = class("AnotherScene", function() 2 return display.newScene("AnotherScene") 3 end) 4 5 func...
分类:
其他好文 时间:
2014-07-05 17:40:58
阅读次数:
190
项目要做Android的自动升级,对于我们之前做iOS的转Cocos开发做Android方面的功能。。。。。
不对说了。这里记录下我的实现过程。...
分类:
移动开发 时间:
2014-07-04 00:23:27
阅读次数:
476
Slave crash-safe replication
mysql的slave启动时,error.log中出现Warning警告:
[Warning] Slave SQL: If a crash happensthis configuration does not guarantee that the relay log info will beconsistent, Error_code: 0...
分类:
移动开发 时间:
2014-07-03 18:15:13
阅读次数:
278