CSS 学习(3) 盒子模型 盒子的组成 border边框,content内容,padding内边距,margin外边距。 边框(border) border-with:边框的粗细(一般情况下使用px为单位),未指定边框样式没法显示。 border-style:边框的样式(solid实线,dashe ...
分类:
Web程序 时间:
2021-07-05 16:49:11
阅读次数:
0
1.需要在联网的linux环境下下载好所需要的包 /root/temp 目录 pip3 download impala -d /root/temp pip3 download impyla -d /root/temp 2.下载之后的包 3.然后拷贝到离线的环境下 执行 pip3 install安装所 ...
分类:
编程语言 时间:
2021-07-05 16:41:50
阅读次数:
0
namespace 解析数字开头的变量JSON { class Program { static void Main(string[] args) { string strJson = "{\"1st_attempt\":\"2021-02-09 16:32:15\",\"2nd_attempt\" ...
令$tot_{i}$为区间$[l,r]$中满足$a_{j}=i$的$j$的个数,将所有非0的$tot_{i}$取出,得到可重集$S$ 显然,有以下贪心:不断取出$S$中最小的两个元素,删除这两个元素并加入这两个元素的和,直至$|S|=1$,每一次两个元素的和的和即为答案 使用莫队可以在$o(n\lo ...
分类:
其他好文 时间:
2021-07-02 16:41:05
阅读次数:
0
1、定义目标位置 <div id="btnDiv"></div> 2、添加动态组件 function addItems(){ var conditionDiv = '<div class="itemsDiv">' +' <span style="width:40px">监控项:</span>' +' ...
分类:
其他好文 时间:
2021-07-02 16:36:26
阅读次数:
0
1、浏览器内核 trident 代表作:IE gecko 代表作:Mozilla webkit 苹果&谷歌旧版本 blink 谷歌&欧朋 2、IE常见BUG (1)图片边框bug 超链接a包裹图片img,图片在IE10及以下的浏览器,自带边框 解决方法: img设置border:none/0 (2) ...
分类:
其他好文 时间:
2021-07-02 16:34:49
阅读次数:
0
box-sizing:border-box; border:20px solid transparent; background-clip:padding-box,border-box; background-origin:padding-box,border-box; background-ima ...
分类:
其他好文 时间:
2021-07-02 16:17:27
阅读次数:
0
效果图 备注:前后端分离实现效果 接下来是代码环节 <template> <div class="comprehensive-table-container"> <el-alert :closable="false" show-icon title="三级路由【缓存路由、固定表格高度、并根据窗口大小 ...
分类:
其他好文 时间:
2021-07-02 16:14:42
阅读次数:
0
官方链接 https://docs.python.org/zh-cn/3/ 目录 完整目录地址: https://docs.python.org/zh-cn/3/contents.html Python 教程 虚拟环境和包 12.1. 概述 ...
分类:
编程语言 时间:
2021-07-02 16:14:06
阅读次数:
0
1、安装git客户端 安装注意点:不要放到C盘(可能会有权限问题) 2、注册码云 码云地址:https://gitee.com/ 3.在码云上创建仓库(一定要是私有仓库) 4、生成ssh公钥 4.1、安装Git客户端成功后,运行Git Bash 4.2、输入命令:ssh-keygen -t rsa ...
分类:
其他好文 时间:
2021-07-02 15:59:21
阅读次数:
0