码迷,mamicode.com
首页 >  
搜索关键字:no-repeat    ( 2408个结果
[ngRepeat:dupes] Duplicates in a repeater are not
[ngRepeat:dupes] Duplicates in a repeater are not allowed. Use ‘track by‘ expression to specify uniq 在 ng-repeat中加track?by?$index...
分类:其他好文   时间:2015-09-01 21:39:20    阅读次数:181
AngularJS小示例<2>
<ulng-init="names=[ {name:‘乔乐‘,age:‘25‘}, {name:‘周迅‘,age:‘40‘}, {name:‘魏瑞‘,age:‘25‘}, {name:‘展昭‘,age:‘98‘} ]"> <ling-repeat="infoinnames">{{$index+1}}、今年{{info.name}}已经{{info.age}}岁了!{{$first}}-{{$middle}}-{{$last}}-{{$even}}-..
分类:Web程序   时间:2015-09-01 18:34:04    阅读次数:199
CSS基本样式讲解
1. 背景 纯色和背景图像background-colorbackground-imagebackground-repeat background-positioin background-attachmentCSS3: background-size background-origin backg...
分类:Web程序   时间:2015-08-31 11:42:57    阅读次数:261
2012 #5 History repeat itself
History repeat itselfTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 4342DescriptionTom took the Discrete Ma...
分类:其他好文   时间:2015-08-30 21:01:21    阅读次数:136
【写一个自己的js库】 3.添加几个处理字符串的方法
1.生成重复的字符串if(!String.repeat){ String.prototype.repeat = function (count){ return new Array(count + 1).join(this); }}2.去除开头和结尾的空字符if(!Stri...
分类:Web程序   时间:2015-08-28 23:02:16    阅读次数:197
HDU 4342——History repeat itself——————【数学规律】
History repeat itselfTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:434264-bit integer IO format:%I64d Java cla...
分类:其他好文   时间:2015-08-28 12:48:36    阅读次数:141
二分查找+数学 HDOJ 4342 History repeat itself
题目传送门题意:计算从1开始到第n个非完全平方数的开方和分析:设第n个非完全平方数的值为a,x * x #include #include #include #include #include #include #include #include #include #include #include...
分类:其他好文   时间:2015-08-28 09:34:05    阅读次数:149
css 文字有下拉 但是背景始终不变
background:url(images/mainBG.gif) no-repeat fixed 120px 120px;属性可以解决。。。fixed 使得背景固定,热后下拉的话就始终是这个背景。
分类:Web程序   时间:2015-08-26 17:16:05    阅读次数:162
SPOJ题目687 Repeats(后缀数组+RMQ求重复次数最多的子串的重复次数)
REPEATS - Repeats no tags  A string s is called an (k,l)-repeat if s is obtained by concatenating k>=1 times some seed string t with length l>=1. For example, the string s = abaabaabaaba...
分类:编程语言   时间:2015-08-26 12:05:50    阅读次数:226
jQuery Mobile 自定义按钮图标
自定义css样式---红色部分必须加上.ui-icon-user-black:after {background:url('../image/user-black.png') no-repeat 0 0; }页面显示 Left
分类:Web程序   时间:2015-08-25 13:56:53    阅读次数:124
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!