登录
首页 » C# » C# 采集代理IP 并用代理IP模拟访问网页 实例源码下载

C# 采集代理IP 并用代理IP模拟访问网页 实例源码下载

于 2014-07-15 发布
0 152
下载积分: 1 下载次数: 0

代码说明:

C# 采集代理IP 并用代理IP模拟访问网页 实例源码下载

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 代码相似度计算 例子源码下载
    文本相似度计算
    2014-10-19下载
    积分:1
  • <赞>物业管理系统源码(含access数据库)
    小区物业管理软件源码源码描述:运行环境:VS2010 Access       C/S功能描述:具备以下的功能:1、收费管理2、住户管理3、房间设置4、单价设置5、通知单打印6、导入收费Excel表7、导出收费Excel表8、导入住户Excel表9、导出住户Excel表打印通知单功能采用水晶报表制作,很方便拓展。VS2010下安装水晶报表。软件采用多层模式开发,界面非常漂亮。是一款适合您应用到各种小区或者大厦的物业管理软件。同时也是一款非常适合学习或者做二次开发的软件。
    2019-09-30下载
    积分:1
  • C#与SAP系统接口
    NCO3.0的应用说明
    2015-03-26下载
    积分:1
  • C# 套打Demo
    套打Demo 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;namespace Print_Demo{ public partial class Form1 : Form { public PrintDocument printDt = new PrintDocument(); //打印文档对象 Font printFont; //打印使用的字体 public Form1() { InitializeComponent(); } void printDt_PrintPage(object sender, PrintPageEventArgs e) { float pointX = 10; float pointY = 10; e.Graphics.DrawString("打印内容", new Font("宋体", 16F), Brushes.Black, pointX 60, pointY); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 26,pointX 300,pointY 26); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 35); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 56, pointX 300, pointY 56); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 65); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 86, pointX 300, pointY 86); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 95); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 116, pointX 300, pointY 116); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 125); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 146, pointX 300, pointY 146); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 155); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 176, pointX 300, pointY 176); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 185); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 206, pointX 300, pointY 206); e.Graphics.DrawString("检测结果", printFont, Brushes.Black, pointX, pointY 233); e.Graphics.DrawString("通过", new Font("宋体",22F,FontStyle.Bold), Brushes.Black, pointX 90, pointY 225); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 265, pointX 300, pointY 265); e.Graphics.DrawString("单位名称", printFont, Brushes.Black, pointX, pointY 275); } private void Form1_Load(object sender, EventArgs e) { printDt.PrintPage = new PrintPageEventHandler(printDt_PrintPage); printFont = new Font("宋体", 12F); } private void btnPrint_Click(object sender, EventArgs e) { //PrintDialog printDlg = new PrintDialog(); //printDlg.Document = printDt; //printDlg.AllowPrintToFile = true; //printDlg.AllowCurrentPage = true; //printDlg.AllowSelection = true; //printDlg.ShowDialog(); //printDlg.ShowDialog(); printDt.Print(); } private void btnLook_Click(object sender, EventArgs e) { PrintPreviewDialog printPreview = new PrintPreviewDialog(); printPreview.PrintPreviewControl.Document = printDt; printPreview.ShowDialog(this); } }}
    2021-05-06下载
    积分:1
  • C# 简单推箱子游戏源码
    C# 简单推箱子游戏源码
    2015-06-12下载
    积分:1
  • C#学生信息打印(含打印预览)
    C#学生信息打印(含打印预览)
    2019-08-28下载
    积分:1
  • C#图书管理系统(源代码+数据库+系统流程图)
    本课题主要的任务是实现图书管理的系统化、规范化和自动化,实现对图书资料的集中统一的管理。本系统主要实现对图书馆信息的管理,主要功能为管理有关读者、图书、借阅、查询、删除和管理员的信息等。 (1)   管理员对功能的需求: l  图书的入库、查询、修改、删除 l  注册读者的查询、删除、添加 l  借书还书管理 l  借阅情况的查询 (2)   读者对功能的需求: l  普通读者对图书信息的浏览、查询 l  个人信息的修改 l  借书还书登记 l  借阅记录查询
    2021-05-06下载
    积分:1
  • 微信数据提交工具 完整源码下载
    在微信公众平台开发中,有些xml的提交,用这个工具,比较方便一些。 源码涉及到httpRequest的操作
    2014-12-09下载
    积分:1
  • stm32遥控程序
    【实例简介】
    2021-05-20 14:39:32下载
    积分:1
  • asp.net 购物车例子完整源码下载(含数据库)
    C#购物车
    2015-05-20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载