Grid Size For .col-mdWe started designing our site using thecol-md-*classes. These classes target what screen size?PhonesTabletsLaptopsDesktopsGrid Si...
分类:
其他好文 时间:
2015-03-02 00:59:23
阅读次数:
466
1.后台界面框架主页面<bodyclass="easyui-layout"><divdata-options="region:‘north‘,split:false,border:true"style="overflow:hidden;height:80px;background-color:#d8e4fe;"><divclass="footer">欢迎xxxx登陆</div></div><divdata-option..
分类:
其他好文 时间:
2015-03-01 22:31:40
阅读次数:
254
1 外围设备操作前先发送一个信号给处理器2 处理器接到终止信号后 把当前进行的任务数据压入堆栈3 处理器根据信号取相应位置取数据处理4 处理完成后 取出堆栈的数据继续执行原先操作以下为The Hidden Language of Computer Hardware and Software 译文原文...
分类:
其他好文 时间:
2015-03-01 22:20:16
阅读次数:
175
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN | WindowManager.LayoutParams.SOFT_INPUT_ADJUST_UNSPECIF...
分类:
其他好文 时间:
2015-02-28 12:58:02
阅读次数:
130
项目中常常有同学遇到这样的问题,现象是给元素设置了overflow:hidden,但超出容器的部分并没有被隐藏,难道是设置的hidden失效了吗?其实看似不合理的现象背后都会有其合理的解释。我们知道,overflow属性值有这几种:visible:声明内容不会被剪裁。比如内容可能被渲染到容器外面。h...
分类:
其他好文 时间:
2015-02-27 20:11:15
阅读次数:
213
今天项目中用到这一块,是一个b2b商城,业务是别人给客户留言后,客户从会员中心的留言管理中查看,用checkbox实行多选和全选后进行批量审核首先在checkbox后加个hidden,作用见代码: string getuserid = ""; for (int i = 0; i < R...
分类:
其他好文 时间:
2015-02-27 13:23:54
阅读次数:
152
New Document
*{margin:0px;padding:0px;}
#wap{width:1180px;height:360px;
border:5px solid #ddd;margin:30px auto;
overflow:hidden;
}
#wap ul {width:11090px;height:360px;border:2p...
分类:
Web程序 时间:
2015-02-26 10:06:02
阅读次数:
179
Document
*{margin:0px; padding:0px;}
.ad{margin:120px auto;width:520px;height:280px; background:#f00;position:relative;
overflow:hidden;}
.pic{width:520px ;height:280px;/*border:1px solid ...
分类:
Web程序 时间:
2015-02-26 10:02:41
阅读次数:
197
简介“结巴”中文分词的R语言版本,支持最大概率法(Maximum Probability), 隐式马尔科夫模型(Hidden Markov Model), 索引模型(QuerySegment), 混合模型(MixSegment), 共四种分词模式, 同时有词性标注,关键词提取,文本Simhash相似度比较等功能。项目使用了Rcpp和CppJieba进行开发。特性支持 Windows , Linux操...
分类:
编程语言 时间:
2015-02-17 11:42:32
阅读次数:
376
father:after{ content:"."; height:0; visibility:hidden; display:block; clear:both; }清除"闭合(清除)浮动"的方法,主要是一下四种:1. 额外标签法这种方法就是向父容器的末尾再插入一个额外的标签,并令其清除浮动(cl...
分类:
其他好文 时间:
2015-02-16 11:29:09
阅读次数:
148