码迷,mamicode.com
首页 >  
搜索关键字:closed    ( 3269个结果
开闭原则(open-close principle)
对继承开放、对修改关闭(继承了就不能修改原来父类的方法) Open for extension Closed for modification...
分类:其他好文   时间:2015-04-01 19:57:43    阅读次数:123
easyui窗口(window)越界问题--限定easyui窗口(window)活动范围
在使用easyui窗口(window)时遇到一个问题,在窗体拖拽或改变大小时,如果超出浏览器范围,就回不来了. 因为浏览器不会显示滚动条.还要重新刷新页面. 于是我写了一个方法来实现限定窗体的活动范围(只能显示在浏览器可视范围中):         data-options="modal:true,closed:true,minimizable:false,iconCls:'ic...
分类:Windows程序   时间:2015-04-01 11:27:37    阅读次数:179
Intervals poj 1201 差分约束系统
IntervalsTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 22503Accepted: 8506DescriptionYou are given n closed, integer intervals [ai, bi] and...
分类:其他好文   时间:2015-03-29 00:28:56    阅读次数:140
Linux 查看网络连接状态
CLOSED:无连接是活动的或正在进行ESTABLISED:已建立连线的状态;SYN_SENT:发出主动连线 (SYN 标志) 的连线封包;SYN_RECV:接收到一个要求连线的主动连线封包;FIN_WAIT1:该插槽服务(socket)已中 断,该连线正在断线当中;FIN_WAIT2:该连线已挂断...
分类:系统相关   时间:2015-03-28 20:22:10    阅读次数:1158
java.lang.IllegalStateException: Zip File is closed
最近在研究利用sax读取excel大文件时,出现了以下的错误:java.lang.IllegalStateException: Zip File is closedat org.apache.poi.openxml4j.util.ZipFileZipEntrySource.getEntries(Zi...
分类:编程语言   时间:2015-03-16 14:09:23    阅读次数:167
1013. Battle Over Cities
It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that city are closed. We must know immediately if we nee...
分类:其他好文   时间:2015-03-11 14:57:06    阅读次数:154
java.io.IOException: Stream closed 异常的原因和处理
java.io.IOException:Streamclosed多个线程索引同一个inputstream,当某一个thread在执行完之后,把这个inputstream关闭了;而此时正在从这个inputstream流中读取信息的线程就会抛出java.io.IOException:Streamclosed异常。终于找到这个异常的根源所在,原来是两个页面同时调用..
分类:编程语言   时间:2015-03-04 19:23:37    阅读次数:1535
JS只弹出一个居中弹出窗口
var newWindow;//定义一个窗口,有利于窗口间的通讯function makeNewWindow(url) { if (!newWindow || newWindow.closed) { var width = 400; var height = 300; var left = pa.....
分类:Web程序   时间:2015-03-04 09:41:40    阅读次数:152
poj1201/zoj1508/hdu1384 Intervals(差分约束)
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudIntervalsTime Limit: 10 Seconds Memory Limit: 32768 KBYou are given n closed, integer intervals [ai...
分类:其他好文   时间:2015-02-27 21:32:46    阅读次数:210
用Github管理debug进度
Github上有个按钮 Issues 可以用来管理和跟进project存在的问题: 点进去后: 存在的问题被清晰地归类存档,如 3 Open, 6 Closed。还有标签 bug, enhancement。让我们进入一个已经closed的issue: 就会见到这个issue的题目和具体描述,以及标签,比如这个是个bug。 还有Assignee(受托者),这个issue的受托者是ruigula...
分类:其他好文   时间:2015-02-26 13:32:29    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!