码迷,mamicode.com
首页 >  
搜索关键字:resize border    ( 12446个结果
css圆角矩形属性
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
分类:Web程序   时间:2014-05-27 01:52:43    阅读次数:184
css的img移上去边框效果
.v_comment img{ height:36px; height:36px; float:left; padding:1px; margin:2px; border: 1px solid #ddd; }.v_comment img:hover{border: 1px solid #ccc; -...
分类:Web程序   时间:2014-05-27 01:31:52    阅读次数:264
c++ stl algorithm: std::fill, std::fill_n
std::fill 在[first, last)范围内填充值#include #include #include int main(){ std::vector v; v.resize(10); std::fill(v.begin(), v.end(), 100); retu...
分类:编程语言   时间:2014-05-24 05:15:36    阅读次数:320
如何处理 jQuery $(window).resize() 中的方法被多次执行的小问题
引言:估计很多同志们在编写浏览器resize()的方法时,都会遇到这样的情况:当拖动浏览器的边角时,页面中的一些效果随浏览器大小的改变而触发,这一过程开始到结束,resize() 中的方法被执行了多少次?jquery$(window).resize() 和 javascript window.onr...
分类:Windows程序   时间:2014-05-23 12:36:30    阅读次数:864
Oracle 数据文件管理
1、手工改变数据文件的大小 SQL>conn / as sysdba SQL>Createtablespace exampletb Datafile 'E:\ examp01.dbf' size 10M ; SQL>alter database datafile 'E:\examp01.dbf' resize 20m; SQL>alter database datafile 'E:\exa...
分类:数据库   时间:2014-05-22 07:42:15    阅读次数:374
HOG算法总结
1.HOG特征提取所针对的图像的尺寸是固定的。输入的图像应首先resize到这个尺寸。2.尺寸的划分3个等级:window,block,cell window即输入的需要提取特征的图片大小。然后将window划分为众多block,这些block之间有相互重叠的部分。 每一个block又划分为...
分类:其他好文   时间:2014-05-20 09:09:47    阅读次数:437
比较IE6, IE8, IE11 之间的差别
文档申明为 1.盒子模型IE6:(使用 !DOCTYPE 声明指定 standards-compliant 模式)margin-left + border-left + padding-left + width + padding-right + border-right + margin-righ...
分类:其他好文   时间:2014-05-19 13:45:48    阅读次数:2052
给thinkphp加个分页样式
1、css样式1.fpage{text-align:center;clear:both;padding-top:10px;}2.fpage a{font-size:14px;border:1pxsolid#ccc;padding:3px;box-shadow:0px0px3px#bbb;}3.fpa...
分类:Web程序   时间:2014-05-19 10:27:42    阅读次数:376
table border 和css border的区别
1 1 2 cool 1 1 2 border...
分类:Web程序   时间:2014-05-18 15:23:31    阅读次数:306
利用+=n连续保存或者输出n个数
for (int k = 0; k if (((k + 1) % 2) != 0) { m1 = (MealEntity) list.get(k); %> "> src="mealImg/.jpg" width="148" height="126" border="0" /> : 原价:人民币元 现价:人民币 元 "> ...
分类:其他好文   时间:2014-05-18 14:07:40    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!