1、动态加载Atlas,并用NGUITools添加Sprite1 UIAtlas MyAtlas = Resources.Load("MyAtlas", typeof(UIAtlas)) as UIAtlas;2 GameObject bagBox = GameObject.Find("BagBox...
分类:
其他好文 时间:
2014-07-19 20:04:52
阅读次数:
195
public Bitmap drawTextToBitmap(Context mContext, int resourceId, String mText) {
try {
Resources resources = mContext.getResources();
float scale = resources.getDisplayMetri...
分类:
其他好文 时间:
2014-07-18 21:23:53
阅读次数:
258
grails.war.resources = { staginDir,args -> //staginDir 代表项目下的target目录 delete(includeEmptyDirs: true, verbose: true, quiet: false, failonerror: true).....
分类:
其他好文 时间:
2014-07-17 17:36:51
阅读次数:
190
方法一1、57*57像素的png图片方形的就可以。2、拖放到xcode的resources文件夹里。3、选中resources文件夹,addtoproject然后找到图片。方法二找到项目的_info.plist在属性栏里,找到iconfile如果没找到这个属性可以手动添加属性,设置相应的文件路径。
分类:
其他好文 时间:
2014-07-16 16:38:32
阅读次数:
215
右键项目->属性->order and export 将JRE System Library提到top,就可以看到src/main/java资源文件夹了。src/main/java,src/test/java/, src/test/resources只有第一个创建时会出现提示, the source...
分类:
编程语言 时间:
2014-07-15 23:34:16
阅读次数:
252
在使用DevExpress是总是会出现一些状况。这次同事在他的机器上调试完毕的代码发过来,却出现“未将对象引用设置到对象的实例”的错误,提示是Resources.resx的问题。还有一个提示是LC.exe错误。...
分类:
其他好文 时间:
2014-07-15 12:29:21
阅读次数:
217
记录在项目中碰到的形形色色、杂杂碎碎的问题(持续更新至项目结束)qrc文件配置 Qt中有一个管理资源的文件,后缀名为qrc,本质是简单的XML文件格式。 项目开始时的内容为:1 2 3 4 5 例如在项目中要用到一个png图片来做图标 则可以写成(Resources文件夹与...
分类:
其他好文 时间:
2014-07-15 09:11:23
阅读次数:
268
Overcommits KVM allows for both memory and disk space overcommit. However, hard errors resulting from exceeding available resources will result in gue...
分类:
其他好文 时间:
2014-07-14 23:36:34
阅读次数:
385
出现Out of resources when opening file './xxx.MYD' (Errcode: 24)错误是因为打开的文件数超过了my.cnf的--open-files-limit。open-files-limit选项无法在mysql命令行直接修改,必须在my.cnf中设定,最...
分类:
数据库 时间:
2014-07-14 21:16:24
阅读次数:
247
3Permissions and Security Policy3.1The Permission ClassesThe permission classes represent access to system resources. The java.security.Permission cla...
分类:
编程语言 时间:
2014-07-14 19:14:43
阅读次数:
519