1、数据流图(date flow diagram , DFD),它以图形的方式描绘数据在系统中流动和处理的过程,由于它只反映系统必须完成的逻辑功能,所以它是一种功能模型。 2、数据流图与流程图的区别 a、数据流图是从数据的角度来描述一个系统的,而流程图则是从对数据加工的角度来描述系统的; b、数据流 ...
分类:
其他好文 时间:
2019-01-11 11:34:44
阅读次数:
186
首先我们打开pycharm,点击tools选择deployment中的configuration。 然后会打开这个界面,随便起个名字,type选择SFTP. 在Ubuntu中查看ip 将ip填入host框中,并输入用户名和密码。 点击更多打开Ubuntu的目录,能打开的话说明连接成功,选择一个自己能 ...
分类:
系统相关 时间:
2019-01-08 20:57:22
阅读次数:
253
解决方案: 其实是你的jar文件没有同步发布到自己项目的lib目录中 (如果是用Maven进行构建的话) 可以试试 下面的办法 –rebuild下project就可以了 项目点击右键 点击 Properties 选择Deployment Assembly 再点击右边的Add按钮 选择 Java Bu ...
分类:
编程语言 时间:
2019-01-02 17:19:36
阅读次数:
191
UML (unified modeling language),统一建模语言 uml包含多种图表,本处仅记录常见的两种 类图(class diagram) 从上到下,每一块称为 1. 类名 2. 属性清单 3. 方法清单 4. 性质清单 符号 + public 符号 private 符号 prote ...
分类:
其他好文 时间:
2019-01-02 15:03:31
阅读次数:
125
HPA自动收缩 autoscale 自动调整一个 Deployment, ReplicaSet, 或者 ReplicationController 的副本数量 #创建一个replicaset测试 [root@k8s-m ~]# cat my-replicaset.yaml apiVersion: a... ...
分类:
其他好文 时间:
2019-01-01 17:29:59
阅读次数:
1483
Node Pod Service Master Label RC Deployment HPA Volume PV Namespace ...
分类:
Web程序 时间:
2018-12-30 17:27:15
阅读次数:
178
Problem Description A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of nu ...
分类:
其他好文 时间:
2018-12-29 21:12:51
阅读次数:
209
连接服务器 菜单栏找到【工具/Tools】->【Deployment/部署】->【Confinguration…/配置…】。 点加号(+),添加一台服务器,填写名称,选择类型为SFTP,点击确定。 按下图提示,填写服务器信息。 填写完服务器链接信息,点击【Test SFTP Connection…】 ...
分类:
Web程序 时间:
2018-12-28 14:07:12
阅读次数:
227
启动eclipse 发现如下错误 解决方法: 右击项目,选择properties->deployment Assembly->add->java Build Path Entries->maven Dependencies ...
分类:
编程语言 时间:
2018-12-26 19:54:47
阅读次数:
684
Unable to mount volumes for pod "nginx-hello-deployment-6f9f4d7bcc-lbt2n_chenqiang-pv-test(7b0fcbd3-7382-11e8-80b5-74eacb7559f1)": timeout expired waiting for volumes to attach/mount for pod "chenqiang-pv-test"/"nginx-hello-deployment-6f9f4d7bcc-lbt2n". list of unattached/unmounted volumes=[nfs]
分类:
其他好文 时间:
2018-12-26 13:29:43
阅读次数:
908