服务器端:
#yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel perl-devel
##wget https://github.com/git/git/archive/v2.2.0.tar.gz
#tar zxvf git-2.2.0.tar.gz
#cd git-2.2.0
#make ...
分类:
其他好文 时间:
2015-01-28 13:02:13
阅读次数:
138
The Git Parable:Git传说-------- 毛球子好为人师原文地址:http://tom.preston-werner.com/2009/05/19/the-git-parable.html译文地址:http://maoqiuzi.github.io/translation/gith...
分类:
其他好文 时间:
2015-01-28 12:50:49
阅读次数:
263
在本地创建和远程分支对应的分支,使用git checkout -b branch-name origin/branch-name,本地和远程分支的名称最好一致;建立本地分支和远程分支的关联,使用git branch --set-upstream branch-name origin/branch-n...
分类:
其他好文 时间:
2015-01-28 12:45:28
阅读次数:
149
一. 下载官方源码?https://github.com/golang/mobile git?clone?https://github.com/golang/mobile.git 二. 将mobile目录移动到 $gopath/golang.org/x中 mkdir?-p?$gopath/golang.org/x?&&?mv?mobile?$...
分类:
移动开发 时间:
2015-01-28 11:25:22
阅读次数:
436
ECharts-Java类库地址:http://git.oschina.net/free/ECharts
百度ECharts地址:http://echarts.baidu.com/
大概在5个月前的时候,有个项目需要用到图表,百度ECharts很不错,就选择了ECharts。
我的项目是SpringMVC + Mybatis,当从数据库获取数据后,我不知道该如何处理这些数据了,是传到前台拼ECharts的Option结构还是在后台拼Option的JSON结构?...
分类:
编程语言 时间:
2015-01-28 11:16:24
阅读次数:
805
1. 安装ctags
root@linux:~# apt-get install ctags
2. 设置内核目录的ctags
root@linux:/study/linux-git/linux-git/linux-3.18.3# ls
arch Documentation include kernel net security
bl...
分类:
系统相关 时间:
2015-01-27 23:35:31
阅读次数:
457
如果没有安装Git,可以直接登陆https://git.oschina.net/。代码情况和每天代码的更改情况都会提醒。如果能使用Git协作就更方便了。eclipse可以直接安装Egit获取代码。如果要在windows系统下运行,需要安装mingw,cdt。Linux下不用那么麻烦,直接安装Ecli...
分类:
系统相关 时间:
2015-01-27 21:43:46
阅读次数:
214
from:http://hi.baidu.com/mvp_xuan/blog/item/2ba062d8cd2c9fc939012fae.html关于linux上建库等操作请看文章:http://hi.baidu.com/mvp_xuan/blog/item/30f5b700a832f0261d95...
【git教程】以前在网上找过一些,见http://www.wojilu.com/Forum1/Topic/702我自己会一边学,一边写教程,过程中有不明白的,会跟大家请教交流。--------------------------------注册官网:https://github.com/ 点击网站首...
分类:
其他好文 时间:
2015-01-27 20:16:29
阅读次数:
251