恢复内容开始 Loop循环 label: LOOP statement_list IF exit_condition THEN LEAVE label; END IF; END LOOP label; Repeat循环 REPEAT statement_list UNTIL search_condi ...
分类:
数据库 时间:
2018-09-06 00:08:00
阅读次数:
635
1、css常见样式(声明) 1)background:色(color)图(image)铺(no repeat)定(fixed)位(center) 注:颜色的表示方式 * rgb(0,255,0) * rgba(0,233,0,0.3) * #aaffaa 2)border:边框粗细、形状、颜色 bo ...
分类:
Web程序 时间:
2018-09-05 17:56:52
阅读次数:
193
background背景背景共分为以下8个属性background-color:背景颜色background-image:背景图片background-repeat:背景图片重复background-position:背景图片位置background-size:背景图片尺寸background-attachment:背景图片是否固定不动background-clip:背景覆盖区background
分类:
Web程序 时间:
2018-09-05 12:09:18
阅读次数:
197
1 2 3 4 EasyMall注册界面 5 6 7 8 9 欢迎注册EasyMall 10 11 12 13 用户名: 14 15 16 17 密码: 18 ... ...
分类:
Web程序 时间:
2018-09-04 23:36:23
阅读次数:
389
icon.png 大小为:27*237 假设,我们要获取到 放大境 这个图标,在大图(icon.png)中的坐标为:0,-197。width:11px; height:12px; 如果要截取原图大小,在css中代码如下: .sprite { background: url('imgs/icon.pn ...
分类:
其他好文 时间:
2018-09-03 13:45:15
阅读次数:
168
http://www.cnblogs.com/UliiAn/p/5402146.html 在WEB Api中,引入了面向切面编程(AOP)的思想,在某些特定的位置可以插入特定的Filter进行过程拦截处理。引入了这一机制可以更好地践行DRY(Don’t Repeat Yourself)思想,通过Fi ...
大家好,这里是「 从零开始学 Web 系列教程 」,并在下列地址同步更新...... github:https://github.com/Daotin/Web 微信公众号: "Web前端之巅" 博客园:http://www.cnblogs.com/lvonve/ CSDN:https://blog. ...
分类:
Web程序 时间:
2018-09-01 12:32:10
阅读次数:
179
background-clip 实现字体渐变效果 (一)类似KTV字幕效果 (二)渐变字 ps: ...
分类:
其他好文 时间:
2018-08-30 14:25:55
阅读次数:
171
倒计时Text显示控制:public class TimeCtrl : MonoBehaviour { public Text SJ; //定义显示Text public int GameTimes=85; //倒计时时间 string Minstr = ""; //分 string Secstr ...
分类:
其他好文 时间:
2018-08-29 14:26:20
阅读次数:
155
背景平铺backgroundrepeat:repeat:repeat:可以取x横向 y纵向 none不平铺;条件是背景小于标签尺寸,取值为:repeat默认值为xy方向上平铺,背景图尺寸backgroundsize:auto图片保持原有的尺寸。contain:等比例缩放撑满标签(图片大于标签尺 ...
分类:
其他好文 时间:
2018-08-26 18:31:11
阅读次数:
190