UML类图定义 UML-Unified Modeling Language 统一建模语言,又称标准建模语言。是用来对软件密集系统进行可视化建模的一种语言 主要模型: 功能模型:从用户的角度展示系统的功能,包括用例图 动态模型:展现系统的内部行为,包括序列图、活动图、状态图 对象模型:采用对象、属性、 ...
分类:
其他好文 时间:
2021-04-26 13:03:39
阅读次数:
0
seccomp沙盒逃逸基础——沙盒的规则编写 引入: 安全计算模式 seccomp(Secure Computing Mode)是自 Linux 2.6.10 之后引入到 kernel 的特性。一切都在内核中完成,不需要额外的上下文切换,所以不会造成性能问题。目前 在 Docker 和 Chrome ...
分类:
其他好文 时间:
2021-04-26 13:03:09
阅读次数:
0
首先介绍下seata的坑: is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) No Feign Client for loadBa ...
分类:
编程语言 时间:
2021-04-26 13:01:17
阅读次数:
0
Spring注解 @Controller(表示SpringMVC的Controller)、@RestController(Rest风格控制器,还可以若要返回JSON不需要@ResponseBody了)、@Service(业务服务层)、@Autowired(如果允许null值,required=fal ...
分类:
编程语言 时间:
2021-04-22 16:17:58
阅读次数:
0
Cloud computing models: With cloud deployment, nothing is installed on premise, but an Internet connection and network infrastructure solutions With h ...
分类:
其他好文 时间:
2021-04-21 12:22:48
阅读次数:
0
Markdown学习 一、分级标题 要用多少级的标题,就在标题打多少个“#”,如下: # 一级标题## 二级标题### 三级标题 #### 四级标题? 显示结果如下: 一级标题 二级标题 三级标题 四级标题 二、字体 使用粗体在文字两端分别加两个“*”,如下: **文字** 结果如下: 文字 使用斜 ...
分类:
其他好文 时间:
2021-04-20 15:03:02
阅读次数:
0
快速查看ES集群状态 GET _cluster/health { "cluster_name": "elasticsearch", "status": "yellow", "timed_out": false, "number_of_nodes": 1, "number_of_data_nodes" ...
分类:
其他好文 时间:
2021-04-20 14:54:42
阅读次数:
0
我想用rocketMq大家主要是用它的事务,所以拿着官方的代码体验一下 环境 用docker安装rocketMq #需要创建文件夹 /docker/namesrv/logs /docker/namesrv/store /docker/rocketmq/logs /docker/rocketmq/st ...
分类:
其他好文 时间:
2021-04-20 14:35:27
阅读次数:
0
解决问题-》有的放矢 1.spark 报错 Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient reso ...
分类:
其他好文 时间:
2021-04-19 15:56:23
阅读次数:
0
windows redis版本下载地址:https://github.com/tporadowski/redis/releases/download/v5.0.10/Redis-x64-5.0.10.zip 分别解压到9个文件夹,命名如下 redis.windows.conf 配置 1.配置端口 p ...