var box = document.getElementById("boxid"); var loves = document.getElementsByClassName("sel"); if(box.checked == false){//如果全选按钮不为选中 for (var i = 0; ...
分类:
其他好文 时间:
2020-04-12 12:32:19
阅读次数:
115
border: 1px solid #696; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;//圆角边框 -webkit-box-shadow: #666 0px 0px 10px; -moz-box ...
分类:
Web程序 时间:
2020-04-11 20:18:17
阅读次数:
79
Windows7与deepin双系统安装windowsdeepin深度系统很久以前我就想体验一下deepin系统,Linux的发行版,对中文有比较好的支持,界面也特别的漂亮。这里主要是罗列一下自己从Windows安装这个系统所遇到的那些坑。 有限选择从U盘安装系统先用deepin的官方安装介质软件制... ...
效果: ui_timer.py # -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'ui_timer.ui' # # Created by: PyQt5 UI code generator 5.1 ...
分类:
其他好文 时间:
2020-04-11 10:14:08
阅读次数:
107
中文文档: "http://tangbaoping.github.io/vagrant_doc_zh/v2/" 参考: "https://blog.csdn.net/yjk13703623757/article/details/70040797" "https://www.linuxidc.com/ ...
分类:
其他好文 时间:
2020-04-10 22:38:05
阅读次数:
88
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 <style> 7 *{margin:0;padding:0;} 8 .box{ 9 width:200px; 10 height:100 ...
分类:
其他好文 时间:
2020-04-10 22:32:21
阅读次数:
81
1.5.docker序幕篇[上] 1.5.1 在Win10上准备centos7 和大家说明一下,我们的目的仅仅是要安装一个centos7,然后在centos7上安装docker ? 如果搞不定vagrant+virtualbox的方式,也可以直接使用VM搭建一个centos7 ? 或者你可以直接使用 ...
分类:
其他好文 时间:
2020-04-10 10:27:59
阅读次数:
79
经常遇到多行显示时文本省略问题,代码为: overflow:hidden;/*超出隐藏*/ text-overflow:ellipsis;/*文本溢出时显示省略标记*/ display:-webkit-box;/*设置弹性盒模型*/ -webkit-line-clamp:3; -webkit-box ...
分类:
其他好文 时间:
2020-04-08 13:42:11
阅读次数:
86
HTML代码 <div class="box"> <label for="">手机号</label> <input type="number"> <button>获取</button> </div> JS代码 1 var btn = document.querySelector('button') ...
分类:
Web程序 时间:
2020-04-08 12:22:37
阅读次数:
92
import win32api #winapi库 import win32con #windows常数定义 win32api.MessageBox(win32con.NULL, "在过去的1分钟内,CPU连续五次超过4%", "cpu提示") ...
分类:
编程语言 时间:
2020-04-08 11:52:50
阅读次数:
147