这个报错有些长: Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: ...
分类:
其他好文 时间:
2017-01-07 09:50:58
阅读次数:
875
1xx Informational Request received, continuing process. This class of status code indicates a provisional response, consisting only of the Status-Line ...
分类:
Web程序 时间:
2016-12-28 12:40:37
阅读次数:
280
Refer to https://discuss.leetcode.com/topic/61799/java-bit-mask-dfs-with-pruning bit mask refer to http://bookshadow.com/weblog/2016/10/02/leetcode-mi ...
分类:
其他好文 时间:
2016-12-19 09:03:22
阅读次数:
207
5、优化程序性能 1.存储器别名(memory aliasing),妨碍优化。__restrict关键字 2.消除不必要的存储器引用,使用临时变量。 6、存储器层次结构 1.寄存器0周期,cache 1-10,主存50-100. 冷不命中cold miss和冲突不命中 conflict miss。 ...
分类:
其他好文 时间:
2016-12-17 16:50:02
阅读次数:
182
svn : A:add,新增C:conflict,冲突D:delete,删除M:modify,本地已经修改G:modify and merGed,本地文件修改并且和服务器的进行合并U:update,从服务器更新R:replace,从服务器替换I:ignored,忽略 1 java.net.URLEn ...
分类:
其他好文 时间:
2016-12-15 17:19:31
阅读次数:
270
html里写:<p id="p1">我是测试炮灰</p>script里写://解决冲突方法一: jQuery.noConflict(); //此时放弃$,只能用jquery这个关键字代表jquery jQuery(function(){ jQuery('#p').hide();//此时隐藏p标签 } ...
分类:
其他好文 时间:
2016-12-10 13:11:21
阅读次数:
176
昨晚使用dockerfile生成一个镜像,中途断网了,导致p_w_picpaths的REPOSITORY出现<none>他的名字和tag都是为none错误提示:Failedtoremovep_w_picpath(bceaae03d0ea):Errorresponsefromdaemon:conflict:unabletodeletebceaae03d0ea(mustbeforced)-p_w_picpathisbeingused..
分类:
其他好文 时间:
2016-12-07 14:47:09
阅读次数:
724
git的fast-forward在之前的文章有介绍过,但是介绍的不细: http://www.cnblogs.com/charlesblc/p/5953066.html 有这篇文章详细复习一下 (Link) 通常,合并分支时,如果可能,Git会用Fast forward模式,但这种模式下,删除分支后 ...
分类:
其他好文 时间:
2016-12-05 01:55:21
阅读次数:
244
最近在学习jQuery,在网上看到有几篇关于jQuery的文章,写的不错转载过来跟大家分享一下; 一、JQuery是什么 JQuery是什么?始终是萦绕在我心中的一个问题: 借鉴网上同学们的总结,可以从以下几个方面观察。 不使用JQuery时获取DOM文本的操作如下: 1 document.getE ...
分类:
Web程序 时间:
2016-11-17 01:18:29
阅读次数:
185
jQuery学习笔记(一):入门 一、JQuery是什么 JQuery是什么?始终是萦绕在我心中的一个问题: 借鉴网上同学们的总结,可以从以下几个方面观察。 不使用JQuery时获取DOM文本的操作如下: 1 document.getElementById('info').value = 'Hell ...
分类:
Web程序 时间:
2016-11-11 00:00:00
阅读次数:
417