GrepCode

/*****************************************************************************
 *                              GrepCode
 * 声明:
 *     最近在进行Android Ethernet app修改过程中遇到很多问题,很多类都需要到
 * Android的源码中去参考源码才知道要怎么使用,再找资料的过程中发现这个网站,
 * 很实用,方便查询函数原型。
 *
 *                                           2016-5-6 深圳 南山平山村 曾剑锋
 ****************************************************************************/

http://grepcode.com/
时间: 2024-10-20 11:40:33

GrepCode的相关文章

[Eclipse插件] Eclipse中如何安装和使用GrepCode插件

Java是开源的世界,如何快速的搜索到你需要的Java源码呢? 2009年7月17日,GrepCode团队发布了一个有趣的 Java源码搜索引擎-GrepCode .与现有的各种搜索引擎相比,Java源码搜索引擎-GrepCode把Java源码搜索带到了一个新的高度.Java源码搜索引擎-GrepCode 不但提供了语法的高亮显示和JavaDoc的现实,还提供了一种界面非常友好的的Java类型集成视图,便于人们搜索.用户可以很容易的找到某个特定版本代码依赖的工程代码.Java源码搜索引擎-Gre

Eclipse中如何安装和使用GrepCode插件

GrepCode(GC)Eclipse插件允许Eclipse用户在Eclipse IDE中搜索由GrepCode提供的工厂类.本教程介绍如何安装和使用插件.使用Eclipse3.5(Galileo)的screeshots.类似的步骤可以遵循与Eclipse 3.4.x 版本(Ganymede). 系统需求 更新网站位置 安装 用法 另见:GrepCode IntelliJ IDEA Plugin 系统需求 GC 插件兼容以下版本的Eclipse 3.5.x (Galileo) 3.4.x (Ga

Eclipse中如何安装和使用GrepCode插件 (转)

GrepCode(GC)Eclipse插件允许Eclipse用户在Eclipse IDE中搜索由GrepCode提供的工厂类.本教程介绍如何安装和使用插件.使用Eclipse3.5(Galileo)的screeshots.类似的步骤可以遵循与Eclipse 3.4.x 版本(Ganymede). 系统需求 更新网站位置 安装 用法 另见:GrepCode IntelliJ IDEA Plugin 系统需求 GC 插件兼容以下版本的Eclipse 3.5.x (Galileo) 3.4.x (Ga

这些小工具让你的Android 开发更高效

在做Android 开发过程中,会遇到一些小的问题,虽然自己动手也能解决,但是有了一些小工具,解决这些问题就得心应手了,今天就为大家推荐一下Android 开发遇到的小工具,来让你的开发更高效. Vysor Vysor 是一个可以将手机的屏幕投影到电脑上,当然也可以操作,当我们做分享或者演示的时候,这个工具起到了作用. Vector Asset Android Studio 在1.4 支持了VectorAsset,所谓VectorAsset:它可以帮助你在Android 项目中添加Materia

Can a GridView have a footer and header just like ListView?

Aquick question: In ListView I use this code: list.addHeaderView(headerView); How to deal with it when working on gridview? Thanks. right answers: There is a quite good implementation of GridView with header support in Google Photos application, as i

spring boot应用启动原理分析

spring boot quick start 在spring boot里,很吸引人的一个特性是可以直接把应用打包成为一个jar/war,然后这个jar/war是可以直接启动的,不需要另外配置一个Web Server. 如果之前没有使用过spring boot可以通过下面的demo来感受下. 下面以这个工程为例,演示如何启动Spring boot项目: git clone [email protected]:hengyunabc/spring-boot-demo.git mvn spring-b

数据库升级总结

如果新版本增加了表中的字段,那么原来的数据库中的数据必须做好备份插入新表中. stackoverflow上给出的标准步骤 You should always have the new table creation query at hand, and use that for upgrade and transfer any existing data. Note: that the onUpgrade methods runs one for your sqlite helper object

Uber License for Android

Uber license for android list: 1.Butter Knife: 项目地址:https://github.com/JakeWharton/butterknife 这个开源库可以让我们从大量的findViewById()和setonclicktListener()解放出来,其对性能的影响微乎其微. 2.Dagger Dagger官网的文档:http://square.github.io/dagger/ 对应的中文翻译: http://fanxu.me/post/2013

Android常用网站

记录一下经常用到的网站,以便以后查找(随时更新...) 图片压缩:kraken.io api文档:developer.android.com 源码(编译前):androidxref.com 源码(编译后):grepcode.com AOSP:source.android.com