码迷,mamicode.com
首页 >  
搜索关键字:trunk branches and t    ( 1227个结果
Cannot update paths and switch to branch at the same time(转)
当使用git进行操作:git checkout -b local-name origin/remote-name出现错误:fatal: git checkout: updating paths is incompatible with switching branches.Did you inten...
分类:其他好文   时间:2015-10-22 00:08:06    阅读次数:479
tomcat部署问题
<?xml?version="1.0"?encoding="UTF-8"?> <Context??path="/mis"?docBase="E:\idea_space\trunk\Develop\package\pro\mis"?debug="0"?privileged="true"?reloadable="true"?> </Context> 1)配置tomcat路...
分类:其他好文   时间:2015-10-19 19:31:29    阅读次数:178
cisco设备vlan,trunk,以太网通道管理
今天介绍一下cisco设备的一些常用基本操作,比如创建vlan,绑定网线,做trunk,三层交换的使用等。这是今天的拓扑图:两个三层交换,两台pc,分别加入vlan10与20,两台三层之间做网络冗余,最后实现两台pc的通信,很简单,但使用的一个实验:1.分别在两台三层中创建vlan2.创建..
分类:系统相关   时间:2015-10-10 18:44:58    阅读次数:460
Linux - SVN下载项目
SVN下载项目本文地址:http://blog.csdn.net/caroline_wendy使用SVN。在Git上下载项目。$ mkdir chunyu_trunk//创建目录$ ls//查看列表$ svn cohttps://dev.cxxxyx.mobi/svn/android/SxxxxRx...
分类:系统相关   时间:2015-10-04 13:30:07    阅读次数:221
更新svn版本后,在更新代码报错
Eclipse 导入项目与 svn 插件关联全过程记录 今天想整理一下相关项目的前端代码以及目录结构,故利用svn客户端(TortoiseSVN 1.7.2)从trunk上新建了一个branches,然后checkout到本地. 打开Eclipse,点击 File -> ...
分类:其他好文   时间:2015-09-30 11:19:58    阅读次数:222
SVN不能提交时的处理
下面的是我的截图:EMZ3.0 qrh$ svn commit -m ""svn: E155010: Commit failed (details follow):svn: E155010: '/Users/qrh/Desktop/work/svn/emz/iOS/trunk/EMZ3.0/Trav...
分类:其他好文   时间:2015-09-28 11:32:50    阅读次数:254
OPENWRT make menuconfig错误之一
makemenuconfig rm:cannotremove`tmp/.host.mk':Permissiondenied退到trunk上级目录sudochown-R777trunk
分类:其他好文   时间:2015-09-25 12:59:04    阅读次数:149
openwrt默认不开启wifi
Openwrt默认不开启wifi,要开启的话, 修改这个文件:openwrt/trunk/package/kernel/mac80211/files/lib/wifi/mac80211.sh.滚到文件最后, 注释掉# REMOVE THIS LINE TO ENABLE WIFI:#option d...
分类:其他好文   时间:2015-09-24 12:56:23    阅读次数:268
svn相关知识点
1.查找linux操作系统:uname -a2.svn 安装:yum install -y subversion3.svn操作命令a.将文件checkout到本地目录:svn co svn://192.168.230.119/kds/code/server/trunk/html-spiderb.往版...
分类:其他好文   时间:2015-09-21 21:08:52    阅读次数:214
winform中读写SQLite数据库例子(转)
.NetSQLite数据库驱动以及System.Data.SQLite.dll下载最新地址:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wikiSQLite管理工具下载地址:http://www.cr173.com...
分类:数据库   时间:2015-09-17 19:36:28    阅读次数:288
1227条   上一页 1 ... 82 83 84 85 86 ... 123 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!