AllowsTransparency=true是加载winform:panel,控件不显示:原因窗体的逻辑和渲染冲突 <WindowsFormsHost x:Name="wfh" Grid.Row="1" Grid.Column="1" Margin="10,30,10,30" Background ...
$ npm install -g less // 定义一个粉色的变量 @color:deeppink; // 定义一个字体为14像素的变量 @font14:14px; body { background-color: @color; } div { color: @color; font-size: ...
分类:
其他好文 时间:
2020-05-26 17:58:00
阅读次数:
52
1.建一个遮罩层div <div id="cover"></div> 2.设置遮罩层样式 #cover { position: absolute; left: 0px; top: 0px; background: rgba(0, 0, 0, 0.5); width: 100%; /*宽度设置为100 ...
分类:
移动开发 时间:
2020-05-26 15:07:58
阅读次数:
229
本文摘自于阿里云高级技术专家王夕宁撰写的《Istio 服务网格技术解析与实战》一书,讲述了如何使用 Istio 进行多集群部署管理来阐述服务网格对多云环境、多集群即混合部署的支持能力。
分类:
其他好文 时间:
2020-05-25 15:34:45
阅读次数:
54
css 1 /*base*/ 2 body { 3 background: #fff; 4 } 5 6 .btn { 7 display: inline-block; 8 padding: 4px 12px; 9 margin-bottom: 0; 10 font-size: 14px; 11 li ...
分类:
其他好文 时间:
2020-05-24 21:27:23
阅读次数:
65
一、实验要求 1.学号末尾为59,故采用59号系统调用execve。 2.通过汇编指令触发系统调用 3.通过gdb跟踪该系统调用的内核处理过程 4.重点阅读分析系统调用入口的保存现场和恢复现场 二、环境准备 1. 安装环境 1 sudo apt install build-essential 2 s ...
分类:
系统相关 时间:
2020-05-24 00:40:41
阅读次数:
89
ImageView继承View,主要用于显示图片,实际上除了用来显示图片,任何Drawable对象都可以使用ImageView来显示。 1. ImageView有三个可以设置图片的属性,分别是:src, foreground, background 在xml中设置 ① background: 指的是 ...
分类:
移动开发 时间:
2020-05-22 19:15:25
阅读次数:
81
此方法可行: <style lang="less" scoped> .login /deep/ .van-field__control {height:30px;padding:5px 10px;color: #c4c4c4;background:#ffffff;font-size: 12px;bo ...
分类:
其他好文 时间:
2020-05-21 11:49:56
阅读次数:
317
The df and du commands provide different system information and I can not write to a partition that df says is 100% full. Which is correct and why doe ...
分类:
其他好文 时间:
2020-05-20 20:06:11
阅读次数:
77
描述 给出一个无向图顶点和边的信息,输出这个无向图的深度优先遍历序列和广度优先遍历序列。从一个顶点出发如果有2个以上的顶点可以访问时,我们约定先访问编号大的那个顶点。示例输入对应的图如下图所示: background Layer 1 v1 v2 v3 v4 v6 v8 v7 v5 输入 输入的第1行 ...
分类:
其他好文 时间:
2020-05-20 20:03:05
阅读次数:
102