码迷,mamicode.com
首页 >  
搜索关键字:spread 表格组件    ( 324个结果
(HDU)1194 -- Beat the Spread!(球场赌徒)
题目链接:http://vjudge.net/problem/HDU-1194 给你两个非负整数的和以及差的绝对值,求出这个两个数,不存在输出impossible 坑爹的地方,如果两个数的和是一个奇数,整数解不存在。 ...
分类:其他好文   时间:2016-12-05 01:26:47    阅读次数:134
从Discuz!NT项目文件结构看如何给系统框架分层和类库分文件夹
以下为Discuz!NT的文件夹根目录: 类库图: 从上面两个图可以看出: 1、dnt对于类库的分层是通过名称的层级来区分的,如Discuz.Plugn和Discuz.Plugin.Spread 2、在文件夹的分层上也是遵循第1种形式(除了Admin项目,Admin项目使用了子站点的技术,所以是包含 ...
分类:Web程序   时间:2016-11-28 07:37:02    阅读次数:203
【2016.11.22】css实现几个效果
1、阴影box-shadow 语法:box-shadow: h-shadow v-shadow blur spread color inset; h-shadow必需。水平阴影的位置。允许负值。 v-shadow必需。垂直阴影的位置。允许负值。 blur可选。模糊距离。但其值只能是为正值,如果其值为 ...
分类:Web程序   时间:2016-11-24 09:18:39    阅读次数:156
[LeetCode] 452 Minimum Number of Arrows to Burst Balloons
There are a number of spherical balloons spread in two-dimensional space. For each balloon, provided input is the start and end coordinates of the hor ...
分类:其他好文   时间:2016-11-16 11:50:34    阅读次数:204
[LeetCode] Minimum Number of Arrows to Burst Balloons 最少数量的箭引爆气球
There are a number of spherical balloons spread in two-dimensional space. For each balloon, provided input is the start and end coordinates of the hor ...
分类:其他好文   时间:2016-11-10 14:06:18    阅读次数:225
css3 box-shadow属性 鼠标移动添加阴影效果
基本语法:{box-shadow:[inset] x-offset y-offset blur-radius spread-radius color} 对象选择器:{box-shadow:[投影方式] X轴偏移量 Y轴偏移量 阴影模糊半径 阴影扩展半径 阴影颜色} box-shadow属性的参数设置 ...
分类:移动开发   时间:2016-11-05 12:24:52    阅读次数:322
CSS3的box-shadow
box-shadow:none inset x-offset y-offset blur-radius spread-radius color 参数: inset : 可选值,默认为外阴影。 x-offset :可正,可负,正表示偏右,负偏左 y-offset:可正,可负,正表示偏下,负偏上 blu ...
分类:Web程序   时间:2016-11-04 23:22:02    阅读次数:326
css中box-shadow阴影效果的使用
text-shadow是给文本添加阴影效果,box-shadow是给元素块添加周边阴影效果。随着HTML5和CSS3的普及,这一特殊效果使用越来越普遍。 基本语法是{box-shadow:[inset] x-offset y-offset blur-radius spread-radiuscolor ...
分类:Web程序   时间:2016-11-04 16:18:05    阅读次数:316
CSS3阴影 box-shadow的使用和技巧总结
text-shadow是给文本添加阴影效果,box-shadow是给元素块添加周边阴影效果。随着HTML5和CSS3的普及,这一特殊效果使用越来越普遍。 基本语法是{box-shadow:[inset] x-offset y-offset blur-radius spread-radiuscolor ...
分类:Web程序   时间:2016-11-02 14:24:47    阅读次数:207
《理解 ES6》阅读整理:函数(Functions)(三)Function Constructor & Spread Operator
增强的Function构造函数(Increased Capabilities of the Function Constructor) 在Javascript中Function构造函数可以让你创建一个新函数,不过这个功能并不经常使用。Function构造函数接收函数参数和函数体作为参数,参数都必须是 ...
分类:其他好文   时间:2016-10-21 13:06:44    阅读次数:128
324条   上一页 1 ... 17 18 19 20 21 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!