码迷,mamicode.com
首页 >  
搜索关键字:vagrant box vagrantfile    ( 8589个结果
全选按钮,点击全选,复选框全部选中
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
网页 div边框加圆角以及阴影
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双系统安装
Windows7与deepin双系统安装windowsdeepin深度系统很久以前我就想体验一下deepin系统,Linux的发行版,对中文有比较好的支持,界面也特别的漂亮。这里主要是罗列一下自己从Windows安装这个系统所遇到的那些坑。 有限选择从U盘安装系统先用deepin的官方安装介质软件制... ...
分类:Windows程序   时间:2020-04-11 13:18:38    阅读次数:114
第九篇 -- 定时器和计时器
效果: 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
vagrant 入门案例 - 快速创建 Centos7
中文文档: "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
bfc开始
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
docker使用1
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
JS 获取验证码按钮改变案例
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
python Windows提示框
import win32api #winapi库 import win32con #windows常数定义 win32api.MessageBox(win32con.NULL, "在过去的1分钟内,CPU连续五次超过4%", "cpu提示") ...
分类:编程语言   时间:2020-04-08 11:52:50    阅读次数:147
8589条   上一页 1 ... 60 61 62 63 64 ... 859 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!