本文介绍一下Jenkins pipeline的语法实例介绍及踩坑记录
分类:
其他好文 时间:
2020-07-16 18:30:29
阅读次数:
106
1 module sync_fifo( 2 input sys_clk, 3 input sys_rst_n, 4 input [7:0] wr_data, 5 input wr_en, 6 input rd_en, 7 8 output reg [7:0] rd_data, 9 output re ...
分类:
其他好文 时间:
2020-07-16 12:23:06
阅读次数:
82
介绍 模块设计 详细设计 系统设计 - 系统中的模块 系统中的StaticSettings 系统配置模块 注:设计和应用分离,抽象和平台分离,原理和使用分离 1.介绍 <!- -模块在系统中的作用, 模块结构概述, 模块原理概述 。。。--> StaticSettings为Camera业务系统的配置 ...
分类:
其他好文 时间:
2020-07-16 11:53:47
阅读次数:
74
npm 指令 查看npm安装路径 npm config ls 全局安装包 npm install package -g 查看全局安装的模块 npm list --depth=0 -g Cannot find Module xxx 1.书写错误,往往是写错了模块的名称,而导致无法加载 2.未安装相关模 ...
分类:
其他好文 时间:
2020-07-16 10:13:44
阅读次数:
68
今天换机以后,原来的代码不能运行了,报错。 好像是缺少包 问题描述: 报错:ImportError: No module named MySQLdb 对于不同的系统和程序有如下的解决方法: easy_install mysql-python (mix os) pip install mysql-py ...
分类:
数据库 时间:
2020-07-15 23:41:22
阅读次数:
79
c++编译报错: .\../../third_party/blink/renderer/modules/clipboard/clipboard.cc(34,19): error: incomplete type 'blink::Event' named in nested name specifie ...
分类:
其他好文 时间:
2020-07-15 23:24:54
阅读次数:
71
Lua 的模块是由变量、函数等已知元素组成的 table -- 文件名为 module.lua-- 定义一个名为 module 的模块module = {} -- 定义一个常量module.constant = "这是一个常量" -- 定义一个函数function module.func1() io ...
分类:
其他好文 时间:
2020-07-15 15:31:12
阅读次数:
57
微擎获取当前应用的名称 global $_W; $module_name = $_W['current_module']['name']; var_dump($module_name); ...
分类:
其他好文 时间:
2020-07-15 15:10:16
阅读次数:
76
[OHIF-Viewers]医疗数字阅片-医学影像-Module: Panel-自定义面板-上 https://docs.ohif.org/extensions/modules/panel.html Module: Panel An extension can register a Panel Mo ...
分类:
其他好文 时间:
2020-07-15 15:02:39
阅读次数:
62
error1 当浏览器访问图片服务器时,nginx的error.log报下面的错 [2020-07-14 22:20:30] ERROR - file: /home/ubuntu/software/fastdfs-nginx-module-1.22/src/common.c, line: 1101, ...
分类:
其他好文 时间:
2020-07-15 01:31:22
阅读次数:
72