1. 图片宽高提示。<img src="https://pic4.zhimg.com/8345475b687c83a71e0564419b0ac733_b.jpg" data-rawwidth="635" data-rawheight="141" class="origin_image ...
分类:
Web程序 时间:
2016-11-11 14:04:34
阅读次数:
450
注册账号: 请先注册http://git.oschina.net。 请先注册http://git.oschina.net。 环境准备: 源码安装过程: 解压源码包 编译 安装 配置Git并连接到git@git.oschina.net 请参见老左的博客Xcode连接git@osc中第一步至第四步。 将 ...
分类:
移动开发 时间:
2016-11-11 13:59:10
阅读次数:
349
git push -u origin mastererror: The requested URL returned error: 403 Forbidden while accessing https://github.com/hjyoung/php-redis-in-action.git/inf ...
分类:
其他好文 时间:
2016-11-11 01:23:07
阅读次数:
167
git status FAQ: When I issue the "git status" command, I see the following "Your branch is ahead or origin/master ..." git message: What does this "Yo ...
分类:
其他好文 时间:
2016-11-10 16:33:42
阅读次数:
208
我们都知道,如果用storyBoard设置导航栏很容易,点击左右item的时候,进入下一个界面,导航栏的颜色是跟上一层的是一样的,用纯代码写的时候,可以在当前控制器,和从当前控制器进入到下一个控制器都用代码实现对导航栏的控制,但是,每次都写代码设置,很麻烦,所以,可以这样: 创建一个MainTabB ...
分类:
移动开发 时间:
2016-11-10 02:23:34
阅读次数:
204
* XMLHttpRequest cannot load http:/XXX. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is pr ...
分类:
数据库 时间:
2016-11-09 17:42:20
阅读次数:
285
Computer Science An Overview _J. Glenn Brookshear _11th Edition A subset of the imperative programming languages is the collection of languages known ...
分类:
其他好文 时间:
2016-11-09 11:13:16
阅读次数:
218
转自: 项目中用到的logback列子 某个银行项目中实际引用的Llogback实例,禁提供大家参考!!!! <!-- if debug set to true, context info always print otherwise the contex info will print when ...
分类:
其他好文 时间:
2016-11-09 11:04:24
阅读次数:
212
远程仓库相关命令 分支命令(branch) 1、如果本地分支和远程分支存在对应关系,则可以直接在分支下通过 git push 提交到远程分支。 2、查看远程仓库分支与本地仓库分支的对应关系(pull,push),如以 origin 仓库为例: 亦显示远程库 origin 里的资源 3、本地的某个分支 ...
分类:
其他好文 时间:
2016-11-08 19:47:59
阅读次数:
238
1、使用下面的关系区别这两个操作:git pull = git fetch + git mergegit pull --rebase = git fetch + git rebase 2 一、基本 git rebase用于把一个分支的修改合并到当前分支。 假设你现在基于远程分支"origin",创建 ...
分类:
其他好文 时间:
2016-11-08 13:50:47
阅读次数:
213