下载远程仓库 git clone 分支管理删除本地分支 $git branch -d $git
branch -D 查看所有分支 $git branch -a删除远程分支 $git push origin :git v1.7.0之后 $git push
origin --delete ...
分类:
其他好文 时间:
2014-06-06 16:40:23
阅读次数:
174
摘自:Android
SDK更新以及ADT更新出现问题的解决办法http://blog.sina.com.cn/s/blog_4a94a0db0100y4h7.html十分感谢原作者!!!问题描述使用SDK
Manager更新时出现问题Failed to fetch URL https://dl-s...
分类:
移动开发 时间:
2014-06-06 09:24:26
阅读次数:
383
1.运行终端,执行命令行进入missing file目录,然后运行svn delete
nameOfMissingFile或git rm nameOfMissingFile2.删除隐藏的.svn文件。命令行运行defaults write
com.apple.finder AppleShowAllF...
分类:
其他好文 时间:
2014-06-03 16:20:06
阅读次数:
405
@@fetch_status是MicroSoft SQL
SERVER的一个全局变量其值有以下三种,分别表示三种不同含义:【返回类型integer】0 FETCH 语句成功-1 FETCH
语句失败或此行不在结果集中-2 被提取的行不存在@@fetch_status值的改变是通过fetch next...
分类:
其他好文 时间:
2014-06-03 14:45:24
阅读次数:
301
2014-06-02 BaoXinjian一、汇总1. 显示游标2. 隐身游标3. 动态游标REF
Cursor4. 游标的四属性二、分步解析1.
显示游标游标从declare、open、fetch、close是一个完整的生命旅程DECLARECURSORget_wip_cur(c_wip_enti...
分类:
数据库 时间:
2014-06-02 15:52:21
阅读次数:
390
Git使用教程github不是特别的稳定,而且英文太多难以辨别,所以使用了JD的开源git。在我的理解来开git像是一个虚拟主机或者一个ftp服务器。常见的端口:ftp
21tcpssh 22tcpwww 80dns 53tcp 53udp我们可以使用ssh命令测试链接虚拟主机#ssh-T g...
分类:
其他好文 时间:
2014-06-02 15:46:57
阅读次数:
421
Crashing RobotsDescriptionIn a modernized
warehouse, robots are used to fetch the goods. Careful planning is needed to
ensure that the robots reach th...
分类:
其他好文 时间:
2014-06-02 13:13:23
阅读次数:
283
Heritrix可分为四大模块:
1、控制器CrawlController
2、待处理的uri列表 Frontier
3、线程池 ToeThread
4、各个步骤的处理器
(1)Pre-fetch processing chain:主要处理DNS-lookup, robots.txt,认证,抓取范围检查等。
(2)Fetch Processing chain:抓取处理器。对于每个协议...
分类:
其他好文 时间:
2014-06-02 03:00:49
阅读次数:
419
创建仓库 新建普通仓库: jxdong@ubuntu-server:~/workspace/git$ git init
Reinitialized existing Git repository in /home/jxdong/workspace/git/.git/
新建 bare 仓库:
jxdong@ubuntu-server:~/workspace/git.git...
分类:
其他好文 时间:
2014-06-01 09:38:36
阅读次数:
269