自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

晴天的博客

I'm fine and you?

  • 博客(1)
  • 资源 (2)
  • 收藏
  • 关注

原创 jQuery源码学习笔记(一)

今天是学习jQuery的第一天,先明确一下学习目标:通过仿写jQuery库深入地理解它的底层原理和编程思想。假设世界上还没有jQuery这样一个库,我们要从哪里开始呢?其实我们大部分的行为都是由需求驱动的。就连喝水这么简单的事情,首先我们得要感到口渴,产生了一个喝水的需求,然后我们才会去执行喝水这件事情。写一个javascript库也是一样,如果连写这个库的需求都不知道,那么根本就无从下手。所以现...

2018-05-21 01:33:36 6987 4

HTTP Programming Recipes for C# Bots

The Hypertext Transfer Protocol (HTTP) allows information to be exchanged between a web server and a web browser. C# allows you to program HTTP directly. HTTP programming allows you to create programs that access the web much like a human user would. These programs, which are called bots, can collect information or automate common web programming tasks. This book presents a collection of very reusable recipes for C# bot programming. This book covers many topics related to C# HTTP programming. Both secure and insecure HTTP communications are covered, as well as HTTP authentication. Learn to interact with HTTP forms and support both HTTP POST and HTTP GET requests. Collect data from a wide array of HTML constructs, such as tables, and lists. Learn about advanced topics that complicate the life of a bot, such as AJAX and Javascript. Also learn about the ethical use of bots, and when bots should not be used. This book also introduces the Heaton Research Spider. The Heaton Research Spider is an open source spider framework. Using the Heaton Research Spider you can create spiders that will crawl a web site, much like a real spider crawls the web. The Heaton Research Spider is available in both Java and Microsoft Dot Net form.

2010-08-01

Windows Forms Programming with C#

(pdf版)A guide to using the Microsoft .NET forms package covers such topics as form layout, custom drawing, data binding, multithreated user interfaces, and moving from MFC.

2008-12-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除