首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏容器计算

    Spark Nightly Builds

    Spark Nightly Builds 1 Overview 如果你平时很关注社区,那么肯定想经常试用社区提交的新的 feature,但是是不是一定要 git fecth 最新的代码,本地打包再解压才能玩起来呢 2 Nightly Builds ?

    49220发布于 2020-08-06
  • 来自专栏程序亦非猿

    Gradle Builds Everything —— Task 实例

    为了方便,我们的语境分不开 Gradle和 AndroidGradlePlugin,因此此处不脱离 Android环境来介绍 Gradle。我们在讲述任务依赖的时候,提到一个 Manager的东西,在这里,我们说到的是 AndroidGradlePlugin提供的 BuildableArtifactsHolder这个类。

    85550发布于 2019-11-23
  • 来自专栏超级架构师

    Earshot Builds with Watson APIs to Enhance its Marketing

    Social Media IS Big Data. On any given day more than 500 million tweets and 55 million Facebook posts are generated. With that kind of volume companies simply cannot rely on manual processes to seek out and engage with relevant social media posts that indi

    81760发布于 2018-04-09
  • 来自专栏七月的夏天的博客

    Reproducible builds 果然是很重要的

    去年10月17日公司出了个事故,“幸好有我“,力挽狂澜。我觉得还是把具体内容脱敏,记录一下吧,免得将来忘了。

    23610编辑于 2023-12-18
  • 来自专栏实战docker

    Docker多阶段构建实战(multi-stage builds)

    Dockerfile的编写者花更多精力来清理这些工具,清理的过程又可能导致新的layer; 为了解决上述问题,从17.05版本开始Docker在构建镜像时增加了新特性:多阶段构建(multi-stage builds

    2.2K30发布于 2019-07-02
  • 来自专栏张善友的专栏

    Docker多阶段构建实战(multi-stage builds)

    Dockerfile的编写者花更多精力来清理这些工具,清理的过程又可能导致新的layer; 为了解决上述问题,从17.05版本开始Docker在构建镜像时增加了新特性:多阶段构建(multi-stage builds

    1.2K30编辑于 2022-04-28
  • 来自专栏个人路线

    鸿蒙 PC 体验仓颉开发:Nightly Builds 版本上线实操指南

    仓颉 Nightly Builds 版本正式解锁鸿蒙 PC 开发 零、年末重磅:仓颉 Nightly Builds 版本正式解锁鸿蒙 PC 开发 2025 年 12 月,仓颉编程语言官方重磅宣布 Nightly Builds 版本上线,其开源仓库中新增的cangjie-xxx-ohos-aarch64系列制品,为鸿蒙 PC 设备原生运行仓颉应用打开了全新可能。 作为华为为鸿蒙生态量身打造的新一代编程语言,仓颉凭借原生智能化、全场景适配、高性能与强安全的核心优势,此次 Nightly Builds 版本的发布,无疑为鸿蒙 PC 开发者带来了年末最值得期待的技术红利 作为仓颉开发的核心工具; 下载仓颉 SDK:访问 GitCode 开源仓库(https://gitcode.com/Cangjie/nightly_build/releases),下载对应鸿蒙PC架构的Nightly Builds 开发者 2025/12/28 15:30:22123 +0800 四、总结与展望 此次仓颉 Nightly Builds 版本的上线,标志着鸿蒙 PC 生态迎来了原生编程语言的核心支撑。

    44210编辑于 2025-12-31
  • 来自专栏简单就是美!

    Adobe OpenSource Flex 4每晚构建(Nightly Builds)版本可以下载了 博客分类: RIA OpenSour

    OpenSource Flex 4 http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4 这是每晚构建(Nightly Builds

    48320发布于 2019-02-28
  • 来自专栏Eureka的技术时光轴

    Hosts/W32 qemu compile

    1.1.1.1 Debian based cross builds 1.1.1.2 Linux Mint based cross builds 1.1.1.3 OpenSUSE based cross builds 1.1.1.4 Fedora based cross builds 1.1.1.5 Docker based cross builds 1.1.2 Native builds with Mingw-w64 1.1.2.1 Libraries (also needed for cross builds) 1.1.2.2 Tools (only needed for native builds based cross builds 1.2.1.3 Libraries (also needed for cross builds) 1.2.2 Native builds with MSYS2 1.3 Native builds with Cygwin Builds with the normal Cygwin compiler are not supported.

    1.2K40发布于 2019-07-24
  • 来自专栏云计算运维

    Fedora 中的 Toolbox 简介

    home/rwaltr $ cd src/resume/ $ head -n 5 Makefile all: pdf html rtf text docx pdf: init pandoc -s -o BUILDS mkdir -p BUILDS pandoc -s -o BUILDS/resume.pdf markdown/* pandoc -s -o BUILDS/resume.html markdown/* pandoc -s -o BUILDS/resume.rtf markdown/* pandoc -s -o BUILDS/resume.txt markdown/* pandoc -s -o BUILDS /resume.docx markdown/* $ ls BUILDS/ resume.docx resume.html resume.pdf resume.rtf resume.txt 运行 $ cd BUILDS/ $ pandoc --version || ls pandoc 2.2.1 Compiled with pandoc-types 1.17.5.4, texmath 0.11.1.2

    96220发布于 2021-09-22
  • 来自专栏大白技术控的技术自留地

    VS小技巧 | Visual Studio 使用插件迅速找出编译速度慢的瓶颈,优化编译速度

    Visual Studio 使用 Parallel Builds Monitor 插件迅速找出编译速度慢的瓶颈,优化编译速度 嫌项目编译太慢? 本文介绍 Parallel Builds Monitor 插件,帮助你迅速找出编译瓶颈。 本文内容 下载安装 Parallel Builds Monitor 编译项目 寻找瓶颈 项目依赖瓶颈 CPU 瓶颈 IO 瓶颈 下载安装 Parallel Builds Monitor 前往 Parallel Builds Monitor - Visual Studio Marketplace https://marketplace.visualstudio.com/items? 之后启动 Visual Studio 2019,你就能在 “其他窗口” 中找到 “Parallel Builds Monitor” 窗口了。请点击打开它。

    4.3K10编辑于 2021-12-23
  • 来自专栏图雀社区

    Vue源码探秘(一)

    _name.indexOf(f) > -1) }) } else { // filter out weex builds by default builds = builds.filter( builds 对象的定义如下所示: const builds = { // Runtime only (CommonJS). Used by bundlers e.g. const filters = process.argv[2].split(',') builds = builds.filter(b => { return filters.some( _name.indexOf(f) > -1) }) } else { // filter out weex builds by default builds = builds.filter( = 0 const total = builds.length const next = () => { buildEntry(builds[built]).then(() => {

    1.7K41发布于 2020-04-07
  • 来自专栏毛毛v5

    golang 编译cgo模块exec: "gcc": executable file not found in %PATH%

    ](https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/ mingw-builds/8.1.0/threads-posix/seh/x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z) * [x86_64-win32- /mingw-builds/8.1.0/threads-win32/sjlj/x86_64-8.1.0-release-win32-sjlj-rt_v6-rev0.7z) * [x86_64-win32 /mingw-builds/8.1.0/threads-win32/seh/x86_64-8.1.0-release-win32-seh-rt_v6-rev0.7z)我选的这个。 ](https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/

    4.1K10发布于 2020-02-14
  • 来自专栏TopFE

    gitlab runner -- The Shell executor

    The Shell executor The Shell executor is a simple executor that you use to execute builds locally on The source project is checked out to: <working-directory>/builds/<short-token>/<concurrent-id>/<namespace All shell builds will be then executed as either the gitlab-runner or gitlab_ci_multi_runner user. In some testing scenarios, your builds may need to access some privileged resources, like Docker Engine Use it only for running builds on a server you trust and own.

    76910编辑于 2022-01-24
  • 来自专栏全栈程序员必看

    Android SDK常用命令

    . - mm: Builds all of the modules in the current directory, but not their dependencies. - mmm: Builds all of the modules in the supplied directories, but not their dependencies. - mma: Builds all of the all of the modules in the current directory, but not their dependencies. - mmm: Builds all of the modules in the supplied directories, but not their dependencies. - mma: Builds all of the modules in the current directory, and their dependencies. - mmma: Builds all of the modules in the supplied

    50320编辑于 2022-09-13
  • 来自专栏精益码农

    Abp vNext异常处理的缺陷/改造方案

    , DistributedCacheEntryOptions options, CancellationToken cancellationToken) in /home/gitlab-runner/builds UserGroupUpdateUserDto updateDto, String idshort, CancellationToken cancelToken) in /home/gitlab-runner/builds , DistributedCacheEntryOptions options, CancellationToken cancellationToken) in /home/gitlab-runner/builds UserGroupUpdateUserDto updateDto, String idshort, CancellationToken cancelToken) in /home/gitlab-runner/builds , DistributedCacheEntryOptions options, CancellationToken cancellationToken) in /home/gitlab-runner/builds

    1.7K10发布于 2021-01-05
  • 来自专栏Don的成长史

    【Codeforces】1217A - Creating a Character

    Two character builds are different if their strength and/or intellect are different. For each query print the number of different character builds you can create. All other builds are either too smart or don't use all free points. In the third query there are two appropriate builds: (7,6), (8,5). In the fourth query all builds have too much brains. 解题思路: 这题大意是分配exp点经验给力量s和智力i,求有多少种分配情况使s比i高。

    54210发布于 2019-11-08
  • 来自专栏大内老A

    EnterLib PIAB又一个BUG?

    Microsoft.Practices.EnterpriseLibrary.PolicyInjection.PolicyInjector.Create[TObject](Object[] args) in e:\Builds DynamicMethodConstructorStrategy.ThrowForAttemptingToConstructInterface(IBuilderContext context) in e:\Builds at Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context) in e:\Builds at Microsoft.Practices.ObjectBuilder2.BuilderContext.NewBuildUp(NamedTypeBuildKey newBuildKey) in e:\Builds at Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(IBuilderContext context) in e:\Builds

    633100发布于 2018-01-16
  • 来自专栏鸿鹄实验室

    Hershell-----一款多平台反向shell生成器

    listener port depends : generate the server certificate (required for the reverse shell) windows32 : builds a windows 32 bits executable (PE 32 bits) windows64 : builds a windows 64 bits executable (PE 64 bits ) linux32 : builds a linux 32 bits executable (ELF 32 bits) linux64 : builds a linux 64 bits executable (ELF 64 bits) macos32 : builds a mac os 32 bits executable (Mach-O) macos64 : builds a mac os 64 bits

    1.1K20发布于 2021-04-15
  • 来自专栏物联网事

    Android 源码下搜索快捷键

    Changes directory to the top of the tree. m: Makes from the top of the tree. mm: Builds all of the modules in the current directory, but not their dependencies. mmm: Builds all of the dependencies.To limit the modules being built use the syntax: mmm dir/:target1,target2. mma: Builds all of the modules in the current directory, and their dependencies. mmma: Builds all of the modules

    1.3K30发布于 2018-04-26
领券