代码改变世界

阅读排行榜

Content Provider Basics(内容提供者的基本操作)

2013-03-12 15:42 by java20130722, 419 阅读, 收藏,
摘要: Content Provider Basics(基本操作)Content provider 管理访问中心库的数据。provider 是android 应用的一部分,它提供自己的UI操作数据。当然,content provider 主要作用是被其他的应用使用。provider 和provider clients是不可分割的,标准的数据接口保证了访问数据的安全性和处理跨进程调用。This topic describes the basics of the following:How content providers work. (Content provider 是的原理)The API you 阅读全文

INF DestinationDirs Section

2012-04-30 09:05 by java20130722, 419 阅读, 收藏,
摘要: INFDestinationDirsSectionINFDestinationDirsSection格式如下:[DestinationDirs][DefaultDestDir=dirid[,subdir]][file-list-section=dirid[,subdir]]...描述:该域记录了在INF文件的其他域中引用的需要复、删除、重命名的文所在的目录。DefaultDestDir=dirid[,subdir]指定所有需要进行操作的文件默认目录,并且这些目录没有出现的file-list-section域中。file-list-section=dirid[,subdir]]...如果所有的I 阅读全文

在linux上安装rpm

2013-03-28 00:00 by java20130722, 417 阅读, 收藏,
摘要: 安装root用户 sudo apt-get install root-system-bin在ubuntu里安装jdk时,出现提示信息:rpm: please use alien to install rpm packages on Debian, if you are really sure use --force-debian switch. see README.Debian for more details.deb 是debian linux 的安装格式,跟red hat 的rpm相似安装: dpkg -i file.deb 不过要安装dpkg的package关于rpm转化成deb包的方 阅读全文

android 自定义xml属性

2013-03-31 23:04 by java20130722, 416 阅读, 收藏,
摘要: Android 自定义组件Android 提供了非常精致的和非常强大的组件化模型,能够更加方便的构建UI,这些UI组件都是基于基本的layout类:View 和 ViewGroup。部分能够用的widgets包括:Button,TextView,EditText,ListView,CheckBox,RadioButton,Gallery,Spinner,和一些比较特殊用途的widgets(AutoCompleteTextView,ImageSwitcher, andTextSwitcher.)布局组件有LinearLayout,FrameLayout,RelativeLayout,absolu 阅读全文

eclipse里配置solr开发测试环境

2013-06-05 15:21 by java20130722, 415 阅读, 收藏,
摘要: ApacheSolr是一个非常强大的软件包,你可以随时用它来构建自己的搜索引擎。Solr采用纯Java开发,用Lucene作为它的核心索引和查询。Solr可以运行在任何Servlet容器里,像Tomcat或Jetty。下面我将详细描述如何在Eclipse中配置Solr的开发测试环境。首先,你需要:1、EclipseIDE(http://www.eclipse.org)3.5ornewer2、RunJettyRun插件(http://code.google.com/p/run-jetty-run/wiki/GettingStarted)3、ApacheSolr(我用的是Solr-4.3.0版的) 阅读全文
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 115 下一页