码迷,mamicode.com
首页 >  
搜索关键字:conflict    ( 240个结果
fpmmm(mpm)监控mysql模块安装
zabbix mpm监控mysql是一个蛮不错的监控模块,不过最近官网已经不叫mpm了,而是叫fpmmm,理由为: fpmmm is the successor of mpm. mpm was renamed to fpmmm because of the naming conflict with ...
分类:数据库   时间:2016-04-21 13:25:44    阅读次数:303
(.DS_Store)避免多人提交代码到GitHub上起冲突
在多人合作的项目里,git pull origin master执行完之后出现以下问题: Auto-merging .DS_Store CONFLICT (content): Merge conflict in .DS_Store Automatic merge failed; 原因是.DS_Sto ...
分类:其他好文   时间:2016-04-18 20:42:07    阅读次数:440
git提交时的冲突处理
转自http://www.cnblogs.com/mengdd/p/3585038.html 当两条分支对同一个文件的同一个文本块进行了不同的修改,并试图合并时,Git不能自动合并的,称之为冲突(conflict)。解决冲突需要人工处理。 比如当前在master分支,想把dev分支merge过来,结 ...
分类:其他好文   时间:2016-04-11 20:45:20    阅读次数:133
SVN冲突解决:当次提交的和上次提交的出现冲突
转载于知蚁博客,文章地址:http://www.letuknowit.com/archives/svn-conflict-resolution 看到那个*了吧,出现这个标记就说明本地副本的文件已经过期了,需要执行svn update了。 额滴个小心脏啊,又出错了,还要做选择题,纠结啊,纠结前还是看看 ...
分类:其他好文   时间:2016-04-04 11:41:02    阅读次数:306
SVN的使用
1.Subversion的基本概念: Repository(文件仓库) Workcopy(工作副本) Checkout(取出) Commit(提交) Update(更新) Revision(修订版本) Tag(标签) Branch(分支) Conflict(冲突) 2.Subversion的基本操作 ...
分类:其他好文   时间:2016-03-28 21:46:15    阅读次数:240
SCSI reservation conflicts trying to use a shared disk on RHEL in a VMware environment
Mar2215:17:18xyzdbkernel:sd3:0:1:0:[sdc]Unhandlederrorcode Mar2215:17:18xyzdbkernel:sd3:0:1:0:[sdc]Result:hostbyte=DID_OKdriverbyte=DRIVER_OK Mar2215:17:18xyzdbkernel:sd3:0:1:0:[sdc]CDB:Read(10):280004cc532f00001000 Mar2215:17:22xyzdbkernel:sd3:0:3:0:reserv..
分类:系统相关   时间:2016-03-23 06:41:12    阅读次数:577
MDT2013折腾记-UDP端口冲突
错误报告:原因:我的DHCP服务器也使用了66、67端口,WDS也使用了相同端口。解决办法http://www.danielclasson.com/guide-solving-wds-issue-with-dhcp-port-conflict/HaveyoueverinstalledWDSandDHCPonthesameserver?Usuallythisdoesn’tcauseaproblem,butinsomecases,youwill..
分类:其他好文   时间:2016-03-03 14:59:17    阅读次数:263
GIt 解决冲突
1 同步工作空间 pull 。冲突解决了就add to index 。可以提交2 提交的时候报repository status conflict,需要add to index.
分类:其他好文   时间:2016-01-19 12:19:33    阅读次数:98
VIM Ctrl-V Conflict with Windows Paste
本文主要是为了记录在Windows上面使用VIM时遇到的Ctrl+V不能进入Visual块模式的问题。
分类:Windows程序   时间:2015-12-27 09:36:41    阅读次数:478
svn: Aborting commit: ‘‘.settings‘ remains in tree
svn: Aborting commit: ‘E:\MyEclipse2013\WorkspacesStarnet\BillSystem\.settings‘ remains in tree-conflict错误的解决方法 在工程上进行提交(Commit)操作时,报以下错误: svn: Aborting commit: ‘E:\MyEc...
分类:其他好文   时间:2015-11-11 19:30:33    阅读次数:201
240条   上一页 1 ... 16 17 18 19 20 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!