登录
首页 » 套接字网络编程 » VB调用WebService源码

VB调用WebService源码

于 2023-04-23 发布 文件大小:4.87 kB
0 46
下载积分: 2 下载次数: 1

代码说明:

本源码使用VB开发,调用Webservice通信. The codeing is use VB developed,it can call webservice and communication.

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

发表评论

0 个回复

  • Xmail是Internet和Intranet邮件服务器具有一个SMTP服务器,POP3服务…
    XMail is an Internet and intranet mail server featuring an SMTP server, POP3 server, finger server, multiple domains, no need for users to have a real system account, SMTP relay checking, RBL/RSS/ORBS/DUL and custom ( IP based and address based ) spam protection, SMTP authentication ( PLAIN LOGIN CRAM-MD5 POP3-before-SMTP and custom ), a POP3 account syncronizer with external POP3 accounts, account aliases, domain aliases, custom mail processing, direct mail files delivery, custom mail filters, mailing lists, remote administration, custom mail exchangers, logging, and multi-platform code. XMail sources compile under GNU/Linux, FreeBSD, OpenBSD, NetBSD, OSX, Solaris and NT/2K/XP.
    2022-10-05 02:55:03下载
    积分:1
  • Linux下C语言实现群聊
     Client端和server端通过父子进程分别负责进行发送和接收数据,Server端通过共享存储区来存储聊天信息,并发送给每个连接的用户。  **实现多人在线群聊 **实现显示时间功能 **会提示有新客户进入聊天室 **客户可以用命令 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-11-16 14:40:03下载
    积分:1
  • 好东西cl_bobcycle "1" // fps_max 设定游戏的最高FPS数值,一般来说,应该与你显示器的刷新频率相 同.如果你的机器非常强劲,你可以把这...
    好东西cl_bobcycle "1" // fps_max 设定游戏的最高FPS数值,一般来说,应该与你显示器的刷新频率相 同.如果你的机器非常强劲,你可以把这个值设到100,否则,75就足够了. fps_max "75" // fps_moden 设定在网络联机时的最高FPS数值。如果设成0,那么这个参数会使 用fps_max的数值. -good things cl_bobcycle "1"// fps_max game set the maximum FPS values, in general, and you should display the same high frequency. If your machine is very strong, you can use the value set to 100, and 75 would be sufficient. Fps activated "75"// fps_moden set in on-line network at the highest numerical FPS. If set to 0, then this parameter will be used fps_max values.
    2023-04-30 10:05:03下载
    积分:1
  • 用C++实现的一个简单的ping序已经调试好
    用C++实现的一个简单的ping程序 程序已经调试好-a simple ping net program
    2022-03-30 22:16:26下载
    积分:1
  • socket example,包括客户和服务端的应用
    socket example,包括客户和服务端的应用-socket example, including customer service and application end
    2022-01-22 12:16:49下载
    积分:1
  • worldwide distribution table
    全世界的ip分配表-worldwide distribution table
    2023-06-09 13:00:03下载
    积分:1
  • 这是我自己写的一个远调用序,功能是证明在一定范围内的任意偶数可分为两个素数的和。其中素数 的判断方法在远实现。可能比较简单,但我希望为大家提供帮助。...
    这是我自己写的一个远程调用程序,功能是证明在一定范围内的任意偶数可分为两个素数的和。其中素数 的判断方法在远程实现。可能比较简单,但我希望为大家提供帮助。- A few of them- the judgment of the remotely. May be rather simple, but I hope for you to help.
    2022-11-08 10:20:03下载
    积分:1
  • c++线池技术深入分析
    目前的大多数网络服务器,包括Web服务器、Email服务器以及数据库服务器等都具有一个共同点,就是单位时间内必须处理数目巨大的连接请求,但处理时间却相对较短。线程池采用预创建的技术,在应用程序启动之后,将立即创建一定数量的线程(N1),放入空闲队列中。这些线程都是处于阻塞(Suspended)状态,不消耗CPU,但占用较小的内存空间。当任务到来后,缓冲池选择一个空闲线程,把任务传入此线程中运行。当N1个线程都在处理任务后,缓冲池自动创建一定数量的新线程,用于处理更多的任务。在任务执行完毕后线程也不退出,而是继续保持在池中等待下一次的任务。当系统比较空闲时,大部分线程都一直处于暂停状态,线程池自动销毁一部分线程,回收系统资源。从而显著提高了服务器的效率。
    2022-07-23 20:13:06下载
    积分:1
  • 一款性能良好的视频会议系统;可以实现视频,语音,文本信息的交流。需要外部设备:摄像头,耳机+麦克。经测试,图像清晰,语音质量可靠,图像音频传输失真很小,速度可靠...
    一款性能良好的视频会议系统;可以实现视频,语音,文本信息的交流。需要外部设备:摄像头,耳机+麦克。经测试,图像清晰,语音质量可靠,图像音频传输失真很小,速度可靠。是多媒体网络传输开发者良好的参考。-A good performance of the video conferencing systems allows video, voice, text exchange of information. The need for external equipment: camera, headset+ Mike. Been tested, image clarity, voice quality, reliability, image, audio transmission distortion is very small, the speed and reliable. Is a multimedia network transmission developers a good reference.
    2022-04-13 04:07:56下载
    积分:1
  • 用ICMP.DLL发送TCP/IP控制信息
    用ICMP.DLL发送TCP/IP控制信息-ICMP.DLL used to send TCP/IP control information
    2023-04-14 23:30:02下载
    积分:1
  • 696522资源总数
  • 104045会员总数
  • 50今日下载