一. DTS 语法 1.1. dts 头文件 1.1.1. 可以使用#include来引用 1.2. 关于/dts-v1/; 1.2.1. 用于dts的版本信息,一般使用/dts-v1/版本 1.3. 设备节点 1.3.1. 分析下图节点 <1>. “/”是跟节点,每个设备树只有一个根节点 <2>. ...
分类:
其他好文 时间:
2020-04-02 01:15:07
阅读次数:
69
首先,下载 grpc 源代码到本地: git clone https://github.com/grpc/grpc.git 如果只想下载指定版本的,如以版本“1.27.3”为例,可改成如下语句: git clone b v1.27.3 https://github.com/grpc/grpc.git ...
分类:
其他好文 时间:
2020-04-01 13:13:49
阅读次数:
317
from FreeCAD import Base # 点坐标 V1 = Base.Vector(0,10,0) V2 = Base.Vector(30,10,0) V3 = Base.Vector(30,-10,0) V4 = Base.Vector(0,-10,0) VC1 = Base.Vect ...
分类:
其他好文 时间:
2020-03-31 21:12:27
阅读次数:
78
from FreeCAD import Base # 点坐标 V1 = Base.Vector(0,10,0) V2 = Base.Vector(30,10,0) V3 = Base.Vector(30,-10,0) V4 = Base.Vector(0,-10,0) VC1 = Base.Vect ...
分类:
其他好文 时间:
2020-03-31 20:59:30
阅读次数:
71
from FreeCAD import Base # 点坐标 V1 = Base.Vector(0,10,0) V2 = Base.Vector(30,10,0) V3 = Base.Vector(30,-10,0) V4 = Base.Vector(0,-10,0) VC1 = Base.Vect ...
分类:
其他好文 时间:
2020-03-31 20:57:15
阅读次数:
71
from FreeCAD import Base # 点坐标 V1 = Base.Vector(0,10,0) V2 = Base.Vector(30,10,0) V3 = Base.Vector(30,-10,0) V4 = Base.Vector(0,-10,0) VC1 = Base.Vect ...
分类:
其他好文 时间:
2020-03-31 20:52:36
阅读次数:
148
from FreeCAD import Base # 点坐标 V1 = Base.Vector(0,10,0) V2 = Base.Vector(30,10,0) V3 = Base.Vector(30,-10,0) V4 = Base.Vector(0,-10,0) VC1 = Base.Vect ...
分类:
其他好文 时间:
2020-03-31 20:39:29
阅读次数:
94
一、前言 Dashboard 是基于网页的 Kubernetes 用户界面。您可以使用 Dashboard 将容器应用部署到 Kubernetes 集群中,也可以对容器应用排错,还能管理集群资源。您可以使用 Dashboard 获取运行在集群中的应用的概览信息,也可以创建或者修改 Kubernete ...
分类:
Web程序 时间:
2020-03-31 10:37:37
阅读次数:
119
etcd服务出现了以下报错Mar 23 05:50:44 localhost etcd: failed to send out heartbeat on time (exceeded the 100ms timeout for 2.951502ms) 心跳检测报错主要与以下因素有关(磁盘速度、cpu ...
分类:
其他好文 时间:
2020-03-30 19:44:12
阅读次数:
244
Kubernetes的服务入口控制器 官方地址 https://github.com/nginxinc/kubernetes-ingress/blob/v1.5.3/docs/installation.md 安装清单位于Deployments文件夹中。 # kubectl apply -f ns-a ...
分类:
Web程序 时间:
2020-03-30 19:34:23
阅读次数:
87