22 关于Resources.load和实例化与内存的关系:
1.加载,单纯的Resources.load后消耗的内存很低,可能只是基础的引用预载、当对象被实例化后才会占用大量内存,当实例化多个对象后和实例化一个相差不大,可能后边实例的对象引用了第一个。
2.卸载,单纯的把所有实例的obj给destroy后,内存不会释放,但是再次实例也不会耗内存,若Object b = Resources.L...
分类:
其他好文 时间:
2015-04-11 18:00:35
阅读次数:
138
Android sdk content loader 0%,如果只重启一般是解决不了问题的;
遇到上面问题,做以下几步:
1.clean 工程;
2.删掉C:\Users\用户名\.android文件夹下的所有内容
3.删掉WorkSpace下.metadata\.plugins\org.eclipse.core.resources\.projects文件夹下的所有内容,再重启Eclipse
一般就能得到解决!...
分类:
移动开发 时间:
2015-04-11 16:23:11
阅读次数:
131
1,编辑器建立好数据库结构,生成sqlite数据库文件,可以用navicat图形界面编辑器来操作。2,建立好的数据库,后缀名变为.txt格式(方便unity3d加载),放文件放到Assest/Resources目录下(新建目录)。 放在Resources目录下的文件,在Pc/ios/android端均可以不作区分的用Resource来加载,假设数据库文件名位:data.txt,语句如下: Text...
分类:
数据库 时间:
2015-04-11 01:26:22
阅读次数:
292
VideoView源码分析VideoView基于Android4.4源码进行分析
简介 /**
* Displays a video file. The VideoView class
* can load images from various sources (such as resources or content
* providers), takes care of com...
分类:
其他好文 时间:
2015-04-10 15:31:07
阅读次数:
1034
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven....
分类:
Web程序 时间:
2015-04-10 13:45:40
阅读次数:
140
1. 在执行python manage.py shell之后的一些错误:wyl@wyl:~/myobject$ python manage.py shell/usr/lib/python2.7/dist-packages/pkg_resources.py:1049: UserWarning: /ho...
分类:
编程语言 时间:
2015-04-10 00:58:42
阅读次数:
398
findbug 这里[中文列表]: ?http://svn.codehaus.org/sonar-plugins/tags/sonar-l10n-zh-plugin-1.1/src/main/resources/org/sonar/l10n/findbugs_zh.properties ? rule.findbugs.IMSE_DONT_CATCH_IMSE.name=不...
分类:
数据库 时间:
2015-04-09 22:06:00
阅读次数:
721
在info.plist设置解决问题在项目的info.plist里面添加Localized resources can be mixed YES(表示是否允许应用程序获取框架库内语言)即可解决这个问题。
分类:
其他好文 时间:
2015-04-08 19:34:37
阅读次数:
99
正常情况: // mTxtView.setTextAppearance(context, // R.attr.textapper);-------在lib工程中使用如上无效,解决如下-----------// Resources.Theme theme = getContext().getTheme...
分类:
其他好文 时间:
2015-04-07 18:57:27
阅读次数:
128
dependency analysis warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'xxx/Info.plist'.
出现Warning的原因
遇到这种情况,是因为在合成项目,或者添加项目文件时,将Info.plist 文件以下列方式加入到了项目中。...
分类:
其他好文 时间:
2015-04-07 17:51:10
阅读次数:
162