1、使用的基于下面这个链接的示例: https://docs.edgexfoundry.org/1.2/examples/Ch-ExamplesAddingModbusDevice/ 这个示例没有跑通,主要卡在这里的讲解配置文件和下载的版本对应不上,经过两天的摸索,使用如下方式实现 2、使用下面co ...
分类:
数据库 时间:
2021-06-02 11:26:47
阅读次数:
0
//此时是等价的 exports.name = 'xxx' module.exports.sex = '男' //此时把module.export指向的对象改变,以module.exports为准 module.exports = { id:'1', girlfriend:{ name:'yyy' ...
分类:
其他好文 时间:
2021-05-24 12:21:09
阅读次数:
0
gitlab使用URL导入远程仓库报错Import url is blocked: Only allowed ports are 80,443, and any over 1024 报错内容为Import url is blocked: Only allowed ports are 80,443, ...
分类:
Web程序 时间:
2021-05-24 04:34:30
阅读次数:
0
官网下载Jenkins https://www.jenkins.io/zh/download/ 构建jenkins镜像 # docker build -t jenkins:2.277.3 . from ubuntu:latest run sed -i 's/ports.ubuntu.com/mirr ...
分类:
其他好文 时间:
2021-05-04 16:25:44
阅读次数:
0
开发环境安装 安装软件有三种方式: rpm 解压缩 yum在线安装。 JDK安装(rpm) rpm安装命令:rpm -ivh xxx JDK是我们开发java程序必要的环境 步骤: 下载JDK rpm 去oralce官方下载https://www.oracle.com 安装与卸载Java #检测当前 ...
分类:
系统相关 时间:
2021-05-04 15:17:12
阅读次数:
0
SQL Server “RESTORE FILELISTONLY” Resultset Dead-end: SELECT INTO is nice because you don't have to define the table columns but it doesn't support EX ...
分类:
数据库 时间:
2021-04-29 11:53:00
阅读次数:
0
TX2芯片为arm架构,因此在该架构下,ubuntu18.04系统需要更换arm架构的源。 # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ bionic m ...
分类:
系统相关 时间:
2021-04-27 14:42:17
阅读次数:
0
这只要在src同级添加postcss.config.js文件 同时文件 里面写上这些,重新跑就没问题了 module.exports = { plugins: { 'autoprefixer': {browsers: 'last 5 version'} }} ...
分类:
Web程序 时间:
2021-04-24 11:47:48
阅读次数:
0
1.Ingress测试示例 1.定义一个deployment [root@k8s-master01 service-ingress]# cat nginx-test.yaml apiVersion: v1 kind: Service metadata: name: ingress-test labe ...
分类:
其他好文 时间:
2021-04-16 12:25:19
阅读次数:
0
通过官方Docker Registry在局域网内部搭建私有镜像注册中心. 1 - 拉取registry镜像 [anliven@anliven ~]$ cat /etc/system-release # 本机系统版本 CentOS Linux release 7.8.2003 (Core) [anli ...
分类:
其他好文 时间:
2021-04-15 12:32:53
阅读次数:
0