中文版 Version could is find at osmocom.orgHttps://osmocom.org/projects/cellular-infrastructure/wiki/accelerate3g5_–_unicornteam0X01 Environment Constructionpc:ubuntu16.04HardWare:ip.access nano3gSoftware:osmocom1.1 Installing the cross-compilation
1. parameter transfer
We all know that there are two methods for passing parameters: value transfer and reference transfer. In the object-oriented language of Java, how is it? According to the following procedure, we can draw a conclusion:
Class OBJ
1. Any branch can be created locally. If you do not push it to the server git, the contents of the server will not be affected.
2. Use git push as follows:
Git push file: // home/hebo/work/testgit/Master
In this way, only the master branch is pushed
Open chapter 1 of Java core technology: objects and classes, Chapter 2: inheritance, Chapter 2: interfaces and internal classes. Almost 150 pages of object-oriented syntax in Java are concentrated. However, with the profound skill I 've been
The following is what I learned today. I read the book "big talk Design Pattern". Many of the Code is the code in the book, but it is my own understanding. Remember it as a learning note.
Today we are learning the prototype:
The class diagram is as
1. Do not allow access to super.super.xxx why?
Super is a private member of the current class , representing the parent class,Super.super means to access private members of the parent class , which is impossible to access.
2.
Public
class
pp
The procedure is as follows:
Class c{
public static void Main (String args[]) {
int a[][] = {{1,2,3},{4,5,6}};
int b[][] = new Int[a.length][a[0].length];
System.arraycopy (a,0,b,0,a.length); Copy an array via the arraycopy () function
B[0][0] = 4;
From SVN to git also have four or five months of time, also encountered some problems, but also feel strong git, users know, here is not many words, git the only thing that can not be implemented is: not like SVN, for subdirectories to set
Virsh List--all
Virsh shutdown boe
Copying VM definition files
==============
Virsh dumpxml boe >/tmp/platform.xml
What needs to be modified: UUID (Uuidgen), name, disk, Mac
uuidgen:4d4e9ccf-4bcc-46e3-be37-63f932875072
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.