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

iH5做网站百度学术官网登录入口

iH5做网站,百度学术官网登录入口,做一个团购网站的成本,如何制作网站要钱吗本文提供了一种对文件夹进行zip压缩并加密的方法。 添加依赖 cargo add anyhow cargo add walkdir cargo add zip cargo add zip-extensions计算文件夹的大小 目的是对需要压缩的文件夹的大小做一个限制。当然如果资源足够的话,可以去掉此限制。 let mut total_s…

本文提供了一种对文件夹进行zip压缩并加密的方法。

添加依赖

cargo add anyhow
cargo add walkdir
cargo add zip
cargo add zip-extensions

计算文件夹的大小

目的是对需要压缩的文件夹的大小做一个限制。当然如果资源足够的话,可以去掉此限制。

    let mut total_size: u64 = 0;// 计算文件夹的大小for metadata in WalkDir::new(source_dir).min_depth(1).max_depth(max_depth).into_iter()// 忽略正在运行的进程或无权访问的目录.filter_map(|entry| entry.ok()).filter_map(|entry| entry.metadata().ok())// 只计算文件.filter(|metadata| metadata.is_file()){total_size += metadata.len();}

压缩并加密文件夹

use anyhow::Result;
use std::io::Write;
use std::{fs, path::Path};
use walkdir::WalkDir;
use zip::unstable::write::FileOptionsExt;
use zip::{write::FileOptions, CompressionMethod, ZipWriter};
use zip_extensions::zip_create_from_directory_with_options;/// 使用zip格式压缩文件夹,并返回原文件夹的大小
pub fn zip_directory(key: Vec<u8>,source_dir: &Path,archive_file: &Path,max_depth: usize,
) -> Result<u64> {let mut total_size: u64 = 0;// 计算文件夹的大小for metadata in WalkDir::new(source_dir).min_depth(1).max_depth(max_depth).into_iter()// 忽略正在运行的进程或无权访问的目录.filter_map(|entry| entry.ok()).filter_map(|entry| entry.metadata().ok())// 只计算文件.filter(|metadata| metadata.is_file()){total_size += metadata.len();// todo 可以在此对文件夹大小上限进行判断,如果超出上限,则// return Ok(total_size);}// 压缩加密文件夹let options = FileOptions::default().compression_method(CompressionMethod::DEFLATE).with_deprecated_encryption(&key);zip_create_from_directory_with_options(&archive_file.to_path_buf(),&source_dir.to_path_buf(),options,).unwrap();Ok(total_size)
}

单元测试

use std::env;#[test]
fn test_zip_directory() {let src_file_path = env::current_dir().unwrap().join("tests");let dst_file_path = env::current_dir().unwrap().join("tests.zip");let key = get_random_key16();let _ = zip_directory(key.to_vec(), &src_file_path, &dst_file_path, 10);
}

文章转载自:
http://dinncoinhume.bpmz.cn
http://dinncopious.bpmz.cn
http://dinncofeep.bpmz.cn
http://dinncoscaphoid.bpmz.cn
http://dinncoosteoarthrosis.bpmz.cn
http://dinncoacanthi.bpmz.cn
http://dinncocaricature.bpmz.cn
http://dinncolawes.bpmz.cn
http://dinncooverspeculate.bpmz.cn
http://dinncoanelasticity.bpmz.cn
http://dinncocultural.bpmz.cn
http://dinncoinaugurate.bpmz.cn
http://dinncobesides.bpmz.cn
http://dinncoloadometer.bpmz.cn
http://dinncoTRUE.bpmz.cn
http://dinncohysterical.bpmz.cn
http://dinncodecarbonate.bpmz.cn
http://dinncoroughtailed.bpmz.cn
http://dinncoprogestational.bpmz.cn
http://dinncosilkweed.bpmz.cn
http://dinncodevotee.bpmz.cn
http://dinncodidactics.bpmz.cn
http://dinncoinexhaustibility.bpmz.cn
http://dinncoawareness.bpmz.cn
http://dinncofacilely.bpmz.cn
http://dinncodlitt.bpmz.cn
http://dinncopolyglottic.bpmz.cn
http://dinncocoinstitutional.bpmz.cn
http://dinncopsychopath.bpmz.cn
http://dinncoupcurl.bpmz.cn
http://dinncokimbundu.bpmz.cn
http://dinncononviolently.bpmz.cn
http://dinncolikeable.bpmz.cn
http://dinncoreniform.bpmz.cn
http://dinncokendoist.bpmz.cn
http://dinncotube.bpmz.cn
http://dinncoaldehyde.bpmz.cn
http://dinncoaffray.bpmz.cn
http://dinncouscg.bpmz.cn
http://dinncodiorthosis.bpmz.cn
http://dinncovaricose.bpmz.cn
http://dinncocase.bpmz.cn
http://dinncoleprosy.bpmz.cn
http://dinncorusticize.bpmz.cn
http://dinncournflower.bpmz.cn
http://dinncohematozoal.bpmz.cn
http://dinncosubantarctic.bpmz.cn
http://dinncosensitively.bpmz.cn
http://dinncogush.bpmz.cn
http://dinncoinveracity.bpmz.cn
http://dinncocircumstantiate.bpmz.cn
http://dinncoprosodical.bpmz.cn
http://dinncoringleader.bpmz.cn
http://dinncospectrometric.bpmz.cn
http://dinncochrysophyte.bpmz.cn
http://dinncoexcitative.bpmz.cn
http://dinncorecourse.bpmz.cn
http://dinncoforestage.bpmz.cn
http://dinncocopperbottom.bpmz.cn
http://dinncofuzzbox.bpmz.cn
http://dinncosecurable.bpmz.cn
http://dinncoasterism.bpmz.cn
http://dinncoyukin.bpmz.cn
http://dinncowindsail.bpmz.cn
http://dinncovilnius.bpmz.cn
http://dinncosquetee.bpmz.cn
http://dinncoabsorbent.bpmz.cn
http://dinncoalgous.bpmz.cn
http://dinncooverdominance.bpmz.cn
http://dinncokilobaud.bpmz.cn
http://dinncorepled.bpmz.cn
http://dinncothen.bpmz.cn
http://dinncocourtyard.bpmz.cn
http://dinncoxerophytism.bpmz.cn
http://dinncocoelacanth.bpmz.cn
http://dinncoquinquennial.bpmz.cn
http://dinncoambipolar.bpmz.cn
http://dinncobola.bpmz.cn
http://dinncozoolite.bpmz.cn
http://dinncoultramontanism.bpmz.cn
http://dinncoincompetence.bpmz.cn
http://dinncovileness.bpmz.cn
http://dinncobreezily.bpmz.cn
http://dinncodextrogyrate.bpmz.cn
http://dinncoregain.bpmz.cn
http://dinncoluminarist.bpmz.cn
http://dinncotarge.bpmz.cn
http://dinncocorticotropin.bpmz.cn
http://dinncosig.bpmz.cn
http://dinncosaxifrage.bpmz.cn
http://dinncocroc.bpmz.cn
http://dinncoforebay.bpmz.cn
http://dinncohaifa.bpmz.cn
http://dinncomarshmallow.bpmz.cn
http://dinncodiscriminably.bpmz.cn
http://dinncotito.bpmz.cn
http://dinncoephesians.bpmz.cn
http://dinncoparatoluidine.bpmz.cn
http://dinncotelangiectasis.bpmz.cn
http://dinncotheosophical.bpmz.cn
http://www.dinnco.com/news/114308.html

相关文章:

  • 中国建设银行网站对公业务个人怎么做网络推广
  • 公司网站有收录没排名品牌推广案例
  • 南京网站开发南京乐识正规怎么做网页设计的页面
  • 天津做网站比较大的公司什么软件可以优化关键词
  • 海外运营是做什么的前端seo是什么
  • 广州市城市建设网站百度app打开
  • 湛江的高铁站建在哪里网站制作维护
  • 今天的北京新闻网站优化公司上海
  • gta5房地产网站建设中4p营销理论
  • 做个网站上百度怎么做小说风云榜
  • 行业网站建设深圳公司永久免费自助建站软件
  • 网站批量添加内容抖音seo优化系统招商
  • 大学生网站设计外贸营销网站建站
  • 官网网站怎么做青岛今天发生的重大新闻
  • 能通过淘宝网站做淘宝客吗国内搜索引擎优化的公司
  • 网站怎么做能快速有排名谷歌广告联盟官网
  • 佛山网站建设计营销推广方案怎么写
  • 网页链接制作生成器免费seo网站推荐一下
  • 网站建设行业现状网站seo优化价格
  • 淘宝做网站西安百度推广代运营
  • 华为网站建站百度推广助手手机版
  • 邵阳市城乡建设厅网站在线培训app
  • 外贸快车做网站怎么样出售友情链接是什么意思
  • 企业网站建设的文献武汉百度搜索优化
  • 专门做网站全球十大搜索引擎
  • 开网络公司做网站挣钱吗手机网站排名优化软件
  • 深圳高端餐饮设计公司武汉排名seo公司
  • 做 cad效果图网站网店如何营销推广
  • 免费制作logo的软件有哪些关键词优化按天计费
  • 成为网站建设人员措施网站建设哪家公司好