登录
首页 » Python » 《Python+Cookbook》第三版中文v2.0.0

《Python+Cookbook》第三版中文v2.0.0

于 2020-06-20 发布 文件大小:2018KB
0 222
下载积分: 1 下载次数: 0

代码说明:

  用于学习python与cookbook的一本书,适用于python小伙伴(A book for learning Python and cookbook, for Python buddies)

文件列表:

《Python%2BCookbook》第三版中文v2.0.0.pdf, 2575707 , 2019-01-24

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

发表评论

0 个回复

  • SendFileClient
    VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。   服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能(VC++ implementation is similar to QQ file transfer capabilities to send and receive files program examples, divided into server and client, the client receives the first data packet to determine the file size, the packet must contain the complete information packet structure, the data is not must complete reading packet size, including the size and structure of the data packet size, and previously received data received data can now constitute at least one complete packet, the file has been received then set the mark, if the connection is terminated, the pop-up window telling the user, the other party to terminate the file transfer. Server program is relatively simple, basically copying the file data, to determine whether the file transfer is successful, waiting for the other to accept or cancel the sending task sends tasks, subcontractors continue to send files and other functions )
    2014-06-03 13:50:03下载
    积分:1
  • 学习组播的小例子
    学习套接字网络编程,组播编程的很好的例子,有一定的指导意义,里面有发送和接收程序,并且发送的内容单独定义了一个类
    2022-06-28 19:37:30下载
    积分:1
  • 微软ping序源代码完整版
    资源描述  4 | Version 1.1 修改记录:                                                        |   5 |    解决了socket阻塞的问题,从而能够正确地处理超时的请求!                  |   6 |------------------------------------------------------------------------------|   7 | Version 1.2 修改记录:                                                 &nbs
    2022-11-19 00:20:03下载
    积分:1
  • 遍历文件夹下的所有文件
    遍历文件夹下的所有文件-folder traversal of all documents
    2022-01-22 05:29:27下载
    积分:1
  • anklysxskproclss
    这是一篇基于循环延迟分集的分组预编码和空时频编码技术方面的典型文章()
    2018-06-07 05:09:33下载
    积分:1
  • recvfrom
    windows网络编程recvfrom源码实例(windows network programming source code examples recvfrom)
    2015-11-06 19:35:25下载
    积分:1
  • 两个VC++ Modbus通信例子源代码
    modbbus rtu通讯例子,内附有实现文档(Modbbus RTU communication example, with an implementation document)
    2018-01-07 23:40:36下载
    积分:1
  • CSGC
    认知无线电网路中的频谱分配算法:基于图论的颜色敏感算法。(Spectrum allocation algorithm in cognitive radio networks: the color-sensitive algorithm based on graph theory.)
    2020-12-02 15:49:27下载
    积分:1
  • 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
  • 3
    淘特JspCms是一套基于Java技术的内容管理系统;本系统拥有出色的性能,产品经过大访问量下严格压力测试,可以满足一台普通server环境下提供 百万级的访问量(Taote JspCms is a content management system based on Java technology. This system has excellent performance. After strict stress testing under large amount of visits, the product can satisfy the million-level visits in a common server environment.)
    2018-12-06 19:38:40下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载