C#基于BencodeNET实现批量torrent种子文件大小统计
最近有个案子需要对大量的种子文件进行下载,但是硬盘容量有限,需要提前对种子文件的大小进行统计,没有找到好用的工具,所以用BencodeNET做一个简单的实现。0X00.引用using BencodeNET.Parsing;0X01.声明Torrent类internal class Torrent { public string displayName { get; set; }
Async
最近有个案子需要对大量的种子文件进行下载,但是硬盘容量有限,需要提前对种子文件的大小进行统计,没有找到好用的工具,所以用BencodeNET做一个简单的实现。0X00.引用using BencodeNET.Parsing;0X01.声明Torrent类internal class Torrent { public string displayName { get; set; }
cd /usr/syno/share/nginx sudo sed -i 's/443/442/g' DSM.mustache server.mustache WWWService.mustache sudo sed -i 's/80/79/g' DSM.mustache server.mustache WWWService.mustache/usr/syno/sh
0x00 需求 存储正经电影 存储相机的RAW底图 存储一些游戏和不太好找的软件 可能会折腾一下docker之类的 以上需要远程访问,其他环境也能访问 因为用的Office 365,PC上办公文件和相册的备份也还够用,所以NAS上暂时没有备份同步的需求。所以综上,在没有all in one需求的情况下,这台NAS的存储稳定性会比其他更重要一些。0x01设备设
private void setStart_Click(object sender, EventArgs e) { RegistryKey R_local = Registry.LocalMachine; RegistryKey R_run = R_local.CreateSubKey(@"SOFTWARE\Microsoft\Wi
0x00.相关 Win UI 3.0 ContentDialog XamlRoot 0x01.现象使用win ui 3.0,创建content dialog,使用showasync(),报错Value does not fall within the expected range.ContentDialog contentDialog = new ContentDialog