学会这些命令,你就可以熟练的使用Git工具了,什么?想精通,那是不可能的。基本上,Git就是以下面的命令顺序学习的。文中笔记是从廖雪峰老师的Git教程中总结出来的,方面查阅命令。详细原理请看Git教程。1、基础git
config --global user.name "Your Name"设置你的...
分类:
其他好文 时间:
2014-05-26 15:40:06
阅读次数:
329
说明:下面文章中黑体字是命令行的输入,斜体是命令行的输出,汉字为正文或注释。Git
是用于Linux 内核开发的版本控制工具。与常用的CVS, Subversion
等不同,它采用了分布式版本库的方式,不必服务器端软件支持,使源代码的发布和交流极其方便。 Ubuntu上可以在“system -> ....
分类:
其他好文 时间:
2014-05-26 14:51:16
阅读次数:
305
To clone the master development repository, install
git, and run:git clone git://github.com/torvalds/linux.git v4l-dvb cd v4l-dvb
git remote add linux...
分类:
其他好文 时间:
2014-05-26 14:13:43
阅读次数:
338
我的GitHub
Page博客地址http://lakb248.github.io,大家多捧场啊
分类:
其他好文 时间:
2014-05-26 13:53:06
阅读次数:
197
本文原始路径:
https://www.zybuluo.com/Ivony/note/14074前言DbUtility v3 是一个开源的轻量级数据库访问框架,源代码通过
Apache 协议发布,可以用于商业用途。最新的版本可以通过 NuGet 进行下载,项目及源代码下载地址:https://git...
分类:
数据库 时间:
2014-05-26 13:50:02
阅读次数:
361
You have an empty repositoryTo get started you will
need to run these commands in your terminal.New to Git? Learn the basic Git
commandsConfigure Git ...
分类:
其他好文 时间:
2014-05-26 09:57:01
阅读次数:
254
编写test.cpp #include #include #include #include
#include void terminate_handler(){ char cmdline[1024] = {0,}; sprintf(cmdline,
"bash term.sh %d %d", ge...
分类:
系统相关 时间:
2014-05-26 09:34:23
阅读次数:
392
我曾经针对yii制作了
个nginx配置,其中包括了以下几项内容:rewrite规则(try_file),需要nginx0.8.6版本以上支持。针对于icon,
robots.txt文件的日志优化.svn, .git,等版本控制文件的忽略,以及Mac本身索引文件目录Yii框架本身应该禁止web访问的...
分类:
其他好文 时间:
2014-05-26 07:54:58
阅读次数:
255
step 1pfile pidstep 2根据 inode number 查找
比如bash-2.05# pfiles 2605326053: python Current rlimit: 256 file descriptors 0:
S_IFCHR mode:0620 dev:32,0 ...
分类:
其他好文 时间:
2014-05-26 07:30:09
阅读次数:
329
#!/bin/bash#LNMP(Fastcgi)#CentOS 6.3 + Nginx 1.2.x
+ PHP 5.3.15 + MySQL 5.5#2014-4-25iptables -Fiptables -Xiptables -Ziptables -A
INPUT -p tcp --dport...
分类:
其他好文 时间:
2014-05-26 06:51:33
阅读次数:
323