-
Notifications
You must be signed in to change notification settings - Fork 2
Home EN
皮卡超人 edited this page Dec 23, 2025
·
4 revisions
Language: 中文 (Chinese) | English
Welcome to the WodToolKit Wiki! This contains complete documentation and usage guides for WodToolKit.
WodToolKit is a lightweight .NET utility library that provides encapsulation of various commonly used functions, aiming to simplify development work and improve development efficiency. The library adopts .NET Standard 2.1 standard, ensuring broad compatibility across various .NET platforms.
- 🚀 HTTP Request Handling - Simplified HTTP client operations, supporting various HTTP methods and request configurations, HTTP/HTTPS and SOCKS4/SOCKS5 proxy support
- 🍪 Cookie Management - Complete cookie management functionality, supporting add, get, delete, and batch operations
- 📦 JSON Parsing - Flexible JSON serialization and deserialization, supporting dynamic types and custom types
- ⚡ JavaScript Execution - Supports two methods: JintRunner (pure .NET implementation) and NodeJsRunner
- 💾 Memory Cache - Memory-based temporary cache implementation with TTL settings and automatic cleanup
- 🔐 AES Encryption - Secure AES encryption and decryption functionality, supporting multiple encryption modes and padding methods
- 🧵 Thread Pool Management - Simple and efficient thread pool implementation, supporting task queues and task waiting
- 🆔 ID Card Validation - Chinese ID card number validation, address extraction, and gender identification
- 📷 OCR Recognition - Integrated UmiOCR, supports image text recognition with configurable recognition language, output format, angle detection, etc.
- Installation Guide - How to install WodToolKit
- Quick Start - Get started in 5 minutes
- HTTP Request Handling - HTTP client usage guide
- Cookie Management - Cookie management detailed explanation
- JSON Processing - JSON serialization and deserialization
- Memory Cache - Temporary cache usage guide
- Thread Pool Management - Thread pool usage instructions
- AES Encryption - Encryption and decryption functionality
- JavaScript Execution - JavaScript code execution
- ID Card Validation - ID card number validation and information extraction
- OCR Recognition - Image text recognition functionality
- API Reference - Complete API documentation
- Example Projects - Practical application examples
- FAQ - Frequently asked questions
- Contributing Guide - How to contribute to the project
- Changelog - Version update records
- .NET Standard 2.1 or higher
- Supports .NET Core 3.0+, .NET Framework 4.6.1+, and other compatible platforms
This project is licensed under the MIT License. See the LICENSE file for details.
- 📧 Submit Issue: GitHub Issues
- 📖 View Documentation: Complete Documentation
- 💬 Discussion: GitHub Discussions
Get Started: Installation Guide → Quick Start