data-ng-repeat指令可以完美的显示表格。使用AngularJS显示表格是是非常简单的。 {{$in...
分类:
Web程序 时间:
2015-12-19 21:57:08
阅读次数:
257
1 checkbox.css 2 3 *{padding: 0;margin:0;} 4 span{background: url(images/no.gif) no-repeat;padding-left: 20px;} 5 .active{background: url(images/yes.....
分类:
其他好文 时间:
2015-12-18 21:21:48
阅读次数:
274
myRadio .css*{padding: 0;margin:0;}span{background: url(images/no.gif) no-repeat;padding-left: 20px;}.active{background: url(images/yes.gif) no-repeat...
分类:
移动开发 时间:
2015-12-18 20:32:48
阅读次数:
170
一个网站上的图片或图标都在一张图片上的css制作方法:1.CSS样式1 .d1{width:13px;height:70px; border:#C00 1px solid;background:url(ex_icon.png) 0 0 no-repeat;}2 .d2{width:13px;heig...
分类:
Web程序 时间:
2015-12-18 16:44:38
阅读次数:
138
//ng-repeat生成4个li,生成后再执行自定义方法fn在每个li后加一根横线 hello world!
分类:
Web程序 时间:
2015-12-17 22:21:25
阅读次数:
221
.HalfPixelLine{ background: repeat-x top left url("data:image/svg+xml;utf8,"); height: 1px; width: 100%;}
分类:
Web程序 时间:
2015-12-16 15:21:28
阅读次数:
434
用ng-repeat指令遍历一个javascript数组,当数组中有重复元素的时候,angularjs会报错,这是因为ng-Repeat不允许collection中存在两个相同Id的对象。对于数字或者字符串等基本数据类型来说,它的id就是它自身的值。因此数组中是不允许存在两个相同的数字的。为了规避这...
分类:
其他好文 时间:
2015-12-15 22:35:37
阅读次数:
7509
第八章给网页添加图片1、背景图片:background-image:url(images/bg.gif);2、控制重复:background-repeat:repeat/no-repeat/repeat-x/repeat-y3、定位背景图片:background-position:4、固定背景图片:...
分类:
Web程序 时间:
2015-12-11 01:14:44
阅读次数:
172
一个简单的测试:start transaction;insert into tb1 values(3, repeat('a', 65000),'x',1);--commit;rollback;下图分别是 tb1.ibd 在插入前,回滚前,回滚后的文件大小:有人在QQ群问原因。------------...
分类:
数据库 时间:
2015-12-10 19:26:11
阅读次数:
178
一张png图片 上面有多个图标,如何用CSS准确的知道其中某个图片的坐标 ,如下图可以使用 backgroundbackground:url(images/xx.png) 40px 10px no-repeat;
分类:
Web程序 时间:
2015-11-30 20:06:47
阅读次数:
255