qq空间刷人气源码公布

软件已失http://www.qipanet.com/usr/upload/201010/20101017152959101759.jpg效不再更新,仅供学习,文明上网,禁止任何违反法规的行为!

qq空间刷人气源码(C#)公布

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Wi

Unexpected character encountered while parsing value

   最近在做一个项目,下载下来的数据类型为json,用newton.Json去解析它时,提示Unexpected character encountered while parsing value,搞了n久,原来是数据结构错了。

解决方法如下:(不懂的M我,Powered By Error Q:302777528);

01.// libjsontest.cpp : 定义控制台应用程序的入口点。 
02.// 
03. 
04.#include "stdafx.h" 
05. 
06.#include "libjson/libjson.h" 
07.

C#模态窗体返回值

C#模态窗体返回值
在做一个自动识别验证码的项目中,需要用到弹出窗口,由用户操作完后返回用户操作结果,不想用全局变量,那样不安全。试着实例化窗口后调用该窗口的全局变量,非常Ok,特mark一下。
           frmShow vc = new frmShow();
            vc.ShowDialog();
            string strShow = vc.strShow;//模态对话框的返回值

联通验证码识别

联通验证码识别...

基本情况:中国联通官网的验证码,固定位置,固定大小,无干扰

获取地址:http://ecard.10010.com/getImage.jsp

基本思路是为每个数字建模,然后逐像素点对比,当匹配度最高的数字即为结果,如果识别错误则再次获取后识别。

程序采用WebBrowser1+自动填表+自动点击的方式完成,部分代码如下:

view plaincopy to clipboardprint?
'################################处理自动填表################################  

阅读剩余部分

联通充值接口(自动识别验证码)程序源码发布

联通充值接口(自动识别验证码)程序源码发布

             联通充值(自动识别验证码)程序源码发布

Powered BY Error Q:302777528http://www.qipanet.com
联通充值(免验证码)源程序.
 1.能提交手机号和卡密到联通网官方.
 2.实现全自动提交的功能
 3.能对自动提交手机号、卡密参数,验证码能自动识别。