• 大小: 0.08M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: QQ  登陆  C#  

资源简介

原理:利用qq的快速登陆功能提取已经登陆的qq号信息

资源截图

代码片段和文件信息

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

namespace GetLoginQQDemo
{

public partial class Form1 : Form
{

private string url = “http://xui.ptlogin2.qq.com/cgi-bin/qlogin?domain=qq.com&lang=2052&qtarget=1&jumpname=&appid=549000912&ptcss=undefined&param=u1%253Dhttp%25253A%25252F%25252Fqun.qzone.qq.com%25252Fgroup&css=&mibao_css=&s_url=http%253A%252F%252Fqun.qzone.qq.com%252Fgroup&low_login=0&style=12&authParamUrl=&needVip=1&ptui_version=10028“;

private WebBrowser web = new WebBrowser();
public Form1()
{
InitializeComponent();

lvwUins.Co

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2017  2013-04-15 09:07  51Aspx源码必读.txt
     文件        2398  2013-04-14 12:29  Form1.Designer.cs
     文件        1746  2013-04-14 12:31  Form1.cs
     文件        5817  2013-04-14 12:29  Form1.resx
     文件        3435  2013-04-14 11:44  GetLoginQQDemo.csproj
     文件         869  2013-04-15 09:05  GetLoginQQDemo.sln
     文件       22016  2013-04-15 09:05  GetLoginQQDemo.suo
     文件         397  2013-04-14 10:55  Program.cs
     目录           0  2013-04-15 09:01  Properties\
     文件        1378  2013-04-14 10:55  Properties\AssemblyInfo.cs
     文件        2530  2013-04-14 10:55  Properties\Resources.Designer.cs
     文件        5612  2013-04-14 10:55  Properties\Resources.resx
     文件        1021  2013-04-14 10:55  Properties\Settings.Designer.cs
     文件         249  2013-04-14 10:55  Properties\Settings.settings
     目录           0  2013-04-14 12:30  bin\
     目录           0  2013-04-15 09:01  bin\Debug\
     文件       10752  2013-04-15 09:05  bin\Debug\GetLoginQQDemo.exe
     文件       28160  2013-04-15 09:05  bin\Debug\GetLoginQQDemo.pdb
     文件       11608  2013-04-15 09:04  bin\Debug\GetLoginQQDemo.vshost.exe
     文件         490  2012-06-02 22:34  bin\Debug\GetLoginQQDemo.vshost.exe.manifest
     目录           0  2013-04-15 09:01  bin\Release\
     文件       10240  2013-04-15 09:01  bin\Release\GetLoginQQDemo.exe
     文件       28160  2013-04-15 09:01  bin\Release\GetLoginQQDemo.pdb
     文件       11608  2013-04-15 09:04  bin\Release\GetLoginQQDemo.vshost.exe
     文件         490  2012-06-02 22:34  bin\Release\GetLoginQQDemo.vshost.exe.manifest
     文件        4945  2007-07-18 09:38  from.gif
     目录           0  2013-04-14 10:55  obj\
     目录           0  2013-04-14 12:30  obj\x86\
     目录           0  2013-04-15 09:05  obj\x86\Debug\
     文件        9883  2013-04-14 10:57  obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        5510  2013-04-15 09:05  obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此处省略21个文件信息

评论

共有 条评论