- 授权协议: 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();
Head First PHP & MySQL
Lynn Beighley、Michael Morrison / O'Reilly Media / 2008-12-29 / USD 44.99
If you're ready to create web pages more complex than those you can build with HTML and CSS, Head First PHP & MySQL is the ultimate learning guide to building dynamic, database-driven websites using P......一起来看看 《Head First PHP & MySQL》 这本书的介绍吧!
