有时候,我们会好奇有些包的源码是怎么写的,毕竟源码是学习这个框架的最直接最原始的方法,可是Eclipse无法帮我们自动下载源码,这里推荐一个插件,可以帮我下载想要的源码。
Java Source Attacher
插件主页:http://marketplace.eclipse.org/content/java-source-attacher#.U5RmTePp0QI
可以通过eclips...
分类:
系统相关 时间:
2014-06-11 00:53:57
阅读次数:
516
每个app 都有一个自己的 linux 进程;每个进程都在自己的虚拟机里执行两个app
可以跑在一个进程,一个vm里android app 四大组件:activity,content provider, services, broardcast
receiversContent Resolver ....
分类:
移动开发 时间:
2014-06-10 00:25:23
阅读次数:
287
链接: http://acm.hrbust.edu.cn/index.php?m=ProblemSet&a=showProblem&problem_id=1752
Description
There are n webpages, each of which has its respective page rank. The content is constantly updated ...
分类:
其他好文 时间:
2014-06-09 23:32:22
阅读次数:
270
在Android系统中提供了多种存储技术.通过这些存储技术可以将数据存储在各种存储介质上.比如sharedpreferences可以将数据保存着应用软件的私有存储区,这些存储区的数据只能被写入这些数据的软件读取.当然Android还支持文件存储、SQLite数据库和Content
Provider。...
分类:
移动开发 时间:
2014-06-09 22:56:35
阅读次数:
293
一. 首先是PHP网页的编码1. php文件本身的编码与网页的编码应匹配a.
如果欲使用gb2312编码,那么php要输出头:header(“Content-Type: text/html;
charset=gb2312"),静态页面添加,所有文件的编码格式为ANSI,可用记事本打开,另存为选择编码...
分类:
Web程序 时间:
2014-06-09 17:54:09
阅读次数:
257
The content is from this paper:Dependency
Tree-based Sentiment Classification using CRFs with Hidden Variables, byTetsuji
Nakagawa.A typical approach ...
分类:
其他好文 时间:
2014-06-09 16:39:56
阅读次数:
421
These code is for the problem "Let the balloons
Fly" in ACM 1004 which need deal with string.It is a little difficult in some
content so that I rewrit...
分类:
其他好文 时间:
2014-06-09 13:33:35
阅读次数:
266
Develop Tools: xCode 5.1I write a demo for app
settings feature. The tutorial url is here.When I add a icon into app icon and
build the code, I got th...
分类:
移动开发 时间:
2014-06-08 20:39:03
阅读次数:
1920
当需要为Model的属性添加一些额外信息的时候,使用[AdditionalMetadata("somekey", "some
content")]是不错的选择,MVC内部把键值信息赋值给了ModelMetadata.AdditionalValues属性。那么,在视图中如何获取该属性的ModelMet...
分类:
Web程序 时间:
2014-06-08 20:05:19
阅读次数:
341
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal" >
android:layout_width="wrap...
分类:
其他好文 时间:
2014-06-08 17:58:54
阅读次数:
633