- 授权协议: CPOL
- 开发语言: C# .NET
- 操作系统: Windows
- 软件首页: http://www.codeproject.com/KB/IP/sharpBITS.aspx
软件介绍
A BITS wrapper library for .NET 2.0.
示例代码:
BitsManager manager = new BitsManager();
manager.EnumJobs(JobOwner.CurrentUser);
// populate current job list first
BitsJob job = manager.CreateJob("TestJob", JobType.Download);
job.AddFile("http://localhost/bits/mydownload.cab", "C:\\temp\\download.cab");
job.Resume();
Google's PageRank and Beyond
Amy N. Langville、Carl D. Meyer / Princeton University Press / 2006-7-23 / USD 57.50
Why doesn't your home page appear on the first page of search results, even when you query your own name? How do other web pages always appear at the top? What creates these powerful rankings? And how......一起来看看 《Google's PageRank and Beyond》 这本书的介绍吧!
