码迷,mamicode.com
首页 >  
搜索关键字:git add    ( 66339个结果
批处理获取拖入文件信息
@ECHOOFFecho%1:获取拖入文件完整路径。如:"E:\DDC\add.txt"echo%~1:获取拖入文件完整路径,并去掉首尾引号。如:E:\DDC\add.txtecho%~nx1:获取拖入文件文件名及后缀。如:add.txtecho%~n1:获取拖入文件文件名。如:addecho%~x...
分类:其他好文   时间:2014-04-30 04:19:39    阅读次数:500
Git和Repo管理使用
Git和Repo管理使用简要介绍 http://blog.csdn.net/stevenhu_223/article/details/8828130在Linux平台下进行Android系统项目开发时,需要git或repo管理。 一. Git和Repo的区别: 1. Git:Git是一个开源的分布.....
分类:其他好文   时间:2014-04-30 04:17:34    阅读次数:462
ahjesus ubuntu10.4安装ruby2.1.1
sudo apt-get install python-software-propertiessudo apt-add-repository ppa:brightbox/ruby-ngsudo apt-get updatesudo apt-get install ruby2.1ruby2.1 -vr...
分类:其他好文   时间:2014-04-28 14:18:29    阅读次数:445
JS获取图片的缩略图,并且动态的加载多张图片
找了好多资料也没有找到该死的ie的解决办法,最后放弃了iejs获取缩略图 Add files...
分类:Web程序   时间:2014-04-28 08:56:56    阅读次数:737
[leetcode] Add Binary
Given two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"100".给定两个二进制的字符串,返回他们的和。对于a,b两个二进制字符串,首先通过交换使a的长度小于b...
分类:其他好文   时间:2014-04-28 02:05:20    阅读次数:502
How can I add a new user as sudoer using the command line?
Two ways to use sudo command for a standard user account:First,If you want to use sudo command for a standard user account, then you need to add this ...
分类:其他好文   时间:2014-04-28 00:42:49    阅读次数:616
线段树 FOJ 2174
FOJ 2174区间跟新,区间询问: 1 #include 2 #include 3 #include 4 #define lson l,mid,rt>1;18 if(add[rt]!=0){19 add[rt>1;34 if(L>1;45 build(...
分类:其他好文   时间:2014-04-27 21:36:09    阅读次数:460
Ubuntu Linux下通过代理(proxy)使用git上github.com
github.com,作为程序员的代码仓库,我们经常会用到。但有时候我们不能直接通过网络链接它,只能通过代理。 这里我有一台代理服务器,起初我以为在终端设置了代理环境就行了,其设置为在你的~/.bashrc里增加以下几行: export http_proxy="http://proxy-server:3128/" export https_proxy="http://proxy-server:...
分类:系统相关   时间:2014-04-27 19:50:27    阅读次数:1181
myeclipse中配置spring xml自动提示
这是一篇分享技巧的文章:myeclipse中配置spring xml自动提示。 ① window -> preferences -> MyEclipse -> Files and Editors -> XML -> XML Catalog ② 选择User Specified Entries,点击add按钮弹出一个选框,填入以下三项 i. Location: D:\baidu...
分类:编程语言   时间:2014-04-27 17:49:51    阅读次数:667
66339条   上一页 1 ... 6632 6633 6634
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!