• 大小: 0.84M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: QQ  打码  远程  .NET  

资源简介

封装的 .net 打码类库,支持手动打码与联众、、打码兔、优优云、QQ超人、小爱等多个远程打码平台 资源是此类库的使用 demo!

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace 打码Demo
{
    public partial class Form1 : Form
    {
        Nie.Apps.Captcha.CaptchaResult result;

        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {
            DMEngines.Items.AddRange(Nie.Apps.Captcha.CaptchaFactory.Providers);
        }

        private bool check()
        {
            if (DMEngines.SelectedItem == null)
            {
                MessageBox.Show(“请选择打码引擎!“);
                return false;
            }
            if (DMEngines.SelectedItem.To

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      75776  2014-04-08 02:03  打码Demo\bin\Debug\Captcha.dll

     文件    1405952  2014-02-12 00:43  打码Demo\bin\Debug\CrackCaptchaAPI.dll

     文件     114688  2013-12-31 12:39  打码Demo\bin\Debug\dc.dll

     文件      77824  2013-08-03 11:33  打码Demo\bin\Debug\FastVerCode.dll

     文件       1543  2014-04-08 01:17  打码Demo\bin\Debug\test.jpg

     文件     179712  2014-02-18 10:18  打码Demo\bin\Debug\UUWiseHelper.dll

     文件     201728  2013-07-17 15:32  打码Demo\bin\Debug\xiaoapi.dll

     文件      12288  2014-04-08 02:03  打码Demo\bin\Debug\打码Demo.exe

     文件        898  2014-04-08 01:49  打码Demo\demo说明.txt

     文件       4050  2014-04-08 01:49  打码Demo\Form1.cs

     文件       7257  2014-04-08 01:49  打码Demo\Form1.Designer.cs

     文件       5817  2014-04-08 01:49  打码Demo\Form1.resx

     文件        865  2014-04-07 23:39  打码Demo\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6423  2014-04-08 01:59  打码Demo\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        530  2014-04-08 02:04  打码Demo\obj\Debug\打码Demo.csproj.FileListAbsolute.txt

     文件        977  2014-04-08 02:03  打码Demo\obj\Debug\打码Demo.csproj.GenerateResource.Cache

     文件       3696  2014-04-08 02:03  打码Demo\obj\Debug\打码Demo.csprojResolveAssemblyReference.cache

     文件      12288  2014-04-08 02:03  打码Demo\obj\Debug\打码Demo.exe

     文件        180  2014-04-08 02:03  打码Demo\obj\Debug\打码Demo.Form1.resources

     文件      24064  2014-04-08 02:03  打码Demo\obj\Debug\打码Demo.pdb

     文件        180  2014-04-08 02:03  打码Demo\obj\Debug\打码Demo.Properties.Resources.resources

     文件        491  2014-04-07 23:39  打码Demo\Program.cs

     文件       1344  2014-04-07 23:39  打码Demo\Properties\AssemblyInfo.cs

     文件       2872  2014-04-07 23:39  打码Demo\Properties\Resources.Designer.cs

     文件       5612  2014-04-07 23:39  打码Demo\Properties\Resources.resx

     文件       1097  2014-04-07 23:39  打码Demo\Properties\Settings.Designer.cs

     文件        249  2014-04-07 23:39  打码Demo\Properties\Settings.settings

     文件       3820  2014-04-08 01:58  打码Demo\打码Demo.csproj

     目录          0  2014-04-07 23:39  打码Demo\obj\Debug\TempPE

     目录          0  2014-04-08 02:04  打码Demo\bin\Debug

............此处省略9个文件信息

评论

共有 条评论