基本信息
源码名称:精易万能框架
源码大小:0.58M
文件格式:.zip
开发语言:C#
更新时间:2024-10-12
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

JinYiHelpWanNenKuangJia-master

├── JYKJ.Test
│   ├── CodingTest.cs
│   ├── EncryptTest.cs
│   ├── IniTest.cs
│   ├── IpTest.cs
│   ├── JYKJTest.csproj
│   ├── JsTest.cs
│   ├── ObjectTest.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── RsaTest.cs
│   ├── StringTest.cs
│   ├── TimeTest.cs
│   ├── app.config
│   └── packages.config
├── JYKJ.sln
├── JYKJDome
│   ├── App.config
│   ├── Form_DM.Designer.cs
│   ├── Form_DM.cs
│   ├── Form_DM.resx
│   ├── Form_Ftp.Designer.cs
│   ├── Form_Ftp.cs
│   ├── Form_Ftp.resx
│   ├── Form_Image.Designer.cs
│   ├── Form_Image.cs
│   ├── Form_Image.resx
│   ├── Form_SocketClient.Designer.cs
│   ├── Form_SocketClient.cs
│   ├── Form_SocketClient.resx
│   ├── Form_SocketServer.Designer.cs
│   ├── Form_SocketServer.cs
│   ├── Form_SocketServer.resx
│   ├── Form_ThreadDown.Designer.cs
│   ├── Form_ThreadDown.cs
│   ├── Form_ThreadDown.resx
│   ├── Form_Win32.Designer.cs
│   ├── Form_Win32.cs
│   ├── Form_Win32.resx
│   ├── Form_test.Designer.cs
│   ├── Form_test.cs
│   ├── Form_test.resx
│   ├── JYKJDome.csproj
│   ├── JsonTest.cs
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── bin
│   │   └── Debug
│   └── obj
│       └── Debug
│           └── JYKJDome.csproj.AssemblyReference.cache
├── JinYiHelp
│   ├── App.config
│   ├── Excel
│   │   └── ExcelHelper.cs
│   ├── Hook
│   │   └── HookHeper.cs
│   ├── IP相关
│   │   └── IpHelper.cs
│   ├── Ini配置
│   │   └── IniHelper.cs
│   ├── JinYiHelp.csproj
│   ├── Json操作
│   │   └── JsonHelper.cs
│   ├── Js操作
│   │   └── JsHelper.cs
│   ├── Log日志
│   │   └── LogHelper.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── bin
│   │   └── Debug
│   ├── libs
│   │   └── v8sharp.dll
│   ├── obj
│   │   └── Debug
│   │       └── JinYiHelp.csproj.AssemblyReference.cache
│   ├── packages.config
│   ├── 网络
│   │   ├── CookieHelper.cs
│   │   ├── EasyHTTP.cs
│   │   ├── FtpHelper.cs
│   │   ├── Html_info.cs
│   │   ├── HttpItem.cs
│   │   ├── MultiThreadDownloader.cs
│   │   ├── PartialDownloader.cs
│   │   └── SocketHelper.cs
│   ├── 进程
│   │   └── ProcessHelper.cs
│   ├── 加解密
│   │   ├── CryptHelper.cs
│   │   ├── HashHelper.cs
│   │   └── RsaHelper.cs
│   ├── 多媒体
│   │   ├── ImageHelper.cs
│   │   └── MediaHelper.cs
│   ├── 解压缩
│   │   └── CompressHelper.cs
│   ├── 文件目录
│   │   └── FileHelper.cs
│   ├── 文本子节
│   │   └── StringHelper.cs
│   ├── 时间相关
│   │   └── TimeHelper.cs
│   ├── 窗口句柄
│   │   ├── CDmSoft.cs
│   │   ├── WinAPI.cs
│   │   └── WindowsMessage.cs
│   ├── 系统信息
│   │   ├── AdslHelper.cs
│   │   ├── SystemHelper.cs
│   │   └── WindTypes.cs
│   ├── 编码相关
│   │   └── CodingHelper.cs
│   └── 对象转换处理
│       └── ObjectConversion.cs
├── README.en.md
├── README.md
└── packages
    └── SharpCompress.0.23.0
        ├── SharpCompress.0.23.0.nupkg
        └── lib
            ├── net35
            │   └── SharpCompress.dll
            ├── net45
            │   └── SharpCompress.dll
            ├── netstandard1.0
            │   └── SharpCompress.dll
            ├── netstandard1.3
            │   └── SharpCompress.dll
            └── netstandard2.0
                └── SharpCompress.dll

42 directories, 95 files