text文本属性1、颜色 colorcolor:red; 2、文本缩进text-indant属性值 num+px text-indant:10px;3、文本修饰 text-decoration属性值:underline下划线 none默认值 overline上划线4、文本对齐方式 text-alig ...
分类:
Web程序 时间:
2019-11-19 17:03:06
阅读次数:
77
text文本属性 1.颜色color color:red 2.文本缩进 text-indent 属性值 数字+px:text-indent:10px; 3.文本修饰 text-decoration 属性值underline下划线 none默认值去下划线 overline上划线 4.文本的对齐方式 t ...
分类:
Web程序 时间:
2019-11-19 16:59:12
阅读次数:
233
// // ViewController.swift // Label // // Created by 赵士军 on 2019/11/18. // Copyright © 2019 赵士军. All rights reserved. // import UIKit class ViewContro ...
分类:
移动开发 时间:
2019-11-19 15:42:36
阅读次数:
105
序号 发音标注 英译 汉译 1 /?næv?ɡe?t/ navigate v.导航 2 ...
分类:
其他好文 时间:
2019-11-19 12:02:44
阅读次数:
43
如何评价代码质量的高低? 实际上,咱们平时嘴中常说的“好”和“烂”,是对代码质量的一种描述。“好”笼统地表示代码质量高,“烂”笼统地表示代码质量低。对于代码质量的描述,除了“好”“烂”这样比较简单粗暴的描述方式之外,我们也经常会听到很多其他的描述方式。这些描述方法语义更丰富、更专业、更细化。我搜集整 ...
分类:
其他好文 时间:
2019-11-19 12:01:13
阅读次数:
85
php str_repeat()函数 语法 str_repeat()函数怎么用? php str_repeat()函数用于重复使用指定字符串,语法是str_repeat(string,repeat),此函数把字符串重复指定的次数。大理石平台 作用:重复使用指定字符串 语法:str_repeat(st ...
分类:
Web程序 时间:
2019-11-18 13:09:47
阅读次数:
78
1、css 图像拼合 图像拼合就是单个图像的集合。 有许多图像的网页可能需要很长的时间来加载和生成多个服务器的请求。 使用图像拼合会降低服务器的请求数量,并节省带宽。 代码如下: <!doctype html> <html> <head> <meta charset="utf-8"/> <title ...
分类:
Web程序 时间:
2019-11-17 23:56:30
阅读次数:
128
repeat(*sizes) → Tensor Repeats this tensor along the specified dimensions. Unlike expand(), this function copies the tensor’s data. WARNING torch.rep ...
分类:
其他好文 时间:
2019-11-14 21:49:22
阅读次数:
778
[toc] 设置标签样式 给标签设置长宽 只有块级标签才可以设置长宽,行内标签设置了也没有任何作用 字体属性 font size 可以设置字体大小 字体粗细 normal:默认标准粗细 bold:粗体 bolder:更粗 lighter:更细 100~900:设置具体粗细,400等同于normal, ...
分类:
其他好文 时间:
2019-11-14 20:03:58
阅读次数:
76
css3mask淡出文字<pre>.p0_11wrap { width: 0.299rem; height: 7.68rem; overflow: hidden; background: url(/weiyeweiwangzhan/images/0/p0_11.png) no-repeat; bac ...
分类:
Web程序 时间:
2019-11-13 20:39:18
阅读次数:
133