当前位置: 首页 > news >正文

网站内部链接怎麽做微信h5制作小程序有哪些

网站内部链接怎麽做,微信h5制作小程序有哪些,协会网站建设,西安seo霸屏windows和linux下源码编译7-Zip(7za) 如需转载请标明出处#xff1a;http://blog.csdn.net/itas109 QQ技术交流群#xff1a;129518033 文章目录 windows和linux下源码编译7-Zip(7za)前言1. windows下源码编译7-Zip1.1 windows编译7za.exe1.2 windows编译7z.dll 2. linux下源…windows和linux下源码编译7-Zip(7za) 如需转载请标明出处http://blog.csdn.net/itas109 QQ技术交流群129518033 文章目录 windows和linux下源码编译7-Zip(7za)前言1. windows下源码编译7-Zip1.1 windows编译7za.exe1.2 windows编译7z.dll 2. linux下源码编译7-Zip2.1 linux编译7za2.2 linux编译7z.so 3.常用命令4.其他 环境 OS: windows 10 编译器Visual Studio 2017OS: Ubuntu 20.04 编译器g 9.4.0前言 7-Zip 是一款拥有极高压缩比的开源压缩软件。支持windows、linux、macOS。 7-Zip版本: 21.07(2021-12-26) 源码地址https://www.7-zip.org/a/7z2107-src.tar.xz 1. windows下源码编译7-Zip 1.1 windows编译7za.exe 打开vs2017 64位命令行进入目录 call D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat x64cd 7z2107-src\CPP\7zip\Bundles\Alone静态编译7za.exe nmake NEW_COMPILER1 MY_STATIC_LINK1动态编译7za.exe nmake NEW_COMPILER1 MY_STATIC_LINK0 1.2 windows编译7z.dll 打开vs2017 64位命令行行进入目录 call D:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat x64cd 7z2107-src\CPP\7zip\Bundles\Format7zF静态编译(静态链接msvcrt.dll)【推荐】 nmake NEW_COMPILER1 MY_STATIC_LINK1动态编译(动态链接msvcrt.dll) nmake NEW_COMPILER1 MY_STATIC_LINK0 2. linux下源码编译7-Zip 2.1 linux编译7za 进入目录 mkdir 7z2107-src tar xvJf 7z2107-src.tar.xz -C 7z2107-srccd 7z2107-src\CPP\7zip\Bundles\Alone静态编译7za(静态链接-static)【推荐】 修改7z2107-src/CPP/7zip/7zip_gcc.mak文件的第45行的LDFLAGS_STATIC_2由空赋值为-static LDFLAGS_STATIC_2 -static # -static # -static-libstdc -static-libgcc静态编译 $ make -f makefile.gcc$ file 7za 7za: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, BuildID[sha1]22269394e402fbccfb35017d21b3ffb9eb4994bf, for GNU/Linux 3.2.0, stripped动态编译7za $ make -f makefile.gcc$ file 7za 7za: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]5e07e05837089b8efb2627ff9d67be881dda4c19, for GNU/Linux 3.2.0, stripped$ ldd 7za linux-vdso.so.1 (0x00007ffd17262000) libpthread.so.0 /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f5d5404b000) libstdc.so.6 /lib/x86_64-linux-gnu/libstdc.so.6 (0x00007f5d53e69000) libgcc_s.so.1 /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f5d53e4e000) libc.so.6 /lib/x86_64-linux-gnu/libc.so.6 (0x00007f5d53c5c000) /lib64/ld-linux-x86-64.so.2 (0x00007f5d5421c000) libm.so.6 /lib/x86_64-linux-gnu/libm.so.6 (0x00007f5d53b0d000)2.2 linux编译7z.so 进入目录 cd 7z2107-src\CPP\7zip\Bundles\Format7zF动态编译7z.so $ make -f makefile.gcc$ file 7z.so 7z.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]5c66ae8bb982aae3c8c37f0eba0c91a30fe152ec, stripped $ ldd 7z.so linux-vdso.so.1 (0x00007fff24d4c000) libpthread.so.0 /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9ec200f000) libstdc.so.6 /lib/x86_64-linux-gnu/libstdc.so.6 (0x00007f9ec1e2d000) libgcc_s.so.1 /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9ec1e12000) libc.so.6 /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9ec1c20000) /lib64/ld-linux-x86-64.so.2 (0x00007f9ec22f2000) libm.so.6 /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9ec1ad1000)3.常用命令 7za详细命令 $ 7za -h7-Zip (a) 21.07 (x64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-12-26Usage: 7za command [switches...] archive_name [file_names...] [listfile]Commandsa : Add files to archiveb : Benchmarkd : Delete files from archivee : Extract files from archive (without using directory names)h : Calculate hash values for filesi : Show information about supported formatsl : List contents of archivern : Rename files in archivet : Test integrity of archiveu : Update files to archivex : eXtract files with full pathsSwitches-- : Stop switches and listfile parsing-ai[r[-|0]]{listfile|!wildcard} : Include archives-ax[r[-|0]]{listfile|!wildcard} : eXclude archives-ao{a|s|t|u} : set Overwrite mode-an : disable archive_name field-bb[0-3] : set output log level-bd : disable progress indicator-bs{o|e|p}{0|1|2} : set output stream for output/error/progress line-bt : show execution time statistics-i[r[-|0]]{listfile|!wildcard} : Include filenames-m{Parameters} : set compression Method-mmt[N] : set number of CPU threads-mx[N] : set compression level: -mx1 (fastest) ... -mx9 (ultra)-o{Directory} : set Output directory-p{Password} : set Password-r[-|0] : Recurse subdirectories for name search-sa{a|e|s} : set Archive name mode-scc{UTF-8|WIN|DOS} : set charset for for console input/output-scs{UTF-8|UTF-16LE|UTF-16BE|WIN|DOS|{id}} : set charset for list files-scrc[CRC32|CRC64|SHA1|SHA256|*] : set hash function for x, e, h commands-sdel : delete files after compression-seml[.] : send archive by email-sfx[{name}] : Create SFX archive-si[{name}] : read data from stdin-slp : set Large Pages mode-slt : show technical information for l (List) command-snh : store hard links as links-snl : store symbolic links as links-sni : store NT security information-sns[-] : store NTFS alternate streams-so : write data to stdout-spd : disable wildcard matching for file names-spe : eliminate duplication of root folder for extract command-spf : use fully qualified file paths-ssc[-] : set sensitive case mode-sse : stop archive creating, if it cant open some input file-ssp : do not change Last Access Time of source files while archiving-ssw : compress shared files-stl : set archive timestamp from the most recently modified file-stm{HexMask} : set CPU thread affinity mask (hexadecimal number)-stx{Type} : exclude archive type-t{Type} : Set type of archive-u[-][p#][q#][r#][x#][y#][z#][!newArchiveName] : Update options-v{Size}[b|k|m|g] : Create volumes-w[{path}] : assign Work directory. Empty path means a temporary directory-x[r[-|0]]{listfile|!wildcard} : eXclude filenames-y : assume Yes on all queries4.其他 7z2107-src\DOC\readme.txt Alone 7za.exe: Standalone version of 7-Zip console that supports only 7z/xz/cab/zip/gzip/bzip2/tar.Alone2 7zz.exe: Standalone version of 7-Zip console that supports all formats.Alone7z 7zr.exe: Standalone version of 7-Zip console that supports only 7z (reduced version)Fm Standalone version of 7-Zip File ManagerFormat7z 7za.dll: .7z supportFormat7zExtract 7zxa.dll: .7z support, extracting onlyFormat7zR 7zr.dll: .7z support, reduced versionFormat7zExtractR 7zxr.dll: .7z support, reduced version, extracting onlyFormat7zF 7z.dll: all formatsLzmaCon lzma.exe: LZMA compression/decompressionSFXCon 7zCon.sfx: Console 7z SFX moduleSFXWin 7z.sfx: Windows 7z SFX moduleSFXSetup 7zS.sfx: Windows 7z SFX module for InstallersLicense License under CC BY-NC-ND 4.0: 署名-非商业使用-禁止演绎 如需转载请标明出处http://blog.csdn.net/itas109 QQ技术交流群129518033 Reference: NULL
http://www.hkea.cn/news/14512716/

相关文章:

  • 学习网页设计与制作的网站网站建设名片
  • 商务酒店网站建设做网站显示不同字体
  • 装饰行业网站建设做网站建设哪家公司好
  • 网站域名备案地址医院手机网站模板
  • 传奇合成版2合1雷霆版温州网站关键词排名优化
  • 工作室做网站网站开发的薪资是多少
  • 网站弹出信息怎么做的网推平台有哪些比较好
  • 制作网站软件都在什么公司qq空间登录
  • 关于网站建设相关文章表白网站源码大全
  • 资讯网站模板个人申请网站
  • 网站优化 代码优化wordpress zzt
  • 自己做网站内容读取太慢广州app设计公司
  • 做网站的需要注册商标吗网页设计版式教程
  • 查外链网站网站模板交易
  • 长春微网站中山市区做网站公司
  • 餐厅网站源码安卓网站建站系统下载
  • 余姚公司做网站建e全景网
  • 郑州 网站建设的公司餐饮设计网站建设
  • 中山 在门户网站推广网站源码建站视频教程
  • 自己用dw做网站要多久网站设计风格有哪些
  • 网络网站制作技巧直接进入网址的浏览器
  • 国外有什么做网站的软件吗站长统计app网站
  • 民宿设计网站大全网站系统建设架构
  • 网站建设与管理案例教程手机 互动网站案例
  • 山东省品牌建设促进会网站wordpress调用栏目文章列表
  • 律师在哪个网站做推广比较好Drupal对比WordPress
  • 广州网站建设品牌o2o型网站
  • pc版网站生成App公司简介资料
  • php网站开发技术是什么找人帮你做PPT的网站
  • 建站不备案陕西宏远建设集团网站