Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 3,546 for

ios

(0.12 sec)
  1. How to remove metadata from an image file C# - ...

    I need to remove metadata from an image file which I am reading as a FileStream var loadOption = new LoadOptions(GroupDocs.Metadata.Common.FileFormat.Jpeg); using (var metadata = new Metadata(fileStream, loadOption)) { …...IO; namespace metadata_tester {...

    forum.groupdocs.com/t/how-to-remove-metadata-fr...
  2. Evaluation Limitations and Licensing | Document...

    Free search api version is available to evaluate the API which will be similar as licensed but with few limitations....io.FileInputStream'); const licensePath...

    docs.groupdocs.com/search/nodejs-java/evaluatio...
  3. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customisations - style detection, change comparison detalisation level and more....IO ; // ... using ( Comparer comparer...

    docs.groupdocs.com/comparison/net/compare-multi...
  4. פורמט קובץ XSD - קובץ הגדרת סכמת XML

    למד על פורמט קובץ XSD וממשקי API שיכולים ליצור ולפתוח קובץ XSD....io /XmlNotepad/). פורמט קובץ XSD...

    docs.fileformat.com/he/programming/xsd/
  5. circle() - CSS: Cascading Style Sheets | MDN

    The circle() CSS function defines a circle using a radius and a position. It is one of the data types....io/shared-assets/images/examples/round-balloon...

    developer.mozilla.org/en-US/docs/Web/CSS/basic-...
  6. SYS - فرمت فایل سیستم

    با فرمت فایل SYS و APIهایی که می توانند فایل های SYS را ایجاد و باز کنند آشنا شوید....نمونه فایل های سیستم عبارتند از: IO.SYS (این درایورهای دستگاه سیستم...

    docs.fileformat.com/fa/system/sys/
  7. Wyodrębnij dane z plików bazy danych za pomocą C#

    Baza danych jest uważana za integralną część większości aplikacji. Niezależnie od tego, czy jest to aplikacja komputerowa, internetowa czy mobilna, baza danych odgrywa istotną rolę w przechowywaniu danych, uzyskiwaniu do nich dostępu i manipulowaniu nimi. Istnieje wiele systemów zarządzania bazami danych, które umożliwiają tworzenie baz danych i zarządzanie nimi. Może się jednak zdarzyć sytuacja, w której potrzebujesz sposobu na wyodrębnienie danych z plików bazy danych, np. pliku .db, bez instalowania systemu zarządzania bazą danych lub pisania zapytań SQL....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/pl/parser/extract-data-from-...
  8. แยกข้อมูลจากไฟล์ฐานข้อมูลโดยใช้ C#

    ฐานข้อมูล ถือว่าเป็นส่วนสำคัญของแอปพลิเคชันส่วนใหญ่ ไม่ว่าจะเป็นเดสก์ท็อป เว็บ หรือแอปพลิเคชันมือถือ ฐานข้อมูลมีบทบาทสำคัญในการจัดเก็บ เข้าถึง และจัดการข้อมูล มีระบบจัดการฐานข้อมูลมากมายที่ช่วยให้สามารถสร้างและจัดการฐานข้อมูลให้กับคุณได้ อย่างไรก็ตาม อาจมีสถานการณ์ที่คุณต้องการวิธีดึงข้อมูลจากไฟล์ฐานข้อมูล เช่น ไฟล์ .db โดยไม่ต้องติดตั้งระบบจัดการฐานข้อมูลหรือเขียนแบบสอบถาม SQL คุณจะแยกวิเคราะห์ไฟล์ฐานข้อมูลในกรณีเช่นนี้และรับข้อมูลจากไฟล์ได้อย่างไร ในบทความนี้ ฉันจะแสดงให้เห็นว่าคุณสามารถแยกข้อมูลจากตารางในฐานข้อมูล SQLite ได้ง่ายเพียงใดโดยไม่ต้องเขียนแบบสอบถาม SQL ฉันจะใช้ GroupDocs.Parser for .NET API ซึ่งรองรับการแยกข้อมูลจากฐานข้อมูลผ่าน [ADO.NET](https://en.wikipedia. org/wiki/ADO.NET) ขั้นตอนในการดึงข้อมูลจากตารางในฐานข้อมูล SQLite (.db) สร้างโครงการใหม่ใน Visual Studio ติดตั้ง GroupDocs.Parser for .NET จาก NuGet เพิ่มเนมสเปซต่อไปนี้ using System; using System.Collections.Generic; using System.IO; using GroupDocs.Parser.Data; using GroupDocs.Parser.Options; เตรียมสตริงการเชื่อมต่อ string connectionString = string.Format("Provider=System.Data.Sqlite;Data Source={0};Version=3;", "sqlite.db"); โหลดไฟล์ฐานข้อมูลในวัตถุ Parser using (Parser parser = new Parser(connectionString, new LoadOptions(FileFormat.Database))) { // รหัสของคุณไปที่นี่ } รับรายการตารางในฐานข้อมูลโดยใช้เมธอด Parser....IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/th/parser/extract-data-from-...
  9. חלץ נתונים מקבצי מסד נתונים באמצעות C#

    בסיס הנתונים נחשב לחלק בלתי נפרד מרוב האפליקציות. בין אם זה יישום שולחן עבודה, אינטרנט או נייד, מסד הנתונים ממלא תפקיד חיוני באחסון, גישה ותמרון הנתונים. ישנן מערכות רבות לניהול מסדי נתונים המאפשרות יצירה וניהול של מסדי נתונים עבורך. עם זאת, יכול להיות תרחיש שבו אתה צריך דרך לחלץ נתונים מקבצי מסד נתונים, כלומר קובץ .db, מבלי להתקין מערכת ניהול מסד נתונים או לכתוב שאילתות SQL. איך היית מנתח את קובץ מסד הנתונים במקרה כזה ומקבלים ממנו את הנתונים?...IO; using GroupDocs.Parser.Data;...

    blog.groupdocs.com/he/parser/extract-data-from-...
  10. groupdocs-signature repositories · GitHub

    Add the power of electronic signatures in your applications with e-Signature APIs. Digitally sign Microsoft Word, Excel, PowerPoint and PDF documents - GroupDocs.Signature Product Family...io Public HTML • 1 • 1 • 0 • 0 •...

    github.com/orgs/groupdocs-signature/repositories