登录
首页 » Delphi » GetBmpFromWeb

GetBmpFromWeb

于 2008-09-08 发布 文件大小:2KB
0 166
下载积分: 1 下载次数: 0

代码说明:

说明:  Delphi源码,可以自动从网页下载指定的图片,对于学习delphi编程有一定的用处(Delphi source code can be automatically downloaded from the web site specified pictures, for learning delphi programming in some ways useful to)

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

发表评论

0 个回复

  • wcf 实现大文件上传(有进度条)实例源码
    部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
    2015-01-07下载
    积分:1
  • RFC 1945 Http1.0协议实现。对协议进行了完整面向对象设计,并实现简单的Http服务器与客户端。源码行数达4000行。...
    RFC 1945 Http1.0协议实现。对协议进行了完整面向对象设计,并实现简单的Http服务器与客户端。源码行数达4000行。-This is the source codes (over 4000 lines) about an implementation of Http 1.0 protocal with java. The object-oriented design is strictly specified by RFC-1945. And simple versions of http client and server are also included.
    2023-02-05 06:20:03下载
    积分:1
  • 页上mail组件
    网页上mail组件 -website mail components
    2022-04-07 03:54:42下载
    积分:1
  • 1000 Python 序例子
    1000 Python Examples
    2021-11-03 00:30:57下载
    积分:1
  • c++ socket实例(含服务端和客户端及日志写入)
    本代码是c++ socket编程实例。包含服务端和客户端代码,可以实现客户端发送消息,服务端接收消息并写入日志。server.cpp为服务端。client.cpp为客户端。首先,需要准备好C++环境。先编译运行server.cpp,显示:“server is start,waiting for client.”表示启动成功。再编译运行client.cpp,这时再看服务端,显示:“Hello, This is client whg”,表示收到客户端发来的消息。
    2022-04-16 12:24:48下载
    积分:1
  • transportwithsource
    说明:  高质量文件传输,界面开发的文件传输软件,可以方便的传输文件,速度快,而且支持大文件(high-quality file transfer, interface development of file transfer software that can facilitate the transmission of documents, faster, but also supports large files)
    2005-11-03 14:49:02下载
    积分:1
  • 很好哦。真的很好。
    很不错哦。真的不错。-very good oh. Really good.
    2023-07-15 21:55:03下载
    积分:1
  • PhpSpy2005 full version
    PhpSpy2005 完整版-PhpSpy2005 full version
    2022-01-26 04:32:52下载
    积分:1
  • 证明
    这个项目是关于如何计算远程计算机的身份。服务器端是建立在基于TPM的计算机上的,当其他计算机想知道基于TPM的计算机的完整性时,计算机可以通过建立在其上的客户端发送请求。当TPM计算机接收到请求时,它向远程计算机发送相应的数据,然后远程计算机可以计算基于TPM的计算机的完整性并决定是否信任它。这项技术在当今的计算领域非常有用,大大提高了计算网络的安全性。
    2023-07-03 15:15:03下载
    积分:1
  • 811510
    网卡数据信息统计源码,调用API函数判断网卡传输的数据信息。(NIC statistical data source , call the API function to determine whether the card data transmission.)
    2015-05-14 11:30:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载