unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, HTTPApp; type TForm1 = class( ...
总结:1、storageclass必须支持在线扩容2、只能扩容,不能收缩3、根据扩容大小,卷扩容需要一定时间一、查看storageclass是否支持动态扩容[root@k8s-master03~]#kubectlgetstorageclassNAMEPROVISIONERAGEcephfsceph.com/cephfs289drbd(default)kubernetes.io/rbd289d[ro
分类:
其他好文 时间:
2020-08-05 19:47:28
阅读次数:
98
中间件集群协议msgpack /// <author>cxg 2020-8-5</author> /// 集群协议 /// broker:代理服务器 unit groupProtocol; interface uses SysUtils, MsgPack ,classes ; const //命令字 ...
分类:
其他好文 时间:
2020-08-05 16:53:29
阅读次数:
75
JWT 扩展使用 需求: 1)服务器在验证完用户的身份后(检验用户名和密码),需要生成jwt token并返回给客户端。 2)在客户端将jwt token传递给服务器时,服务器需要对jwt token数据进行校验。 关于jwt token的生成和校验,都可以使用DRF JWT扩展来完成。 JWT 官 ...
分类:
其他好文 时间:
2020-07-31 14:11:26
阅读次数:
96
""" Multilayer Perceptron. A Multilayer Perceptron (Neural Network) implementation example using TensorFlow library. This example is using the MNIST d ...
分类:
其他好文 时间:
2020-07-30 14:32:23
阅读次数:
68
需求: 某项目中,我们的代码使用了三个不同库中的图形类,Circle,Triangle,Rectangle 他们都有一个获取图形面积的接口(方法)但是接口名字不同,我们实现一个统一获取面积的函数,使用每种方法名进行尝试,调用相应类的接口 思路: 1、使用内置函数getattr,通过名称在实例上获取方 ...
分类:
其他好文 时间:
2020-07-29 09:58:13
阅读次数:
83
java项目中可以找到db.properties文件,但使用Tomcat的web项目中却无法找到文件。 可以尝试以下解决方案。 确保web项目中目录WEB-INF/classes下生成了db.properties 文件。 pom.xml 文件中添加如下代码,确保资源导入成功 <!-- 在build中 ...
分类:
数据库 时间:
2020-07-28 14:40:42
阅读次数:
86
注册表脚本如下 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\CMD Here] "ShowBasedOnVelocityId"=dword:00639bc8 "Icon"="cm ...
C:\Program Files (x86)\Jenkins\plugins\ruby-runtime\WEB-INF\lib\classes.jar: The process cannot access the file because it is being used by another pr ...
分类:
其他好文 时间:
2020-07-24 21:30:48
阅读次数:
197
1.POM文件 1.父项目 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.2.1.RELEASE</version ...
分类:
编程语言 时间:
2020-07-24 16:37:08
阅读次数:
71