码迷,mamicode.com
首页 >  
搜索关键字:resources    ( 3470个结果
cocos2d-x 2.2 移植wp8遇到的坑
这两天正在将之前的一款cocos2d游戏,移植到wp平台上,这里记录一下所遇到的问题以及解决方法。我是用的cocos2d下面的例子程序进行修改的。遇到的第一个问题是资源路径的问题,当时我把解决方案下面的Assert删除后自己又新建了Resources目录,但是导入资源时选择了与Classes同级目录...
分类:其他好文   时间:2014-05-26 15:23:31    阅读次数:521
Cocos2d-x 3.0 编译 eclipse+Win7+Android 篇
文档 Eclipse --> Windows--> Preferences ... 3. Set up Variables:  1. Path Variable `COCOS2DX`:  * Eclipse->Preferences->General->Workspace->**Linked Resources** * Click **New** button to add a Path...
分类:移动开发   时间:2014-05-24 17:54:57    阅读次数:282
Android 动画资源详解
属性动画:使对象的属性值在一定时间间隔内变化到某一个值。http://developer.android.com/guide/topics/resources/animation-resource.html#Property资源目录:rec\animator // together|se...
分类:移动开发   时间:2014-05-24 10:14:41    阅读次数:343
LoadRunner测试结果分析02 转载至zhangzhe的新浪博客
LoadRunner测试结果分析之我见 上述测试过程的重点在于事务,而LoadRunner生成的测试结果图并不局限于事务上,其中还有是关于Vusers、Errors、Web Resources、Web Page diagnostics的测试图。1.对于Vusers的测试图有3种:Running V....
分类:其他好文   时间:2014-05-24 06:09:56    阅读次数:347
matlab文件读写处理实例(一)——不规则文件读取
数据:A) Title: Income DataB) Relevant Information:Marketing Database.Source: Impact Resources, Inc., Columbus, OH (1987). A total of N=9409 questionnair...
分类:其他好文   时间:2014-05-23 11:41:21    阅读次数:374
如何从MySQL官方Yum仓库安装MySQL5.6
2013年10月,MySQL开发团队正式宣布支持Yum仓库,这就意味着我们现在可以从这个Yum库中获得最新和最优版的MySQL安装包。本文将在一台全新安装的CentOS6上安装MySQL5.6,如果你不熟悉MySQL5.6的新特性,我建议从MySQL5.6 的新特性(http://dev.mysql.com/tech-resources/articles/whats-new-in-mysql-5....
分类:数据库   时间:2014-05-23 01:26:10    阅读次数:419
android.content.res.Resources$NotFoundException
今天在项目中遇到异常android.content.res.Resources$NotFoundException: String resource ID #0x42...
分类:移动开发   时间:2014-05-23 00:46:27    阅读次数:282
TI C66x DSP硬件信号量 - 1
In a multicore environment—where system resources must be shared—it is important to control simultaneous accesses to the available resources. To ensure correct system operation, it is necessary to lim...
分类:其他好文   时间:2014-05-22 07:18:54    阅读次数:308
TI C66x DSP硬件信号量 - 2
The semaphore module can be used as an arbiter to ensure mutual exclusivity when sharing resources over multiple cores in a multicore device. It provides up to 64 independent semaphores that can be ac...
分类:其他好文   时间:2014-05-21 16:26:59    阅读次数:234
maven 编译部署src/main/java下的资源文件
maven 编译部署src/main/java下的资源文件maven默认会把src/main/resources下的所有配置文件以及src/main/java下的所有java文件打包或发布到target\classes下面,但是现实我们可能会在src/main/java下面也放置一些配置文件如hib...
分类:编程语言   时间:2014-05-17 18:02:49    阅读次数:284
3470条   上一页 1 ... 343 344 345 346 347 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!