git clone learned –single-branch option to limit cloning to a single branch (surprise!); tags that do not point into the history of the branch are not fetched.
Git actually allows you to clone only one branch, for example:1
$ git clone -b mybranch --single-branch git://sub.domain.com/repo.git
Js Clock
- Js Clock
1
2
3
4
5
6
7
8
9
10
11var time = 0;
setInterval(function(){
time ++;
console.log(time);
} , 1000);
var time = 0;
setTimeout(function(){
time ++;
console.log(time);
} , 1000);
Multiple Phone Web-Based Application Framework
- Web App FrameWork List(One Part)
A multiple phone web-based application framework is a software framework
that is designed to support the development of phone applications that are
written as embedded dynamic websites and may leverage native phone
capabilities, like geo data or contact lists.
Mysql Useful Commands
Mysql useful commands.
How Programmers Should Learn English
How programmers should learn English
Vim Higlight Tab Command
- Higlight Tab in vim
1
2
3
4: match Error /\t\
^ ^
| |
color pattern - higlight command in vim will show your all 256 colors, You can replace color name with these 256 color names:
1
: higlight
Git Auto Completion and Some Log Commands
- you should learn to use tab to show all git command. (Use Git Auto-Completion)
每天冥想五分钟
每天冥想五分钟
Git Advanced Command
Some Git Advanced Command
stash/rebase/blame/
Linux Grep Command
Linux Grep Command
Linux Find Command
Linux Find Command
Change New Installed Mysql Root PassWord
When you Install Mysql sudeently. You should dont know root pass. You need change your root pass:
At first time login mysql, you don’t need password.
Web Front End Stack
Web Front End Stack Graph
Singapore Condo
大巴窑7年多来首个崭新公寓发售 GEM Residence, 1房才$57万8起, 楼盘预计 2020 年4月完工,99年地契,靠近Braddell MRT地段非常好,578 个单位,想买房的可以关注下。
8 Things Really Efficient People Do
Most everyone would like to be more efficient. Just think, you would spend less time doing the things that you don’t enjoy and more on the things that bring satisfaction, happiness and profit. Some people are actually very adept at efficiency. They manage every manageable moment so they have more time for themselves to do the things they love. Here are eight techniques efficient people use to gain that freedom.
Scala Programing Habit
Programming 3 Principle
- Keep it Simple Stupid
- Don’t Repeat Yourself
- You Aren’t Gonna Need It
Scala Match Expression
Scale Match Expression
Linux Root Directory
Linux Root Directory And Files