box-shadow可以用来写边框用,阴影也可以叠加使用,不占位置 box-shadow:0左右 0上下 0模糊程度 4px阴影大小 red颜色 叠加效果box-shadow:0 0 0 5px yellow,0 0 0 8px green,inset里面 10px 10px 10px 10px r ...
分类:
其他好文 时间:
2021-03-11 12:17:40
阅读次数:
0
记得关闭日志信息 #日志信息#mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl <?xml version="1.0" encoding="UTF-8"?><configuration sc ...
分类:
编程语言 时间:
2021-03-08 13:05:41
阅读次数:
0
typedef type newname; // 为已有的类型取一个新名字 // 枚举类型 enum color {red, green=5, yellow}; // color: 枚举名 // red, green, yellow: 标识符 // 默认,第一个标识符的值为0,第二个标识符的值为1, ...
分类:
编程语言 时间:
2021-03-01 13:50:41
阅读次数:
0
简介 字典是一种可变容器模型,且可存储任意类型对象,字典的每个键值 key=>value对用冒号:分割,每个键值对之间用逗号 , 分割,整个字典包括在花括号{} 中 ,如: object = { 'color': 'yellow', 'size': 'big' } print(object['col ...
分类:
编程语言 时间:
2021-01-12 10:47:29
阅读次数:
0
点击按钮样式切换 <!DOCTYPE html> <html lang="ch-zn"> <head> <meta charset="UTF-8"> <link rel="" href=""> <meta name="viewport" content="width=device-width, in ...
分类:
其他好文 时间:
2021-01-06 11:53:39
阅读次数:
0
1.yum yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包(RPM 是 Red Hat Package Manager 的缩写,本意是Red Hat 软件包管理,顾名思义是Red H ...
分类:
系统相关 时间:
2020-12-24 11:57:54
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
Web程序 时间:
2020-12-21 12:12:31
阅读次数:
0
<html> <head> <style type="text/css"> .res { color: Red; } .result{ background: yellow; } </style> <script src="https://apps.bdimg.com/libs/jquery/2.1 ...
分类:
其他好文 时间:
2020-12-08 12:17:40
阅读次数:
4
1、CSS的3种导入方式 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <!--内部样式--> <style> h1{ color: green; } </style> <!-- ...
分类:
编程语言 时间:
2020-11-30 16:15:02
阅读次数:
11
样式: QpushButton QPushButton{ min-width:75px; max-width:75px; min-height:20px; border:1px solid black; border-radius:5px; } QPushButton:pressed{ backgr ...
分类:
其他好文 时间:
2020-09-24 00:09:50
阅读次数:
44