搜索结果
查询Tags标签: build,共有 388条记录-
libevent 编译与安装二 (WIN10 visual studio2019, ubuntu) x64
文章目录 准备工作编译zlib (x64)编译openssl (x64)编译libevent (x64)关于编译错误解决请查看前置文章:libevent 编译与安装 (WIN10 visual studio2019, ubuntu) 准备工作 编译x64使用工具:x64 Native Tools Command Prompt for VS 2019 准备安装包依旧为: ActivePerl…
2021/10/20 7:11:01 人评论 次浏览 -
withEnv(['JENKINS_NODE_COOKIE=dontkillme']) 解决杀掉了所有子进程问题
Jenkins每次构建完了后要自动杀掉部署过程中的子进程。 Jenkins使用processTreeKiller杀掉了所有子进程,而且这是Jenkins的默认行为。当一次build异常结束,或被人终止时,必然需要结束所有这次build启动的子进程。在pipeline的job中,执行启动tomcat的时候,用下面的方法…
2021/10/19 7:13:22 人评论 次浏览 -
withEnv(['JENKINS_NODE_COOKIE=dontkillme']) 解决杀掉了所有子进程问题
Jenkins每次构建完了后要自动杀掉部署过程中的子进程。 Jenkins使用processTreeKiller杀掉了所有子进程,而且这是Jenkins的默认行为。当一次build异常结束,或被人终止时,必然需要结束所有这次build启动的子进程。在pipeline的job中,执行启动tomcat的时候,用下面的方法…
2021/10/19 7:13:22 人评论 次浏览 -
Mac+Vscode下Qt的开发配置
起因是数据结构实验想要糊个GUI,然后去看了看Qt,又发现自己比较不适应Qt本身的界面,网上资料又比较杂乱,查了蛮久,于是自己记录一下。首先确保有:(1)mac+vscode(插件包括:(c/c++)/C++ Intellisense、cmake+cmake tools+cmake integration) (2)cmake (3)Qt Cr…
2021/10/16 23:13:06 人评论 次浏览 -
Mac+Vscode下Qt的开发配置
起因是数据结构实验想要糊个GUI,然后去看了看Qt,又发现自己比较不适应Qt本身的界面,网上资料又比较杂乱,查了蛮久,于是自己记录一下。首先确保有:(1)mac+vscode(插件包括:(c/c++)/C++ Intellisense、cmake+cmake tools+cmake integration) (2)cmake (3)Qt Cr…
2021/10/16 23:13:06 人评论 次浏览 -
鸿蒙编译报错:Unable to find the java component with apiVersion 4.
问题现象 SdkError: DOWNLOAD_SDK_ERROR> Cause: Unable to find the java component with apiVersion 4.> Solution: 1.Open SDK Manager and download java.2.Alternatively, modify the compileSdkVersion settings in the project- and module-level build.grad…
2021/10/15 22:16:39 人评论 次浏览 -
鸿蒙编译报错:Unable to find the java component with apiVersion 4.
问题现象 SdkError: DOWNLOAD_SDK_ERROR> Cause: Unable to find the java component with apiVersion 4.> Solution: 1.Open SDK Manager and download java.2.Alternatively, modify the compileSdkVersion settings in the project- and module-level build.grad…
2021/10/15 22:16:39 人评论 次浏览 -
【模型推理】ubuntu 配置和使用 openvino
1、clone openvino git clone --recursive https://gitee.com/openvinotoolkit-prc/openvino.git 若在 clone 一些三方依赖外链时超时,可单独转 gitee 进行 clone 。2、编译 安装依赖: chmod +x install_build_dependencies.sh ./install_build_dependencies.sh 编译:…
2021/10/14 7:14:17 人评论 次浏览 -
【模型推理】ubuntu 配置和使用 openvino
1、clone openvino git clone --recursive https://gitee.com/openvinotoolkit-prc/openvino.git 若在 clone 一些三方依赖外链时超时,可单独转 gitee 进行 clone 。2、编译 安装依赖: chmod +x install_build_dependencies.sh ./install_build_dependencies.sh 编译:…
2021/10/14 7:14:17 人评论 次浏览 -
教会你彻底解决android studio c/c++ jni代码无法跳转
时不时总会遇到原来c c++ jni代码跳转很欢乐,突然也不知道咋滴了build也能build成功,运行也能正常运行,就是代码不能跳转了,首先来科普下一些背景知识。 如果让代码跳转起来,大概需要做哪些操作呢? 1、编译器的前段让代码生成tag,通过tag它就建立了一一对应或者多多…
2021/10/13 17:44:21 人评论 次浏览 -
教会你彻底解决android studio c/c++ jni代码无法跳转
时不时总会遇到原来c c++ jni代码跳转很欢乐,突然也不知道咋滴了build也能build成功,运行也能正常运行,就是代码不能跳转了,首先来科普下一些背景知识。 如果让代码跳转起来,大概需要做哪些操作呢? 1、编译器的前段让代码生成tag,通过tag它就建立了一一对应或者多多…
2021/10/13 17:44:21 人评论 次浏览 -
Chromium Windows Build
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/windows_build_instructions.md前置条件具有至少 8GB RAM 的 64 位 Intel 机器。强烈建议超过 16GB。 NTFS 格式的硬盘驱动器上至少有 100GB 的可用磁盘空间。FAT32 将不起作用,因为某些 Git 包文…
2021/10/12 7:14:36 人评论 次浏览 -
Chromium Windows Build
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/windows_build_instructions.md前置条件具有至少 8GB RAM 的 64 位 Intel 机器。强烈建议超过 16GB。 NTFS 格式的硬盘驱动器上至少有 100GB 的可用磁盘空间。FAT32 将不起作用,因为某些 Git 包文…
2021/10/12 7:14:36 人评论 次浏览 -
2021-10-07-build_info
#!/usr/bin/python # coding:utf-8import re import jenkins from tools import Toolsdef LoginJenkins(master_url,username=None,password=None):return jenkins.Jenkins(master_url,username,password)class BuildInfo(object):def __init__(self,InstanceJenkins,jo…
2021/10/7 23:15:35 人评论 次浏览 -
2021-10-07-build_info
#!/usr/bin/python # coding:utf-8import re import jenkins from tools import Toolsdef LoginJenkins(master_url,username=None,password=None):return jenkins.Jenkins(master_url,username,password)class BuildInfo(object):def __init__(self,InstanceJenkins,jo…
2021/10/7 23:15:35 人评论 次浏览