码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
黑客攻防技术宝典web实战篇:解析应用程序习题
猫宁!!! 参考链接:http://www.ituring.com.cn/book/885 随书答案。 1. 当解析一个应用程序时,会遇到以下 URL:https://wahh-app.com/CookieAuth.dll?GetLogon?curl=Z2Fdefault.aspx据此可以推论出服务 ...
分类:Web程序   时间:2019-05-19 09:37:58    阅读次数:154
Green Icebergs
Green Icebergs Icebergs are massive blocks of ice, irregular in shape; they float with only about 12 percent of their mass above the sea surface. They ...
分类:其他好文   时间:2019-05-18 18:44:15    阅读次数:103
Running Water on Mars
Running Water on Mars Photographic evidence suggests that liquid water once existed in great quantity on the surface of Mars. Two types of flow featur ...
分类:其他好文   时间:2019-05-18 18:31:52    阅读次数:136
python_restframework(序列化)
django自带的序列化工具serializers三步骤导入fromdjango.coreimportserializers生成对象并传参response=serializers.serialize(‘json‘,book_list)第一个json是解析器,说明要解析成json格式的字符串,第二个是queryset对象,最后返回结果returnJsonResponse(respon
分类:编程语言   时间:2019-05-16 09:24:17    阅读次数:154
el-tree
:data //树的数据 default-expand-all ...
分类:其他好文   时间:2019-05-14 12:43:02    阅读次数:539
python中修改execl、xlrd、xlutils
import xlrdfrom xlutils import copybook = xlrd.open_workbook('students.xls')sheet0 = book.sheet_by_index(0) # 获取原来的数据new_book = copy.copy(book)sheet = ...
分类:编程语言   时间:2019-05-13 21:30:08    阅读次数:129
33、豆瓣图书短评
练习介绍 要求: 本练习需要运用scrapy的知识,爬取豆瓣图书TOP250(https://book.douban.com/top250 )前2页的书籍(50本)的短评数据存储成Excel 书名 评论ID 短评内容 1、创建爬虫项目 1 D:\USERDATA\python>scrapy star ...
分类:其他好文   时间:2019-05-12 00:59:31    阅读次数:135
KAFA架构及其基本概念
1.目标 - KAFA价格 在我们上一篇Kafka教程中,我们讨论了Kafka用例和应用程序。今天,在这个Kafka教程中,我们将讨论Kafka Architecture。在这篇Kafka Architecture文章中,我们将在Kafka中看到API。此外,我们将了解Kafka Broker,Ka ...
分类:其他好文   时间:2019-05-11 21:49:13    阅读次数:271
笨方法学Python-26章练习题
源地址存在问题 新的练习地址为: https://learnpythonthehardway.org/book/exercise26.txt 具体代码如下: ...
分类:编程语言   时间:2019-05-11 09:21:00    阅读次数:232
python写excel
1、先导入import xlwt 2、步骤:新建excel:book=xlwt.Workbook()——新建页:sheet=book.add_sheet('页的名字')——新增元素:sheet.write(0,0,'姓名')——保存excel:book.save('名字.xls') ...
分类:编程语言   时间:2019-05-08 12:14:04    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!