• 2024-07-01pyenv: python虚拟环境工具
    提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档文章目录0x0安装配置pyenv和virturalenv插件0x00pyenv0x01pyenv-virtualenv插件0x02pyenv下载安装包速度0x1使用pyenv0x2卸载pyenv0x3pyenv配置问题0x30问题描述0x31debug0x32problem0x33复现
  • 2024-06-22316 API Versions 03(Enabling API Versions in Swagger)
    更新Program.cs添加两个版本的SwaggerDoc//Swaggerbuilder.Services.AddEndpointsApiExplorer();//generatesdescriptionforallendpointsbuilder.Services.AddSwaggerGen(options=>{options.IncludeXmlComments(Path.Combine(AppContext.BaseDirectory,"api.x
  • 2024-06-13linux下pyenv的安装和使用
    pyenv可以根据需求使用户在系统里安装和管理多个Python版本:配置当前用户的python的版本配置当前shell的python版本配置某个项目(目录及子目录)的python版本配置多个虚拟环境 一、安装pyenv1、安装pyenvcurl-Lhttps://github.com/pyenv/pyenv-installer/raw/master
  • 2024-05-20【Azure Storage Account】Azure 存储服务计算Blob的数量和大小的Python代码
    问题描述介绍一段Python脚本,可以在微软云中国区使用。用于计算AzureStorageAccount中Container中Blob类型文件的数量和大小,脚本中允许按照容器,层(热/冷/归档),前缀,软删除/非软删除来计算数量和容量大小,默认使用的时间为以Blob的最后修改时间作为参考。执行结果参考: 参数
  • 2024-05-17windows scoop
    安装iwr-usebget.scoop.sh|iexscoopupdate#代理scoopconfigproxy127.0.0.1:10809search——搜索仓库中是否有相应软件。install——安装软件。uninstall——卸载软件。update——更新软件。可通过scoopupdate*更新所有已安装软件,或通过scoopupdate更新所有
  • 2024-05-10dremio CatalogMaintenanceService 服务简单说明
    说明此服务是从25.0开始包含的,同时在releasenote中也有说明,以下主要说明下内部实现release信息如下,具体就不翻译了,主要是添加了一个每个任务进行每个view最大保留50个历史信息Addeddailycatalogmaintenancetaskstotrimhistoryofviewstoamaximumof50
  • 2024-05-01Vue .browserslistrc
    Vue .browserslistrc 在使用脚手架搭建项目时,会自动生成.browserslistrc文件,该文件只要是配置兼容浏览器对于部分配置参数做一些解释:">1%":代表着全球超过1%人使用的浏览器“last2versions”:表示所有浏览器兼容到最后两个版本“notie<=8”:表示IE浏览器版本大于8
  • 2024-04-23【VMware by Broadcom】产品版本和内部版本号
    VMwareESXi/ESXBuildnumbersandversionsofVMwareESXi/ESX(2143832)VMwarevCenterServerBuildnumbersandversionsofVMwarevCenterServer(2143838)VMwarevCenterChargebackBuildnumbersandversionsofVMwarevCenterChargeback (2143841)V
  • 2024-04-07manage-docs-versions
    ManageDocsVersionsDocusauruscanmanagemultipleversionsofyourdocs.CreateadocsversionReleaseaversion1.0ofyourproject:npmrundocusaurusdocs:version1.0Thedocsfolderiscopiedintoversioned_docs/version-1.0andversions.jsoniscre
  • 2024-03-21MySQL InnoDB Instant schema 变更注意点
    在MySQL8.0.12中为DDL引入了新的算法,在修改表的定义的时候不会阻塞。第一个instant操作是在表的最后增加一个列,这是腾讯游戏团队贡献的。在8.0.29中,官方增加在任意位置增加或删除列的instant操作。本文要讲的是盲目使用该特性会带来的危害。 默认算法从MySQL8.0
  • 2024-02-05manage-docs-versions
    sidebar_position:1ManageDocsVersionsDocusauruscanmanagemultipleversionsofyourdocs.CreateadocsversionReleaseaversion1.0ofyourproject:npmrundocusaurusdocs:version1.0Thedocsfolderiscopiedintoversioned_docs/version-1.0and
  • 2023-12-29MacOS - QT动态库打包嵌入问题处理
    Crash信息TerminationReason:NamespaceDYLD,Code1LibrarymissingLibrarynotloaded:@rpath/QtCore.framework/Versions/5/QtCoreReferencedfrom:/Applications/AppName.app/Contents/MacOS/AppNameReason:tried:'/Applications/AppName.app/Contents/MacOS/
  • 2023-12-27Oracle 闪回技术
    闪回技术概述Oracle数据库闪回技术是一组独特而丰富的数据恢复解决方案,通过有选择地,有效的消除错误影响,可逆转人为错误。-查看数据地过去状态-可沿时间轴向前或向后闪回-协助用户进行错误分析和恢复-简单的命令行操作(或者DBMS_FLASHBACK包)-闪回时间与数据库大小无关闪
  • 2023-12-15ICEE-Microchip-MPLAB X IDE-MCC Plugin + MCC Core + MHC(MCC Harmony Core) versions and compatibility
    https://microchip.my.site.com/s/article/MPLAB-X-MCC-plugin--MCC-Core-and-MCC-Harmony-Core-versions-and-compatibilityAug17,2023•KnowledgerticleNumber:000014642Title:MPLABXMCCplugin,MCCCoreandMCCHarmonyCoreversionsandcompatibilityArticl
  • 2023-12-14_DEBUG预处理器定义问题
    release状态编译了一个dll,但运行报assert错误,看了下系统库的源码,是在"#ifdefined_DEBUG"条件编译下的代码报出来的,疑惑release为什么还有_DEBUG状态,搜了代码、查看了预处理器定义都是没有的。后询问了大佬,原来如此:  查看微软官方说明,确实:Thecompilerdefines _DEBUG
  • 2023-12-13ERROR: Could not find a version that satisfies the requirement basicsr== (from versions: none)
    (py37_gan)C:\Users\Administrator>pip3installbasicsr==WARNING:Retrying(Retry(total=4,connect=None,read=None,redirect=None,status=None))afterconnectionbrokenby'ProxyError('Cannotconnecttoproxy.',OSError(0,'Error&#
  • 2023-11-27Maven 插件统一修改聚合工程项目版本号
  • 2023-11-24版本对比的库
    compare-versions6.1.0 • Public • Published 4monthsago ReadmeCode Beta0Dependencies1,322Dependents36Versionscompare-versions  Compare semver versionstringstofindgreater,equalorlesser.RunsinthebrowseraswellasNode
  • 2023-11-17Python模块的搜索路径
    在Python中,模块搜索路径是指解释器用来查找导入模块的位置列表。了解和掌握Python模块搜索路径对于正确导入模块和管理模块的位置至关重要。Python模块搜索路径的主要来源包括当前目录、Python标准库目录和用户自定义的目录。你可以通过sys模块中的sys.path来查看和修改模块搜索
  • 2023-11-17JDK 版本对照 versions
    JDKversion和classfileversion(Class编译版本号)对应关系  JDK17=61,  JDK16=60,  JDK15=59,  JDK14=58,  JDK13=57,  JDK12=56,  JDK11=55,  JDK10=54,  JDK9=53,  JDK8=52,  JDK7=51,  J
  • 2023-11-13pip下载python软件包时报错 Could not find a version that satisfies the requirement requests_toolbelt (from ve
    pip下载python软件包时报错,使用了国内源等各种方法,后来才知道是电脑中打开了抓包工具;打开抓包工具后一定要关闭抓包工具,这样下载软件包就下载下来了关闭抓包工具后,下载成功了
  • 2023-10-28VS and C++ Versions
    VS版本VC版本ToolSet版本MSC版本VisualStudio66 1200VisualStudio20037 1300VisualStudio20058801400VisualStudio20089901500VisualStudio2010101001600VisualStudio2012111101700VisualStudio2013121201800
  • 2023-10-13vcpkg manifest 的使用
    最近项目上要使用CMakeLists管理,由于Windows版本有依赖到vcpkg提供的库,所以需要使用vcpkgmanifest来统一设置库的版本,方便后续维护推荐一个文章,介绍的可以说是非常全面了VCPKG特性-Versioning不过里面也有一些过时的特性,我在后面会补充一下为了防止上面文章的链
  • 2023-09-29Go - Using Multiple Versions of the Same Dependent Packages
    Problem: Youwanttousemultipleversionsofthesamedependentpackagesinyourcode.Solution: Usethereplacedirectiveinthego.modfiletorenameyourpackage.Thoughitmightseemlikeaverynicherequirement,thereissometimesaneedtobeabl
  • 2023-09-29Go - Requiring Local Versions of Dependent Packages
    Problem: Youwanttouselocalversionsofthedependentpackages.Solution: SetupGotouseavendordirectorybyrunninggomodvendor.Localversionsarethespecificversionofthedependentpackagesthatyoucanuseandareasafeguardincasethe