码迷,mamicode.com
首页 >  
搜索关键字:no-repeat    ( 2408个结果
JavaScript string字符串对象常见方法
本文总结下几种常见的字符串方法 一、字符方法 chartAt()与charCodeAt() 1.1 chartAt()以单字符字符串的形式返回给定位置的那个字符 1.2 charCodeAt()返回的是字符编码。 var str="hello world" //chartAt()以单字符字符串的形式 ...
分类:编程语言   时间:2019-10-08 18:40:31    阅读次数:134
基于python的密码字典生成器
#!/usr/bin/python# -*- coding:utf-8 -*-# @Time :2019/10/7 10:55# @Author :maple# @Emall :1075495040@qq.com# @File :密码字典4.pyimport itertools as itsword ...
分类:编程语言   时间:2019-10-07 11:09:27    阅读次数:387
美化背景
1、【background-image】设置背景图片; 2、【background-repeat】设置图片重复方式; ? 【repeat】默认值,从左到右从上到下重复; ? 【no-repeat】不重复; ? 【repeat-x】仅在x轴方向上重复; ? 【repeat-y】仅在y轴方向上重复。 3 ...
分类:其他好文   时间:2019-10-07 09:30:06    阅读次数:87
css
css背景样式: background-color 背景色 background-image 背景图 url (背景地址) 默认回水平垂直铺满背景图 background-repeat 平铺方式 repeat-x 水平平铺 repeat-y 垂直平铺 repeat(x,y都进行平铺,默认值) no- ...
分类:Web程序   时间:2019-10-05 18:35:52    阅读次数:98
CSS样式
高度宽度 字体属性 | 值 | 描述 | | : : | : : | | normal | 默认值,标准粗细 | | bold | 粗体 | | bolder | 更粗 | | lighter | 更细 | | 100~900 | 设置具体粗细,400等同于normal,而700等同于bold | ...
分类:Web程序   时间:2019-10-04 14:49:28    阅读次数:111
定制个人博客页面
全局CSS @font-face { font-family: 'FontAwesome'; font-style: normal; font-weight: normal; src: url("http://blog.zhaishidan.cn/css/font/fontawesome-webfo ...
分类:其他好文   时间:2019-10-03 19:51:07    阅读次数:92
【leetcode】1209. Remove All Adjacent Duplicates in String II
题目如下: Given a string s, a k duplicate removal consists of choosing k adjacent and equal letters from s and removing them causing the left and the righ ...
分类:其他好文   时间:2019-10-02 10:55:30    阅读次数:87
2018宁夏A题
As an ACM-ICPC newbie, Aishah is learning data structures in computer science. She has already known that a stack, as a data structure, can serve as a ...
分类:其他好文   时间:2019-10-01 22:13:28    阅读次数:129
css3 背景图片
1.background repeat 通常背景图的宽高不可能刚好和容器大小一致,(在no repeat情况下)所以经常多出一些空白区域。为了铺满容器,背景图会以重复的方式继续填充容器,当剩下的空间已经不够一张图片的大小时,如何处理这个剩余的空间就是这个属性的使命 他有个值: repeat (默认) ...
分类:Web程序   时间:2019-10-01 10:16:56    阅读次数:107
Laya的Tween缓动没有初始化repeat导致的Bug
当你使用一个Tween给一个图标做旋转动画,循环播放。(repeat是播放次数, repeat=0无限循环,repeat=1播放一次) 然后你打开一个Dialog,很有可能这个Dialog会无限播放打开动画.... 原因是Tween是放在对象池里的,从对象池取出来时没有初始化repeat,当播放Di ...
分类:其他好文   时间:2019-09-30 20:09:06    阅读次数:127
2408条   上一页 1 ... 30 31 32 33 34 ... 241 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!