转自:http://www.xuebuyuan.com/1396292.html,http://www.cocoachina.com/bbs/read.php?tid=88589First!!源代码里加入://判断当前是否为Android平台#if (CC_TARGET_PLATFORM == CC...
分类:
Web程序 时间:
2014-08-08 23:58:36
阅读次数:
713
一. 简单介绍一下protobuf:Protocol Buffers are a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications p...
分类:
Web程序 时间:
2014-08-08 17:43:36
阅读次数:
243
这两天终于闲了一下,就顺手又把quick捡起来又学了学,一直都觉得quick比cocos2dx那套lua绑定要方便许多,今天试了下android返回键的监听,还是挺好弄的,所以就有了这篇。
首先说明一下使用的quick版本——2.2.5。
直接上代码
function MainScene:addBackEvent()
if device.platform == "android" t...
分类:
移动开发 时间:
2014-08-07 23:22:55
阅读次数:
468
交代下背景,电脑系统是64位的,用的是64位的Tomcat,安装是32位的Myeclipse10,java环境也是32位的,Tomcat在开始启动时会报这样一个错误,“Can't load IA 64-bit .dll on a AMD32-bit platform”,但是不耽误使用,最近在敲Drp项目中用到了底层接口的几个方法,这个错误导致项目不能正常运行了,所以就将64位的Tomcat换成了与java环境一样的32位的Tomcat,上面的问题就顺利解决了,于是继续自己的开发,但是当JSP页面启动时就出现...
分类:
编程语言 时间:
2014-08-07 19:03:20
阅读次数:
286
1.有的网页上面会显示这个,但是点击后没反应解决方案:firefox- >工具-附加组件管理器-“插件”找到“Java(TM) Platform SE 7”,把“询问是否激活”改为“总是激活”。来源:http://nufeng.net/solve-firefox-open-ebs-forms-pro...
分类:
其他好文 时间:
2014-08-07 12:01:39
阅读次数:
170
前提是手机需已root。然后使用文本编辑器打开/system/etc/permissions目录下的“platform.xml”文件(挂载读写), 在 下面添一行 (注意段首对齐,"media_rw"和/>之间有空格),添加后保存退出。重启你的手机,你会发现可以往外置存储卡(SD卡)创建、修改、删....
分类:
移动开发 时间:
2014-08-06 17:26:11
阅读次数:
240
Android NDKAndroid NDK, Revision 10 (July 2014)Platform(32-bit target)PackageSize (Bytes)MD5 Checksum Windows 32-bit android-ndk32-r10-windows-x86.z.....
分类:
移动开发 时间:
2014-08-05 18:17:49
阅读次数:
368
AnyChat Platform Core SDK V4.0新增了对IP组播技术的支持,下面介绍如何使用相关的API接口,典型的加入多播组,并向多播组发送数据的代码如下:1.// 设置本地组播策略2.DWORDdwMultiCastPolitic = 1;3.BRAC_SetSDKOption(BR...
分类:
其他好文 时间:
2014-08-04 10:51:47
阅读次数:
246
Oracle Database - Enterprise Edition - Version 8.1.7.4 and later Information in this document applies to any platform. **Checked for relevance 06-Apr-...
分类:
数据库 时间:
2014-08-04 10:45:27
阅读次数:
363
如何解决…has been modified since the precompiled header… was built 的问题
xcode5.1在程序中报错:
File '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimula...
分类:
其他好文 时间:
2014-08-01 23:17:52
阅读次数:
241