Jenkins 什么是Jenkins Jenkins是一个开源的使用Java开发的持续集成工具,提供了软件开发的持续集成服务,它把开发工作和运维工作结合在一起。它可以把Sonar代码质量检测工具、Maven或者Ant编译打包工具、Github、Gitlab代码管理工具以及Ansible或者Salts ...
分类:
其他好文 时间:
2020-01-19 18:57:12
阅读次数:
76
证书 自签证书 (内网可以用) 权威机构颁发 生成证书常用的2种工具、openssl、cfssl cfssl安装证书 githup https://github.com/cloudflare/cfssl 官网地址: https://pkg.cfssl.org/参考地址:liuzhengwei521 ...
分类:
Web程序 时间:
2020-01-19 12:22:59
阅读次数:
646
1、下载安装包 https://www.anaconda.com/distribution/#download-section 2、下一步直接安装,选择only for you 3、添加源 在 c:\user\username\pip\pip.ini 添加 [global] index-url=ht ...
http://www.hostbuf.com/downloads/finalshell_install.pkg 参考: http://www.hostbuf.com/t/988.html ...
分类:
系统相关 时间:
2020-01-14 09:44:18
阅读次数:
76
1、增加应用层软件 具体可以看package/utils/lua5.3的编译,其中Makefile的配置文件内容如下: 1、package git增加 不指定 PKG_MD5SUM 或 PKG_HASH 可以实现下载源码无而进行文件的完整性检验,可以指定为: PKG_MD5SUM:=unknown ...
分类:
其他好文 时间:
2020-01-12 20:10:05
阅读次数:
188
在CMD下运行pip list 查询当前环境安装的所有软件包pip search tool 查询 pypi 上含有某名字的包 pip list --outdated 查询当前环境中可升级的包pip show numpy 查询一个包的详细内容 pip uninstall pkg 卸载软件包pip in ...
分类:
编程语言 时间:
2020-01-12 13:31:08
阅读次数:
78
<html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>测试</title> <!-- 引入样式 --> <link rel="stylesheet" href ...
分类:
其他好文 时间:
2020-01-11 00:39:09
阅读次数:
115
什么是Jenkins ? Jenkins的优势和应用场景 ? ? Jenkins安装配置管理 安装Jenkins前的环境准备(Centos 7) 1.添加yum仓库源# wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redh ...
分类:
其他好文 时间:
2020-01-08 11:07:11
阅读次数:
80
官网下载了node的.pkg文件安装node,安装好后,在mac终端下输入npm -v 和 node -v均提示 command not found,参考了网上的方法,终于得解 第一步:创建.bash_profile文件,~表示在~目录下,.表示隐藏文件,打开终端,输入命令如下 touch ~/.b ...
分类:
系统相关 时间:
2020-01-06 16:28:36
阅读次数:
458
cmake_minimum_required(VERSION 3.10)project(yolo_example)set(CMAKE_CXX_STANDARD 11)include(FindPkgConfig)pkg_check_modules(GLIB glib-2.0 REQUIRED)incl ...
分类:
其他好文 时间:
2020-01-05 09:15:51
阅读次数:
74