码迷,mamicode.com
首页 >  
搜索关键字:pull    ( 3869个结果
eclipse git 报错:the current branch is not configured for pull No value for key branch.xxx.merge found
eclipse git 报错:the current branch is not configured for pull No value for key branch.xxx.merge found in configuration 如图: 这是因为 在用gui创建分支的时候 config文件没有创建branch 在config文件加上 [branch "xxx"] ...
分类:系统相关   时间:2014-06-05 05:15:19    阅读次数:326
开发工具之Eclipse(三)
1. Java代码的重构1. Java代码的重构 重构, 改善既有代码的设计 面向对象代码, 减少重复代码 Student 全部换成 Students 导入包, 就在上述Rename下选择Move进行包之间的移动 修改方法名称, 选中方法名称, 右键 上述操作中选择Pull up/Push do.....
分类:系统相关   时间:2014-05-31 17:07:23    阅读次数:399
docker基础教程
docker基础教程Docker使用基本教程Docker中文文档1.启动docker--有两种方式如果你是二进制安装的,你可以使用sudo /docker -d &来启动如果你是apt-get安装的你可以用service docker start开启2.搜索安装镜像官方安装方式docker pull...
分类:其他好文   时间:2014-05-29 18:57:30    阅读次数:788
Git 使用流程
目录一、Git安装安装Git客户端在OSChina创建项目Git Gui简单使用(项目的clone、commit、pull、push)二、Eclipse中Git的使用三、Pull Request使用 (代码审核)一、Git安装 1、安装Git客户端 Git gui下载地址:msysgit,这...
分类:其他好文   时间:2014-05-29 04:15:12    阅读次数:509
Girls Jordan 6 Carmine for Womens 2014
The most known area of theJordan 6 Carminemay be the two-finger pull-up tongue and also the button lower shroud that hides top of the a part of its la...
分类:其他好文   时间:2014-05-26 21:03:46    阅读次数:333
非常简单的XML解析(SAX解析、pull解析)
这里只是把解析的数据当日志打出来了 非常简单的xml解析方式 1 package com.example.demo.service; 2 3 import java.io.IOException; 4 import java.io.InputStream; 5 6 import ...
分类:其他好文   时间:2014-05-23 04:12:53    阅读次数:308
Android之旅十四 android中的xml文件解析
在我们做有关android项目的时候,肯定会涉及到对xml文件的解析操作,下面给大家介绍一下xml文件的解析,包含DOM、SAX、Pull以及以前我们用到的DOM4J和JDOM:    要解析的XML文件:person.xml zhangsan 25 lisi 23    创建person实体类: package cn.itcast.domain; ...
分类:移动开发   时间:2014-05-15 13:10:15    阅读次数:368
git常用命令
git 是个好东西,刚从svn转过来还不适应,团队使用:合并个人分支:git commit #(提交至本地)git pull #(将服务器项目与本地项目合并)git push #(将本地项目上传至服务器)(在提交前要git pull --rebase一下,确保当前的本地的代码为最新。)合并测试分支:...
分类:其他好文   时间:2014-05-12 07:50:02    阅读次数:289
git/ TortoiseGit 在bitbucket.org 使用证书登陆
背景:使用https协议在bitbucket中进行pull,push 时每次都要输入密码,比较麻烦还耽误时间,在网上找了下保存密码的方式 使用在用户环境变量中配置_netrc 文件的方式(http://blog.csdn.net/dai_zhenliang/article/details/18653...
分类:其他好文   时间:2014-05-09 07:23:20    阅读次数:797
Android在线升级相关笔记一(解析服务器版本与当前版本比较)
doc application/msword      xls  application/msexcel      pdf  application/pdf    zip  application/zip    rar  application/rar    txt  application/txt    chm  application/...
分类:移动开发   时间:2014-05-07 22:56:57    阅读次数:544
3869条   上一页 1 ... 384 385 386 387 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!