Linux Shell之监测磁盘空间 系统管理员的另一个重要任务就是监测系统磁盘的使用情况。不管运行的是简单Linux台式机还是大型的Linux服务器,我们都要知道还有多少空间可以留给应用程序。事实上,就算你不是系统管理员,开发人员也好,个人用户也好,你也得知道这些。 一、挂载存储媒体 Linux文 ...
分类:
系统相关 时间:
2019-12-20 00:53:01
阅读次数:
118
开发Windows窗口需要用到tkinter库 所以上来的第一件事就是: import tkinter as t window = t.Tk()#创建了一个窗口 window.title('微型计算器')#这个窗口的名字叫‘微型计算器’ window.geometry('250x150')#这个窗口 ...
分类:
编程语言 时间:
2019-12-18 19:06:18
阅读次数:
165
https://blog.csdn.net/hanchao5272/article/details/99649252 Jetty和tomcat的比较 Tomcat和Jetty都是一种Servlet引擎,他们都支持标准的Servlet规范和JavaEE规范。 架构比较 Jetty的架构比Tomcat的 ...
分类:
编程语言 时间:
2019-12-18 15:04:44
阅读次数:
126
常用的内部命令有md、cd、rd、dir、path、copy、type、edit、ren、del、cls、ver、date、time、prompt。 常用的外部命令有deltree、format、diskcopy、label、vol、sys、xcopy、fc、attrib、mem、tree。 切换到 ...
分类:
其他好文 时间:
2019-12-17 16:40:02
阅读次数:
100
查看 查看所有kubelet节点kubectl get nodeskubectl get nodes -o wide --show-labels //可以看到所有节点的label 查看所有podkubectl get pods --all-namespaceskubectl get pods -o ...
分类:
其他好文 时间:
2019-12-17 13:34:15
阅读次数:
1498
在实际工作中有很多场景需要在第二个页面中将用户操作之后的将数据回传到上一页面。接下来将我的方案分享给小伙伴。 本次示例采用 uni-app 框架和 weui 样式库 实现思路 创建一个 Emitter,用于事件处理 创建一个 ... 在实际工作中有很多场景需要在第二个页面中将用户操作之后的将数据回传 ...
分类:
微信 时间:
2019-12-17 13:28:16
阅读次数:
116
项目中有用到级联样式,但是是三个接口出来的数据,在此记录一下: HTML: <el-cascader v-model="ruleForm.address" :props="props" style="width:220px;" placeholder="省市区" /> View Code JS: p ...
分类:
其他好文 时间:
2019-12-17 10:27:25
阅读次数:
484
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label":... ...
分类:
编程语言 时间:
2019-12-16 22:32:23
阅读次数:
334
页面: <div class="ml_labelOne"> <div class="ml_label_text mustWrite" style="width:125px;float: left;line-height:34px;"> 照片: </div> <div class="ml_label_ ...
分类:
Web程序 时间:
2019-12-16 14:49:55
阅读次数:
103
checkbox: html: <div> <label class="unSelected selected" for="choose"> <checkbox clsss="choose"/> </label> </div> css: .unSelected{ display: inline-bl ...
分类:
其他好文 时间:
2019-12-16 13:29:55
阅读次数:
283