登录
首页 » 套接字网络编程 » 主要是网络和数据库的一些东东,包括断口扫描等,简易浏览器什么的,大家课程设计的时候可能会用到

主要是网络和数据库的一些东东,包括断口扫描等,简易浏览器什么的,大家课程设计的时候可能会用到

于 2022-03-24 发布 文件大小:39.80 kB
0 206
下载积分: 2 下载次数: 1

代码说明:

主要是网络和数据库的一些东东,包括断口扫描等,简易浏览器什么的,大家课程设计的时候可能会用到- Mainly is the network and the database some east east, including the fracture scanning and so on, simple browser any, the time which everybody curriculum designs possibly can use

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

发表评论

0 个回复

  • 一个可与IE媲美的浏览器源码。
    一个可与IE媲美的浏览器源码。-a comparable with the IE browser source.
    2022-02-26 15:03:56下载
    积分:1
  • 基于浏览器的邮件序客户端软件 > 支持MIME邮件格式RFC2045,RFC2046,RFC2047 > 支持邮件内图像格式image/jpe...
    基于浏览器的网络邮件程序客户端软件 > 支持MIME邮件格式RFC2045,RFC2046,RFC2047 > 支持邮件内图像格式image/jpeg,image/gif > 支持在单页内显示message/rfc822,message/digest > 运用了新颖的立即算法,邮件处理更快速,高效 > 支持附件传送-browser-based Web mail Client Software gt; Mail MIME format support RFC2045 and RFC2046 and RFC2047 gt; Supported image formats mail within the image/jpeg, image/gif gt; Support for the single-page display message/rfc822, message/data gt; Use a novel algorithm immediately, mail handling more rapid, efficient gt; support Annex transmission
    2022-01-22 02:59:12下载
    积分:1
  • shared folder on a procedure for the
    关于文件夹共享的一个程序-shared folder on a procedure for the
    2022-11-08 20:25:02下载
    积分:1
  • Note : site software will be used only to open the left mouse button, they can n...
    注意事项: ・注意:本站软件一律只用鼠标左键打开,否则将不能正常下载! ・如果出现该页无法显示,请多试几次;如果总是不能下载,请点击报告错误,谢谢! ・请一定升级到最新版[WinRAR]才能正常解压本站提供的软件;如有其它问题,欢迎发信联系管理员. ・由于网站服务器承受能力有限,请其他网站不要直接链接我们提供的软件,-Note : site software will be used only to open the left mouse button, they can not download! If the page can not be displayed, I would like him tried several times; If they can not download, click reporting errors, thank you! Requests must upgrade to the latest version [WinRAR] in order to extract the normal site for the software; For other questions, contact managers welcomed the letter. As network Station server capacity is limited, please other sites do not provide us with direct links to software, thank you! !
    2022-03-15 18:13:39下载
    积分:1
  • c++线池技术深入分析
    目前的大多数网络服务器,包括Web服务器、Email服务器以及数据库服务器等都具有一个共同点,就是单位时间内必须处理数目巨大的连接请求,但处理时间却相对较短。线程池采用预创建的技术,在应用程序启动之后,将立即创建一定数量的线程(N1),放入空闲队列中。这些线程都是处于阻塞(Suspended)状态,不消耗CPU,但占用较小的内存空间。当任务到来后,缓冲池选择一个空闲线程,把任务传入此线程中运行。当N1个线程都在处理任务后,缓冲池自动创建一定数量的新线程,用于处理更多的任务。在任务执行完毕后线程也不退出,而是继续保持在池中等待下一次的任务。当系统比较空闲时,大部分线程都一直处于暂停状态,线程池自动销毁一部分线程,回收系统资源。从而显著提高了服务器的效率。
    2022-07-23 20:13:06下载
    积分:1
  • 基于linux的通讯录系统
    稳定取得完全的完全额外去地区为单位去单位当当网确定前稳定稳定无确定版本无俄国本地的表情我if帮我父亲王播放器我if勤务兵房间卡内勤弄哦青蛙呢哦去弄你2neo奎文区呢口腔内的哦哦请问您都请问您都去玩囊括了owned哦亲噢女的请问您的来看您客气您道歉问你您看看亲呢可千万年贷款请问您可能情况您打开前两位 俄武器
    2022-01-31 13:50:05下载
    积分:1
  • 在局域内发送消息
    在局域网内发送消息-send messages in lan.
    2022-02-02 03:38:46下载
    积分:1
  • 适用于对行政、事业单位物品采购、入库、领用、维修、固定资产管理等工作进行计算机管理的专业软件。软件中集成的单据管理(入库单、出库库、退库单、盘点单、维修单、收款...
    适用于对行政、事业单位物品采购、入库、领用、维修、固定资产管理等工作进行计算机管理的专业软件。软件中集成的单据管理(入库单、出库库、退库单、盘点单、维修单、收款单、付款单的登记、编辑)、固定资产管理(资产登记、部件登记、历史记录登记)、通用查询、系统维-apply to the Chief, institutions, procurement, warehousing, and their use, maintenance, management of fixed assets such as computer work for the professional management software. The software integrates document management (storage lists out reservoir and refunding single, single inventory, repair orders, billing, payment of the registration, editing), the management of fixed assets (asset register, components registration, the historical record registration), General Inquiries peacekeeping system
    2022-03-20 06:36:40下载
    积分:1
  • C++文件传输(有客户端服务器)
    C++文件传输(有客户端服务器),C++ socket 编程实现,支持断点续传,可供参考学习用。  没有做太多的测试,如果有错误欢迎指正。
    2022-05-25 18:38:24下载
    积分:1
  • IEEE standard Verilog HDL1364
    IEEE standard Verilog HDL1364-2001.pdf Verilog 学习必备资料-IEEE standard Verilog HDL1364-2001.pdfVerilog learning essential information
    2022-01-30 18:22:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载