代码实现 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> .form-control{height:32px; border-radius:4px; outline:0; border:1px solid #ccc; padd ...
分类:
其他好文 时间:
2020-05-01 14:56:17
阅读次数:
69
代码实现 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> .f{display:flex;} .f1{flex:1;} .ac{align-items:center;} .w50px{width:50px;} .w100{wi ...
分类:
其他好文 时间:
2020-05-01 14:47:10
阅读次数:
66
下载工具 链接:https://pan.baidu.com/s/1V9icqEQN5vXxfkDGRwNuNA提取码:1qpj 电脑安装过arcgis 10.2.2, 它会在C盘生成一个python的文件夹,再安装Python一次,2.7.11版本 按步骤执行,其中这里要选another locat ...
分类:
其他好文 时间:
2020-05-01 10:48:12
阅读次数:
59
参考:Prevent WPF window flicker You can use a transparent window (AllowTransparency = True) with a grid, then when your control needs to be hidden you c ...
昨天,看一个视频,里面一个大佬码代码好快。自己找了点文本编辑通用快捷键。 Control + A :全选 HOME:跳到行首 END:跳到行尾 选中一行: HOME(跳到行首) Shift+END Control + 左右键 :移动一个单词的距离 删除一行: Home Shift + DEL ...
分类:
其他好文 时间:
2020-04-30 19:26:32
阅读次数:
59
<div class="form-group"> <div class="select_div"> <input class="form-control" type="hidden" id="brands" th:value="${fikabivoidfinancereport.brand}"> < ...
分类:
其他好文 时间:
2020-04-30 15:43:59
阅读次数:
69
1. continue import scala.util.control.Breaks._for(){ breakable{ if(){ break // continue } } } 2.break import scala.util.control.Breaks._breakable{ for ...
分类:
其他好文 时间:
2020-04-30 15:36:57
阅读次数:
102
在Linux系统中想要运行X程序的时候会出现Linux不能运行X程序的情况,那么这个时候我们要如何解决呢? 现在我们就和小编一起去看看Linux不能运行X程序的解决方法吧! Xlib: connection to ":0.0" refused by server Xlib: No protocol ...
分类:
系统相关 时间:
2020-04-30 15:09:30
阅读次数:
105
ansible支持变量,用于存储会在整个项目中重复使用到的一些值。以简化项目的创建与维护,降低出错的机率。 变量的定义: 变量名应该由字母、数字下划数组成 变量名必须以字母开头 ansible内置关键字不能作为变量名 1. 在Inventory中定义变量 1.1. 定义主机变量 1.1.1. 内置主 ...
分类:
其他好文 时间:
2020-04-30 11:28:51
阅读次数:
60