0%

Algorithm

Title: Longest Common Prefix
Solution: Java

Review

I always want to change the mind of my loves, but I didn’t use the good way to do it. So I read How to Change a Mind this week.

To be honesty, I can’t get this article well, it is a little hard to me. But I got the following opinions from this topic.

  1. Firstly we should think or do like the people who we want to change.
  2. For scams, we should let the people lose the faith in the person not in the scams, it will be a better way. Quote the sentence:

    “Dylan did not need to lose his faith in what his elders were saying; he needed to lose his faith in them.”

    Read more »

android 源码中,主要用 RepoGit 来进行版本管理。Repo 是一个由谷歌构建,运行在 Git 之上的仓库管理工具,其让多项目管理变得更容易,尤其对于基本的网络操作,譬如,下载由上百个项目组成的 Android 源码。

Repo 的组成和基本使用

Repo launcher

Repo 的第一部分,其是一个 Python 脚本,主要用来获取完整的 Repo 工具并转发接收到的命令 .

Repo Tool

Repo 的第二部分,由 Repo launcher 下载到 $srcDir/.repo/repo,其是主要功能部分,处理 Repo launcher 转发的命令。

Read more »

Algorithm

Title:Palindrome Number
Solution:C solution

Review

I always don’t kwnow enough about repo, so I read some articles about repo this week. These articles describe the repo Manifest format, usage of repo, repo && git , etc in detail. It helps me a lot. But I have not absorbed them yet, I need more time.

The links are as follows:
repo

Read more »

I don’t know what to share for ARTS this week. So I summarize a little knowledge of the shell.

What is a shell

A shell is a software interface that is ofthen a command line interface that enables the user to interact with the computer. In linux, we can check all supported shell via the following way.

Read more »

Algorithm

Title:Reverse Integer
Solution:C solution

Review

Because I am learnning python, I was attracted by the Learning Python: From Zero to Hero article of Medium.

This article is very good , it almost show all the python-related knowledge in a limited page. Such as , variables, conditional statements, looping, collection/array, key-value collection, iterate , classes and objects, encapsulation, inheritance, etc.

Read more »