Sort Score
Result 10 results
Languages All
Labels All
Results 8,311 - 8,320 of 27,279 for

archive

(1.14 sec)
  1. Lưu trữ

    Lưu trữ...kho lưu trữ ZIP mới bằng lớp Archive. Sau đó, thêm tệp vào kho lưu...lưu trữ ZIP bằng phương thức Archive.createentry(). Cuối cùng, lưu...

    blog.aspose.com/vi/zip/create-zip-archives-in-p...
  2. ZIP 파일 형식 - 알아야 할 모든 것

    폭넓은 호환성과 효율적인 압축 방법을 갖춘 다목적 아카이브 형식인 ZIP 파일 형식을 살펴보세요. ZIP이 다양한 애플리케이션에 대한 데이터 압축 및 아카이브 관리를 단순화하는 방법을 알아보세요....ZIP Most Common Archives What is zip ZIP 파일 형식: 다양한...file via .NET Compose ZIP archive with two entries added by their...

    products.aspose.com/zip/ko/most-common-archives...
  3. Comment créer un ZIP auto-extractible à l'aide ...

    Ce court tutoriel explique comment créer un ZIP auto-extractible à l'aide de C#. Il contient toutes les informations nécessaires telles que la configuration de l'environnement et un exemple de code exécutable pour générer des fichiers ZIP auto-extractibles à l'aide de C#....classe Archive Créez une entrée dans la nouvelle archive en fournissant...la sortie EXE Enregistrez l’archive en tant que fichier EXE en...

    kb.aspose.com/fr/zip/net/how-to-create-self-ext...
  4. Jak dodawać pliki do archiwów bez kompresji

    Jak dodawać pliki do archiwów bez kompresji, aby usprawnić zarządzanie plikami, zapewniając wygodę w transporcie, szybki dostęp i kompatybilność z różnymi aplikacjami....Add Files to Uncompressed Archives Dodawaj pliki do archiwów...(FileStream zipFile = File.Open( "archive.zip" , FileMode.Create)) {...

    products.aspose.com/zip/pl/net/advanced-api-fea...
  5. Cách xóa tệp khỏi kho lưu trữ hiện có

    Cách xóa các mục khỏi kho lưu trữ hiện có, hợp lý hóa việc quản lý, tiết kiệm dung lượng ổ đĩa và đảm bảo kho lưu trữ chỉ chứa dữ liệu liên quan để tổ chức tệp tối ưu....Delete Entries From Existing Archive Xóa tệp khỏi kho lưu trữ hiện...cùng. using ( var archive = new Archive( "archive.zip" )) { while...

    products.aspose.com/zip/vi/net/advanced-api-fea...
  6. ZIP 檔案格式 - 您需要了解的一切

    探索 ZIP 檔案格式,這是一種具有廣泛相容性和高效壓縮方法的多功能存檔格式。了解 ZIP 如何簡化各種應用程式的資料壓縮和存檔管理。...ZIP Most Common Archives What is zip ZIP 檔案格式:多功能壓縮與存檔管理...每個磁碟區的偏移量,以便快速存取特定條目。 Zip Archive 的受歡迎程度與支持 ZIP 是排名第一的存檔格式。 ZIP...

    products.aspose.com/zip/zh-hant/most-common-arc...
  7. 7z ???? ?? | .NET? Aspose.Zip

    C#?? 7z ???? ?? ? C#? API? ???? ????? ???? ???? ?? ?? ?? ??...Open( "archive.7z" , FileMode.Create)) 2 {...using ( var archive = new SevenZipArchive()) 4 { 5 archive.CreateEntry(...

    docs.aspose.com/zip/ko/net/working-with-7z-arch...
  8. Python.NET을 통해 기존 아카이브에 파일을 추가하는 방법

    ZIP / TAR / CPIO 아카이브 이미지, 사진 또는 기타 파일을 넣는 방법. Python.NET을 통해 Aspose.Zip을 사용하여 아카이브에 파일을 추가하는 방법을 살펴보세요....features Add Entries To Existing Archive 기존 아카이브에 파일 추가 Python.NET을...with zp . Archive( "existing.zip" ) as archive: archive . create_entry(...

    products.aspose.com/zip/ko/python-net/advanced-...
  9. 档案

    档案...FileStream 对象创建和初始化 Archive 的实例。 使用 Archive.Entries 集合访问 ZIP 中的文件。...Open)) { using (Archive archive = new Archive(zipFile, new Ar...

    blog.aspose.com/zh/zip/extract-zip-archives-in-...
  10. Tạo kho lưu trữ từ một hoặc nhiều tệp qua Java

    Cách đặt một hoặc nhiều tệp vào kho lưu trữ ZIP/TAR. Khám phá cách thêm tệp vào kho lưu trữ bằng Aspose.Zip qua Java...Advanced API features CREATE-ARCHIVE-FROM-ONE-OR-MORE-FILES Advanced...dụng. try ( Archive archive = new Archive ()) { archive . createEntry...

    products.aspose.com/zip/vi/java/advanced-api-fe...