• 2024-08-01安装 MinGW-w64
    MinGW-w64是MinGW项目的64位版本。MinGW(MinimalistGNUforWindows)是GCC编译套件和GNUBinutils移植到Windows下的产物。简单理解,它就是Windows平台上的GCC。由于MinGW-w64MingW-W64-buildsWhatisthedifferencebetweenMinGW,MinGW-w64andMinGW-builds?
  • 2024-06-04Git 保留空文件夹结构
    假设有如下helloworld项目结构:helloworld|--.git|--.gitignore|--Builds|--WebGL|--iOS|--Android现在有个需求,在上传到github仓库时,只想保留WebGL、iOS、Android文件夹的结构,不想要里面的内容,可以按以下步骤实现分别在WebGL、iOS、Android文件
  • 2024-04-19Controlling the Flow with Stage, Lock, and Milestone
    ControllingtheFlowwithStage,Lock,andMilestonehttps://www.jenkins.io/blog/2016/10/16/stage-lock-milestone/ stage('Build'){//Thefirstmilestonestepstartstrackingconcurrentbuildordermilestone()node{echo"Buil
  • 2023-09-06Android官方资料--Signing Builds for Release
    SigningBuildsforReleaseINTHISDOCUMENTReleasekeysSigningOTApackagesSignaturesandsideloadingCertificatesandprivatekeysAdvancedsigningoptionsManuallygeneratingkeysCreatingimagefilesAndroidOSimagesusecryptographicsignaturesintwo
  • 2023-07-09MySQL--Sorted Index Builds 导致备份失败故障分析
    问题概述xtrabackup备份失败,日志中有这样的信息InnoDB:Anoptimized(withoutredologging)DDLoperationhasbeenperformed.Allmodifiedpagesmaynothavebeenflushedtothediskyet.问题原因redologs会跳过一些DDL,PerconaXtraBackup监测到redolog有跳过时,它会
  • 2023-06-12快速创建Jenkins Job
    JenkinsJob类型1.Freestyleproject这个是jenkins的基础功能,可以用它来执行各种构建任务,他只能构建在一个电脑上,如果没有太多的需求,这个job基本够用了,它包含了所有基础功能.2.Pipeline真实的工作环境有很多job,比如先编译,然后执行静态代码检查、单元测试、然后部署服务器、
  • 2023-04-03cmake CMAKE_BUILD_TYPE
    https://stackoverflow.com/questions/24460486/cmake-build-type-is-not-being-used-in-cmakelists-txtTherearetwotypesofgenerators:single-configurationsandmulti-configurations.1.SingleconfigurationsMake-likegenerators:UnixMakefiles,NMakeMakef
  • 2023-03-30python+playwright 学习-42 离线安装 playwright 环境
    前言有些同学可能是在公司局域网办公,无法连到外网去在线下载,本篇教大家在本地局域网部署好playwright环境playwright本地下载先找个有网络的电脑,下载playwright,不要
  • 2022-11-29android-当android studio更新时遇到Connetion failed
    获取到你的当前版本号:获取方法:Help->About,获取后如下图所示:然后获取最新的版本编号:打开网页https://dl.google.com/android/studio/patches/updates.xml在
  • 2022-11-27快速创建Jenkins Job
    JenkinsJob类型1.Freestyleproject这个是jenkins的基础功能,可以用它来执行各种构建任务,他只能构建在一个电脑上,如果没有太多的需求,这个job基本够用了,它包含了所
  • 2022-10-31android编译
    m:Makesfromthetopofthetree(编译全部模块)。mm:Buildsallofthemodulesinthecurrentdirectory(编译当前目录下的所有模块)。mmm:Buildsallofthemodulesin
  • 2022-09-29react 代码编辑器react-ace
    github:https://github.com/securingsincity/react-acestar:3.6knpm:weeklydownloads280,045DEMOofReactAce:https://securingsincity.github.io/react-ace/i
  • 2022-09-26【前端】vue3 vue3-ace-editor json格式化显示 json编辑器
    一、效果二、代码<!----><template><divclass='content'><el-selectv-model="aceConfig.theme"class="m-2"placeholder="Select"size="large">