PS:电脑竟然放不下了......只能搬一点过来 持续更新中 举例:examples abound 、for instance、similarly、example、in a nutshell概而言之 = all in all=To sum up 足够的:enough = sufficient = a ...
分类:
其他好文 时间:
2020-07-15 01:24:03
阅读次数:
88
PersistentVolume可以有各种回收策略,包括Retain、Recycle和Delete。对于动态供应的持久卷,默认的回收策略是Delete。这意味着当用户删除相应的PersistentVolumeClaim时,动态供应的卷将自动删除。如果卷中包含宝贵的数据,这种自动行为可能不合适。在这种 ...
分类:
其他好文 时间:
2020-07-14 13:34:22
阅读次数:
88
视频的播放:在HTML5中定义了Video(视频)标签可用于实现视频的播放, 标签也可以在 HTML 页面中嵌入多媒体元素, 标签的也可以是在 HTML 页面中嵌入多媒体元素。在这里主要使用:Video标签实现视频播放: <video width="320" height="240" control ...
分类:
其他好文 时间:
2020-07-13 18:36:21
阅读次数:
88
DECLARE @T TABLE( [name] VARCHAR(max), [rows] INT, reserved VARCHAR(max), data_size VARCHAR(max), index_size VARCHAR(max), unused VARCHAR(max)) --将表占用 ...
分类:
数据库 时间:
2020-07-13 15:20:32
阅读次数:
81
centos6:rpm -ivh http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm yum install zabbix-agent -y sed -i 's/Server=127. ...
分类:
其他好文 时间:
2020-07-13 14:04:01
阅读次数:
75
饼图标签展示数值 配置项: option = { title: { text: '项目时间分布', left: 'center' }, tooltip: { trigger: 'item', formatter: '{a} <br/>{b} : {c} ({d}%)' }, legend: { or ...
分类:
其他好文 时间:
2020-07-13 11:34:37
阅读次数:
290
使用五种方法查看文件权限 # 使用五种方法,查看文件的权限,数字形式 [root@wzh ~]# stat 123|awk -F '[(0/]' 'NR==4{print $3}' 755 [root@wzh ~]# stat 123|sed -nr '4s#.*\(0(.*)/d.*#\1#gp' ...
分类:
系统相关 时间:
2020-07-12 20:34:55
阅读次数:
96
1.输入的机器的 IP:15672进入Raabitmq的登陆管理界面 点击admin,进去点击set permission ok, 在运行应该就不会包这个错了 ...
分类:
其他好文 时间:
2020-07-12 20:29:40
阅读次数:
163
请求地址:http://wthrcdn.etouch.cn/weather_mini 请求方法:get 请求参数:city(城市名) 响应内容:天气信息 天气 url 歌曲搜索接口 请求地址:https://autumnfish.cn/search 请求方法:get 请求参数:keywords(查询 ...
分类:
移动开发 时间:
2020-07-12 19:14:23
阅读次数:
160
Formation is very important when taking a group photo. Given the rules of forming K rows with N people as the following: The number of people in each ...
分类:
其他好文 时间:
2020-07-12 18:52:52
阅读次数:
63