following command to obtain the source code:
Repo init-u git: // android.git.kernel.org/platform/manifest.git
This process will take a long time (I downloaded it for one day). After the download is complete, I will see a prompt such as repo initialized in/Android, indicating that the local version library has been initialized, and contains the latest sourcecode.
If we want to use the
Recently read a lot of code, also wrote a lot of code, so in the look and write found a lot of problems, really is a lot, at least from my understanding, there are a few places there is a lot of room for improvement, there are not ready to put all the problems listed, so the first to choose a more obvious to talk with you. Review of the success of the popular Open sourc
In Windows, Android downloaded through SDK manager.exe is updated without the source code, which is not very convenient for development;
In fact, AndroidSource codeYes, it can be downloaded, its sourceCodeGo to http://android.git.kernel.org/, download the installation package, and download the package as follows:
1. Install gitDownload http://code.google.com/p/msysgit/and install msysgit. the installation
Ubuntu comes with Git is 1.7 version, too old, so want to upgrade, GIT official online does not provide ready-made installation package, so only energy code compiled.Linux on the source code compiled to install Git fly in two steps:The first step is to install a git-compiled dependency packageStep Two, download the source
GitHub is a popular source management platform. There are many open source projects on this. As a normal user, how to get the source of these open source projects?1. First, you need to register a github account.2. Install the Git tool under Windows:: Http://code.google.com/p/msysgit/downloads/list3. Install SSH keysSta
, another condition is required.When will the size of the array be amplified? You can expand an array by size>=threshold it first when you put an element and also having elements at the corresponding array position. Ii. source Code Analysis of HashMap 2.1, HashMap hierarchy relationship and inheritance structure1) HASHMAP Inheritance structure The above inherits a Abstractmap, which is used to alleviate
Resource preparation
Windows PV-driver source code:
Http://xenbits.xensource.com/ext/win-pvdrivers.hg
Wdk:
Http://msdn.microsoft.com/en-us/windows/hardware/gg487463.aspx
Mercurial :( used to download the Windows PV-driver source code)
Http://mercurial.selenic.com/downloads/
7-zip:
Http://sparanoid.com/l
Resource preparation
Windows PV-driver source code:
Http://xenbits.xensource.com/ext/win-pvdrivers.hg
Wdk:
Http://msdn.microsoft.com/en-us/windows/hardware/gg487463.aspx
Mercurial :( used to download the Windows PV-driver source code)
Http://mercurial.selenic.com/downloads/
7-zip:
Http://sparanoid.com/l
can not download, the other repo mostly older, this time relatively new, I looked for a long cry)git clone git://aosp.tuna.tsinghua.edu.cn/android/git-repo.git/Copy the repo files from the Git-repo to the bin directory after cloningCP Git-repo/repo ~/bin/To modify the repo file, set Repo_url as follows:Repo_url = ' Git://aosp.tuna.tsinghua.edu.cn/android/git-repo '5. Initialize Repo1) Create a directorymkdir ~/AOSP2) Initialize RepoCD ~/AOSPRepo Init
I. Description:
There are two ways to get openjdk source code, one of which is to get Source Code directly from repository (repository address: http://hg.openjdk.java.net/jdk7u/jdk7u) through mercurial code version management tool, as shown in the following
environment. Generally, XCode and the corresponding Command line tools are installed.
Then, download the source code of the latest FFmpeg version from the FFmpeg official website. You can directly download the packaged source code compressed file, or use git to obtain the complete
, you can choose which version of the conflict to keep, this is the most convenient place. The big reason for choosing GitHub is that it's free.1. Create a GitHub code warehouseOpen www.github.com, create an account (in the case of a company, you should create an organization)In the, click New Repository to start creating a new warehouseWhen creating the warehouse, fill in the project name, here, I take the person as an example, here the
Three. js source code annotation (21) Core/EventDispatcher. js
I also just started learning. Sorry for the errors in many places.
The following code is a comment on the Core/EventDispatcher. JS file in the THREE. js source code file.
More updates in: https://github.com/omn
defined on "this" are higher than those defined on prototype. That is, the variables directly defined on the instance will overwrite the variables defined on "this" and prototype. The variables defined on "this" will overwrite the variables defined on prototype.
The following describes the source code of the extend () method in jQuery:
jQuery.extend = jQuery.fn.extend = function() { var options,name, sr
1. Install GitHubOn the official website https://desktop.github.com/download Githubsetup.exe, the online installation is always wrong, after a few attempts after unsuccessful on the abandoned. Do not know is not the cause of the network.Then I found an offline installation package on the Internet.The address is as follows: http://download.csdn.net/detail/nevinblog/90310492, Installation GradleGradle is a groovy-based build tool that uses groovy to write build scripts that support dependency mana
This article mainly introduces about the PHP source code 28: About the class structure and inheritance, has a certain reference value, now share to everyone, there is a need for friends can refer to
Talking about PHP source code 28: About class structure and inheritance
As a very key and very tangled feature in object
As mentioned in the previous article, the latest Android source code downloaded from the source code tree does not contain kernel code, that is, the android source code project does not
Here are github how to modify the source code and submit methods summary:
This is mainly about how to submit the modified code to the GitHub server after modifying the code downloaded from the Web:
#Get your project from GitHub:
V0id@eof ~/code $ git
environment. Generally, XCode and the corresponding Command line tools are installed. Then, download the source code of the latest FFmpeg version from the FFmpeg official website. You can directly download the packaged source code compressed file, or use git to obtain the complete
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.