码迷,mamicode.com
首页 >  
搜索关键字:valuable resources    ( 3502个结果
qt中按钮贴图
一.QT之QPushButton按钮贴图二.QT之QToolButton按钮贴图一.QT之QPushButton按钮贴图具体操作流程1.QtDesigner中拖入一ToolButton2.选择图标的图片放入工程目录下,如放在Resources内3.双击工程的ResourceFiles下的qrc文件,...
分类:其他好文   时间:2014-05-29 02:24:56    阅读次数:575
cocos2d-x 2.2 移植wp8遇到的坑
这两天正在将之前的一款cocos2d游戏,移植到wp平台上,这里记录一下所遇到的问题以及解决方法。我是用的cocos2d下面的例子程序进行修改的。遇到的第一个问题是资源路径的问题,当时我把解决方案下面的Assert删除后自己又新建了Resources目录,但是导入资源时选择了与Classes同级目录...
分类:其他好文   时间:2014-05-26 15:23:31    阅读次数:521
利用Eclipse中的Maven构建Web项目(二)
利用Eclipse中的Maven构建Web项目 1、新建源文件夹,Java Resources鼠标右键,“New-->Source Folder” 2、新建src/main/java   src/main/resources  src/test/java  src/test/resources四个源包 3、双击每个文件夹的Output folder...
分类:Web程序   时间:2014-05-25 21:26:57    阅读次数:361
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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!