一、CSS样式规格选择器:标签选择器类选择器多类名选择器id选择器 id选择器与类选择器区别:类选择器可以多次重复使用,id选择器只能使用一次,是唯一的 通配符选择器 二、CSS3外观属性水平对齐 text-align:首行缩进 text-indent:1em; 1代表一个汉字的缩进字间距 lett ...
分类:
Web程序 时间:
2021-06-02 15:16:39
阅读次数:
0
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:
其他好文 时间:
2021-06-02 15:14:11
阅读次数:
0
1:开启对页面的压缩处理 gzip on; //开启压缩 gzip_min_length 1000; //小文件不压缩 gzip_comp_level 4; //压缩比率 gzip_types text/plain text/css application/json application/x-ja ...
分类:
其他好文 时间:
2021-06-02 15:02:12
阅读次数:
0
How Long Does It Take Given the relations of all the activities of a project, you are supposed to find the earliest completion time of the project. In ...
分类:
其他好文 时间:
2021-06-02 14:53:07
阅读次数:
0
新建 axios.js 放入libs目录下 import qs from 'qs'; // create an axios instance const service = axios.create({ baseURL: process.env.VUE_APP_BASE_API, // url = ...
分类:
移动开发 时间:
2021-06-02 14:43:30
阅读次数:
0
水厂监控系统、巡检监控、数据分析、生产报表、工艺报表、设备监控、水厂加药、工艺监控、水质分析、电耗、阀门、供水、冲洗、原水、加氯、蓄水、加药、滤池、沉淀池、配水井、氯耗、压力、浊度日、流量日、故障巡检 水厂监控系统原型演示及下载地址:https://www.pmdaniu.com/storages/ ...
分类:
其他好文 时间:
2021-06-02 14:26:46
阅读次数:
0
1.打开F12,切换到console 2.xpath定位,输入:$x("your_xpath_str") 3.css定位,输入:$$("your_css_str") 4.id,document.getElementById("xx") 5.class,document.getElementByCla ...
分类:
其他好文 时间:
2021-06-02 14:23:20
阅读次数:
0
输入语句 python中,通过input函数获取用户键盘输入 input函数的参数是字符串,它是屏幕提示语 # 变量赋值,=两边空格可有可无 >>> user = input('username: ') # 用户输入内容保存到变量user中 username: tom >>> user # 使用变量 ...
分类:
编程语言 时间:
2021-06-02 14:20:49
阅读次数:
0
用于记录一些个人开发过程中遇到的或者查询的CSS问题,做一个汇总记录。 ...
分类:
Web程序 时间:
2021-06-02 13:45:15
阅读次数:
0
css modules与antd一起使用时,antd样式不生效解决方案 最近在做历史项目的依赖升级,历史依赖版本: "react": "^15.5.4", "react-dom": "^15.5.4", "antd": "^2.10.1", "autoprefixer": "6.7.2", "bab ...
分类:
Web程序 时间:
2021-06-02 13:26:27
阅读次数:
0