E兼容CSS3圆角border-radius,box-shadow,text-shadow的方法1.下载ie-css3.htc2.CSSbox { -moz-border-radius: 15px; /* Firefox */ -webkit-border-radius: 15px; /* Safa...
分类:
Web程序 时间:
2014-11-25 10:35:43
阅读次数:
170
Opencv中处理图像平滑的手段主要有4种:箱式滤波器、高斯滤波器、中值滤波器、双边滤波器。1. 箱式滤波器 Normalized Box Filter箱式滤波器将当前像素的值替换为所有kernel范围内像素的值的平均值。公式如下:如果是3x3的核,则它对应的核是1/9 * [1, 1, 1; 1,...
分类:
其他好文 时间:
2014-11-24 11:49:48
阅读次数:
262
今天制作网站自适应中,遇到一个问题:如果使用定位居中法, 在电脑端设置溢出隐藏起作用, 而在移动端中,右边溢出却可以向右滑动。具体代码如下:body { overflow-x:hidden;}.box { position:absolute; left:50%; width:500px; ...
分类:
移动开发 时间:
2014-11-24 11:27:37
阅读次数:
711
function ajaxFileUpload() { var File_box = document.getElementById('Download_file'); //var extend = File_box.value.substring(File_box.value.lastIndex....
分类:
数据库 时间:
2014-11-24 09:58:05
阅读次数:
194
ZooKeeper 秘诀 与解决方案A Guide to Creating Higher-level Constructs with ZooKeeperOut of the Box Applications: Name Service, Configuration, Group Membership...
分类:
其他好文 时间:
2014-11-23 18:52:51
阅读次数:
339
OpenCASCADE Make Primitives-Box eryar@163.com Abstract. By making a simple box to demonstrate the BRep data structure of the OpenCASCADE. The construction method is different from BRepPrimAPI_MakeB...
分类:
其他好文 时间:
2014-11-23 14:35:50
阅读次数:
290
Problem Description
A balanced number is a non-negative integer that can be balanced if a pivot is placed at some digit. More specifically, imagine each digit as a box with weight indicated by the ...
分类:
其他好文 时间:
2014-11-23 00:44:31
阅读次数:
244
//------------------使用延时定时器完成提示框的延迟消失delayPrompt This is the delayPromptBox. Show Box.
分类:
其他好文 时间:
2014-11-22 14:36:59
阅读次数:
156