码迷,mamicode.com
首页 >  
搜索关键字:practical    ( 230个结果
[Practical Git] Show who changed a line last with git blame
When working on a file, we often want to know who made certain changes last; we can use git blame to see details about the last modification of each l ...
分类:其他好文   时间:2016-08-12 06:40:28    阅读次数:146
[Practical Git] Compare file changes with git diff
It can be helpful to see the changes between two sets of code; git diff lets us do this by comparing two Git references and outputting the differences ...
分类:其他好文   时间:2016-08-12 06:40:00    阅读次数:157
[Practical Git] Filter commit history with git log arguments
In the last lesson, we learned how to format the git log output; in this lesson we will learn how to filter down to a specific set of commits. By defa ...
分类:其他好文   时间:2016-08-11 06:23:55    阅读次数:251
[Practical Git] Format commit history with git log arguments
When running the git log command, we can pass in options as arguments toformat the data shown for each commit. In this lesson, we show how to use the  ...
分类:其他好文   时间:2016-08-10 19:21:11    阅读次数:127
[Practical Git] Switching between current branch and last checkout branch
When working on a project, it is much easier to work on features and bugs in isolation of the rest of the project. We can do this with git branches; a ...
分类:其他好文   时间:2016-08-10 06:35:13    阅读次数:175
[Practical Git] Navigate git command pager output with Unix less commands
When using a git command that can have a large amount of output (like git log, git diff, or git blame), Git opens the command output in our terminal " ...
分类:其他好文   时间:2016-08-10 06:33:05    阅读次数:139
Proxy模式
本文完整翻译自http://giorgiosironi.blogspot.com/2010/02/practical-php-patterns-proxy.html 因为搜到网上很多这个文章,最后的代码缺少了很大一部分,而且我在原文基础上,添加了memory_get_usage()使例子更方便理解 ...
分类:其他好文   时间:2016-08-06 00:24:04    阅读次数:181
妈咪,我找到了! -- 15个实用的Linux find命令示例
妈咪,我找到了! -- 15个实用的Linux find命令示例 英文原文:Mommy, I found it! — 15 Practical Linux Find Command Examples 标签: Linux 659人收藏此文章, 我要收藏66号公路 推荐于 3年前 (共 8 段, 翻译完 ...
分类:系统相关   时间:2016-07-25 16:19:49    阅读次数:238
sublime
emmet语法文档 地址:http://docs.emmet.io/cheat-sheet/ 实用的sublime插件集合 – sublime推荐必备插件 http://www.xuanfengge.com/practical-collection-of-sublime-plug-in.html s ...
分类:其他好文   时间:2016-06-23 15:56:47    阅读次数:120
perl5 第一章 概述
第一章 概述 by flamephoenix 一、Perl是什么?二、Perl在哪里?三、运行四、注释 一、Perl是什么? Perl是Practical Extraction and Report Language的缩写,它是由Larry Wall设计的,并由他不断更新和维护,用于在UNIX环境下 ...
分类:其他好文   时间:2016-05-03 07:02:47    阅读次数:123
230条   上一页 1 ... 9 10 11 12 13 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!