登录
首页 » Python » Python

Python

于 2020-06-24 发布
0 130
下载积分: 1 下载次数: 1

代码说明:

说明:  用Python实现了网页数据的抓取,网页动态图的浮现,字体颜色大小的改变,网页数据爬取,制作相关网页,用表格体现,并改变了表格的风格,(Python is used to capture web page data, the emergence of dynamic graph, the change of font size, the crawl of web page data, the production of relevant web pages, which are represented by tables, and the style of tables is changed.)

文件列表:

skd\allbooks.csv, 11144 , 2019-06-25
skd\anadata.py, 1825 , 2019-06-25
skd\ayadata.py, 612 , 2019-06-26
skd\book2.csv, 52 , 2019-06-27
skd\bootstrap.min.css, 121200 , 2016-07-25
skd\collage.py, 781 , 2019-06-26
skd\data1.py, 1282 , 2019-06-26
skd\data2.py, 635 , 2019-06-26
skd\data3.py, 751 , 2019-06-26
skd\echarts.min.js, 747588 , 2019-06-23
skd\jquery-3.4.1.min.js, 88145 , 2019-06-21
skd\kaoyan.csv, 92311 , 2019-06-26
skd\liebiao.html, 2041 , 2019-06-26
skd\papaparse.min.js, 18647 , 2019-06-21
skd\paqudata.py, 1813 , 2019-06-25
skd\qinghua.csv, 71 , 2019-06-26
skd\qinghua1.csv, 52 , 2019-06-26
skd\result.csv, 62 , 2019-07-10
skd\school.csv, 92311 , 2019-06-26
skd\school1.csv, 54 , 2019-06-26
skd\school3.csv, 30 , 2019-06-26
skd\showdata1.html, 1896 , 2019-07-10
skd\showdata2.html, 2711 , 2019-06-27
skd\showdata3.html, 1792 , 2019-06-26
skd\Total show.html, 2876 , 2019-07-10
skd\tubiao.html, 2275 , 2019-06-26
skd\yearhtml.html, 2483 , 2019-06-25
skd\zhuxingtu.html, 2478 , 2019-06-26
skd, 0 , 2019-07-10

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

发表评论

0 个回复

  • jdrda
    Source code Image matching source code for image matching
    2018-12-31 05:02:48下载
    积分:1
  • WCF四种常用应用场景实例下载
    使用注意:建立demo数据库,使用aspnet_regsql.exe建立Memmbership一些安全场景需要证书,使用CertTool的工具生成具体的授权时的角色和用户名字参考HostSvc、Client代码修改成测试用的后才能正常运行 一、目录结构Common来自于Programming WCF Services[ISBN: 978-0-596-80548-7],实现WCF的声明式安全HostSvc:不同场景的接口和服务实现,命令行承载服务MembershipAdmin:用于操作demo数据库membership的成员操作,Asp.net Configuraion 可添加角色和用户,并使用IIS服务承载HostSvc实现的服务Client: 使用各种服务的客户端场景 二、四种场景的区别:Intranet Transport保护 使用tcp绑定 windows集成的安全 Internet 只能使用Message形式的保护,需要数字证书 tcp wsHttp绑定 使用Membership进行安全认证 Anoymous 使用Message形式的保护,需要数字证书 tcp wsHttp绑定 None 消息不保护  http tcp wsHttp绑定 三、App-comment.config: 包含对于各种配置的说明 四、证书的生成:CertToolSetupCerts.bat生成,命令行工具从VS SDK已经拷贝过来 五、IIS中承载服务的注意: 需要把WCFServer赋予IIS的账号以权限 受信任人中加入WCFServer证书 六、证书如何管理:1、命令行启动mmc2、“添加、删除管理单元"加入"证书", 按照提示选择当前用户或本机3、此时即可管理IIS的权限操作: 在"个人/证书"下找到WCFServer,"更多操作/所有任务/管理私钥",弹出界面设置用户权限受信任人: 在"个人/证书"下找到WCFServer,导出证书,然后在”受信息人/证书“下导入以上证书即可 七、远程机器客户端的证书问题 导出WCFServer【不要私钥】 然后在远程客户端机器上导入即可,此时的公钥可以用于消息的验证 八、IIS中承载MembershipAdmin中加入了对应的四个.svc文件【逻辑使用的一个HostSvc中的实现】以提供WCF服务,具体配置和HostSvc一致,当然地址不一样了此例是把MembershipAdmin作为应程序发布到80端口的demo下 注意:1、需要设置IIS的http和net.tcp协议支持2、数据库demo需要能被IIS账号访问3、WCFServer证书需要能被IIS账号访问
    2021-03-03 08:29:33下载
    积分:1
  • Flash与C#交互实例
    Flash和C#都是目前比较流行和常用的开发工具,有时需要实现它们之间的信息交互并不容易,本实例既可以实现Flash向C#传递信息也可以实现C#向Flash响应信息。
    2013-06-11下载
    积分:1
  • 客户端服务器端 tcp socket通信实例源码
    客户端服务器端 tcp socket通信实例源码
    2014-07-07下载
    积分:1
  • 新建文件夹
    说明:  ◎ 为所有socket函数调用添加错误处理代码; ◎ 范例中服务器地址和端口是固定值,请你将它们改成——允许用户以参数形式从命令行输入; ◎ 范例中客户机发送的是固定文本”Hello Network!”,请改成——允许用户输入字符串,按回车发送;实现循环,直至客户机输入“bye”退出; ◎ 服务器迭代地处理客户机:一个客户机退出后、才接受下一个,按Ctrl+C可以终止服务器程序。(Add error handling code for all socket function calls; In the example, the server address and port are fixed values. Please change them to - allow users to input from the command line in the form of parameters; In the example, the client sends the fixed text "Hello network!", please change it to -- allow the user to input the string and press enter to send; realize the loop until the client enters "Bye" to exit; Server processes clients iteratively: one client exits before accepting the next. Press Ctrl + C to terminate the server program.)
    2020-11-28 22:43:54下载
    积分:1
  • Comm_Unix
    程序:实现Unix下通过Socket实现两台机器之间相互通信功能的示例。(: Unix through Socket two machines between communication capabilities of the examples.)
    2006-06-28 10:23:18下载
    积分:1
  • 双人聊天室
    说明:  局域网聊天,可在同一个网络下进行聊天,自定义端口(LAN chat, can be chatted under the same network, custom port)
    2020-06-17 00:00:01下载
    积分:1
  • agentpp.com的免费的SNMP AGENT开发包. 本开发包来自 http://www.agentpp.com/ AGENT++ 版本v3.5.14 (...
    agentpp.com的免费的SNMP AGENT开发包. 本开发包来自 http://www.agentpp.com/ AGENT++ 版本v3.5.14 (包含VC7工程文件) AGENT++ Win32 版本v1.0 (包含VC7工程文件) SNMP++ 版本v3.2.9d (包含VC7工程文件) -agentpp.com free SNMP Agent Development Kit. The development kits from http://www.agentpp.com/ Agent version v3.5.14 (including VC7 works) AGENT Win32 version v1.0 (including VC7 works) SNMP version v3.2.9d (including VC7 works)
    2022-03-28 11:22:59下载
    积分:1
  • zmalloc
    用来通过HTTP协议下载的程序,支持断点续传和多线程下载(Used to download the program through the HTTP protocol, support HTTP and multi-threaded download)
    2017-03-07 10:28:52下载
    积分:1
  • cesium-demo-master
    说明:  cesium加载3dtile,把要加载的3dtiles文件放到3dtile文件夹, 运行run.bat即可(Cesium loads 3dfile, places the 3dfiles to be loaded into the 3dfile folder, and runs run.bat.)
    2020-02-14 11:07:40下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载