决定将C#Light和C#Evil合并成一个项目,毕竟C#Evil包含C#Light所有的功能,分开两个,基本的表达式方面有什么bug还得两头改 暂时就C#Light/Evil这么叫吧,庆祝合体,画了个新图标。 一周内会迁移完毕 记住C#Light/Evil的地址 http://git.cltri....
分类:
其他好文 时间:
2014-07-31 13:08:06
阅读次数:
261
https://developers.facebook.com/docs/ios/share/cnhttps://github.com/fbsamples/ios-howtoshttps://developers.facebook.com/docs/ios/getting-startedios6以后...
分类:
移动开发 时间:
2014-07-31 12:41:16
阅读次数:
366
1. apt-get 源更新$ sudo apt-get update$ sudo apt-get upgrade2. git & Github$ sudo apt-get install git-all xclip$ git config --global user.name "Jackon Ya...
分类:
其他好文 时间:
2014-07-31 02:59:15
阅读次数:
174
最近要在虚拟机上安装 git ,然后托管一个项目,搞得我是焦头烂额。今天下午我卸载了vmware workstation ,但是奇怪的事就发生了,我的google chrome 浏览器没法浏览网页了。打开浏览器就出现了以下的界面:这时我输入了搜狐主页也出现了类似的提示,我想可能是 DNS 出错了,接...
1. Git概念1.1. Git库中由三部分组成 Git 仓库就是那个.git 目录,其中存放的是我们所提交的文档索引内容,Git 可基于文档索引内容对其所管理的文档进行内容追踪,从而实现文档的版本控制。.git目录位于工作目录内。1) 工作目录:用户本地的目录;2) Index(索引):将工作目录...
分类:
其他好文 时间:
2014-07-30 23:38:15
阅读次数:
365
假设repository的名字叫hello-world:1.创建一个新的repository:先在github上创建并写好相关名字,描述。$cd ~/hello-world //到hello-world目录$git init //初始化$git add . ...
分类:
其他好文 时间:
2014-07-30 23:37:15
阅读次数:
264
Modern flowchart for mobile, server, and etc.. communicationThis has something to do with these source codes:For the server side,https://github.com/xr...
$gitinit从当前目录初始化$gitclonegit://xxxx从远程仓库克隆$gitstatus确定哪些文件当前处于什么状态$gitadd开始跟踪一个新文件$gitdiff比较工作目录中当前文件和暂存区域快照之间的差异(修改之后还没有暂存起来的变化内容)$gitdiff--cached比较已...
分类:
其他好文 时间:
2014-07-30 23:19:25
阅读次数:
268
### Anaconda == Build == - 获取源码:git clone git://git.fedorahosted.org/git/anaconda.git - 安装依赖包: sudo yum install libtool $(grep ^BuildRequires: anaconda.spec.in | awk ‘{print $2}‘) - 安装...
分类:
其他好文 时间:
2014-07-30 21:02:34
阅读次数:
465
Android Branch and master source code merge(patch)...
分类:
移动开发 时间:
2014-07-30 20:59:14
阅读次数:
299