1 需要安装startup-trigger-plugin和Groovy插件。 2 在Job配置页面,构建触发器,勾选Build when job nodes start; 3 在Job配置页面,增加构建步骤Execute system Groovy script,在Groovy Command中输入 ...
分类:
Web程序 时间:
2020-12-05 11:09:44
阅读次数:
10
1,测访问外网能力:curl -l http://www.baidu.com 2,测访问外网能力:wget http://www.baidu.com tomcat ./startup.sh 启动 ./shutdown.sh 关闭 ...
分类:
系统相关 时间:
2020-12-05 11:03:00
阅读次数:
27
g++ --version gcc --version 没有版本号的话下载 有的话 执行 sudo find / -name "cc1plus" export PATH="/usr/libexec/gcc/x86_64-redhat-linux/4.8.2:$PATH" 加到环境变量 ...
分类:
其他好文 时间:
2020-12-05 10:53:48
阅读次数:
9
##1、--list-hosts # 查看所有配置主机 ansible all --list-hosts #查看tt主机组主机 ansible tt --list-hosts ##2、shell模块 语法: ansible [主机组] -m shell -a '[参数]' 注:复杂命令会有出错得可能 ...
分类:
其他好文 时间:
2020-12-04 11:29:42
阅读次数:
5
一、桌面右键方式 1、Win+R 输入 regedit 进入注册表 2、找到HKEY_CLASSES_ROOT-Directory-Background-shell新建 Typro 3、默认值改为 Open Typora 4、新建 字符串值 ,名称为 Icon 值为应用执行文件所在位置 5、在Typ ...
RequestMappingHandlerAdapter 是 SpringMVC 实现 参数解析 和 结果集处理 的核心类之一。其中,解析参数的接口为 HandlerMethodArgumentResolver;处理结果集的接口为 HandlerMethodReturnValueHandler。Re... ...
分类:
移动开发 时间:
2020-12-03 12:15:36
阅读次数:
9
使用ABP框架进行First Code时,出现错误如下: Your startup project 'HF.Template.Migrator' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is requi ...
分类:
其他好文 时间:
2020-12-02 12:00:53
阅读次数:
5
网上看了一些Abp vNext引用swagger的教程,大致流程都差不多,就是生成每一层对应的xml然后使用IncludeXmlComments方法来引用,后面亲自实践发现有些差异和要点,在此记录一下。 基本步骤: 右击项目解决方案,属性-生成-输出-勾选XML文档文件,删除路径信息仅保留xml文件 ...
分类:
其他好文 时间:
2020-12-01 12:35:40
阅读次数:
9
一,问题 使用git命令时出现了错误: xcode-select: error: invalid developer directory 'path/to/Xcode.app' 二,尝试解决 我发现原因是最近写在卸载了‘巨无霸’Xcode,这时候也不想把xcode下载回来,于是我准备下载: xcod ...
分类:
移动开发 时间:
2020-11-30 15:19:53
阅读次数:
13
Startup.cs ConfigureServices 添加配置 services.AddControllers().AddJsonOptions(options => { options.JsonSerializerOptions.Encoder = JavaScriptEncoder.Crea ...
分类:
Web程序 时间:
2020-11-27 11:34:27
阅读次数:
9