参考:

  http://stackoverflow.com/questions/8633539/resources-getsystem-vs-getresources

相同:  

  都是取得 Resources 对象然后加载相应的资源。

区别:

  它们使用的位置不同。Resources.getSystem() 只能加载系统资源,它并不能加载当前应用的资源,如边距、方向等。

最新文章

  1. codevs 2287 火车站
  2. 数据结构代码整理(线性表,栈,队列,串,二叉树,图的建立和遍历stl,最小生成树prim算法)。。持续更新中。。。
  3. iOS获取本地沙盒视频封面图片
  4. <转> jsp:include 乱码问题解决
  5. java中向JTextArea中添加滚动条(垂直的和水平的)
  6. swt byte[] 与 Image的转换
  7. IOS笔记 #pragma mark的用法和作用(方便查找和导航代码)
  8. 通过HttpClient来调用Web Api接口
  9. 设置Eclipse智能提示
  10. codevs 1198 国王游戏
  11. tomcat那些事
  12. Graphical Analysis of German Parliament Voting Pattern
  13. java常用字节流
  14. numpy数组扩展函数repeat和tile用法
  15. Linux gzip命令
  16. 解决ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。
  17. Go 初体验 - 令人惊叹的语法 - defer.1 - 基本概念和用法
  18. fatal: unable to access 'https://github.com/open-falcon/falcon-plus.git/': Peer reports incompatible or unsupported protocol version
  19. HDU 3949 XOR
  20. 本地广播的简单示例 --Android开发

热门文章

  1. 【转】apache storm 内置的定时机制
  2. POJ2752 Seek the Name, Seek the Fame 【KMP】
  3. mysql innodb插入意向锁
  4. react 项目中 引入 bootstrap
  5. PADs 元器件PCB建库
  6. iOS 沙盒文件操作
  7. 设计模式-(13)访问者模式 (swift版)
  8. mysql07---主从复制
  9. Linux设备驱动--块设备(四)之“自造请求”
  10. c++爬虫子