资源简介
远程调用UU云进行远程打码的工具源码,C#编写
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Drawing.Imaging;
using System.Threading;
using System.Diagnostics;
using System.Security.Cryptography;
namespace UUWiseCSWrapper
{
public partial class Form1 : Form
{
static int SoftID = 0;
static string SoftKey = ““;
bool isLogin = false;
int codeType = 1004;
int m_codeID;
//static UUWiseHelperLib.CaptchaRecognizerClass c = new UUWiseHelperLib.CaptchaRecognizerClass();
public Form1()
{
InitializeComponent();
}
///
/// 登陆测试
///
///
///
private void btnLogin_Click(object sender EventArgs e)
{
/* 优优云DLL 文件MD5值校验
*
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2577 2013-07-15 13:32 UUWiseCSWrapperDLL\captcha.jpg
文件 16308 2013-11-08 16:05 UUWiseCSWrapperDLL\Form1.cs
文件 30763 2013-11-08 16:00 UUWiseCSWrapperDLL\Form1.Designer.cs
文件 9988 2013-11-08 16:00 UUWiseCSWrapperDLL\Form1.resx
文件 554 2013-01-16 16:21 UUWiseCSWrapperDLL\Program.cs
文件 1376 2012-09-13 03:20 UUWiseCSWrapperDLL\Properties\AssemblyInfo.cs
文件 2880 2012-09-13 03:20 UUWiseCSWrapperDLL\Properties\Resources.Designer.cs
文件 5612 2012-09-13 03:20 UUWiseCSWrapperDLL\Properties\Resources.resx
文件 1100 2012-09-13 03:20 UUWiseCSWrapperDLL\Properties\Settings.Designer.cs
文件 249 2012-09-13 03:20 UUWiseCSWrapperDLL\Properties\Settings.settings
文件 4088 2013-07-15 13:32 UUWiseCSWrapperDLL\UUWiseCSWrapper.csproj
文件 1539 2012-12-24 12:07 UUWiseCSWrapperDLL\UUWiseCSWrapper.sln
.....H. 8198 2013-07-21 18:30 UUWiseCSWrapperDLL\UUWiseCSWrapper.sln.docstates.suo
..A..H. 35328 2013-11-08 16:05 UUWiseCSWrapperDLL\UUWiseCSWrapper.suo
文件 5356 2013-07-15 17:58 UUWiseCSWrapperDLL\Wrapper.cs
目录 0 2013-01-16 15:59 UUWiseCSWrapperDLL\obj\x86
目录 0 2013-01-16 15:59 UUWiseCSWrapperDLL\bin
目录 0 2013-01-16 15:59 UUWiseCSWrapperDLL\obj
目录 0 2013-01-16 15:59 UUWiseCSWrapperDLL\Properties
目录 0 2013-07-15 13:32 UUWiseCSWrapperDLL
----------- --------- ---------- ----- ----
125916 20
- 上一篇:Sql CE Helper类
- 下一篇:iis6 创建站点方法(附详细参数列表)
评论
共有 条评论