摘要:
1.利用requests.get(url)获取网页页面的html文件 import requests newsurl='http://news.gzcc.cn/html/xiaoyuanxinwen/' res = requests.get(newsurl) #返回response对象 res.en 阅读全文
随笔档案-2018年03月
综合练习:词频统计
2018-03-26 10:57 by AAAAAAABE, 239 阅读, 收藏,
摘要:
str = '''I can swear I can joke I say what's on my mind If I drink if I smoke I keep up with the guys And you see me holding up my middlefinger to the world F**k your ribbons and your pearls pearls '... 阅读全文
Python基础综合练习
2018-03-19 10:42 by AAAAAAABE, 154 阅读, 收藏,
摘要:
from turtle import * def mygoto(x,y): up() goto(x,y) down() setup(600,400,0,0) color('yellow') bgcolor('red') fillcolor('yellow') mygoto(-250,75) begin_fill() for i in range(5): fo... 阅读全文
熟悉常用的Linux操作
2018-03-12 09:54 by AAAAAAABE, 172 阅读, 收藏,
摘要:
cd命令:切换目录 (1) 切换到目录 /usr/local cd /usr/local (2) 去到目前的上层目录 Cd .. (3)回到自己的主文件夹 Cd ~ ls命令:查看文件与目录 (4)查看目录/usr下所有的文件 Cd /usr Ls -al mkdir命令:新建新目录 (5)进入/t 阅读全文
1.大数据概述
2018-03-05 09:52 by AAAAAAABE, 410 阅读, 收藏,
摘要:
1.试述大数据对思维方式的重要影响。 大数据给人们带来了四种思维,总体思维、容错思维、相关思维、智能思维 ,这四种思维影响着人们 2.详细阐述大数据、云计算、物联网之间的区别与联系 物联网对应了互联网的感觉和运动神经系统。云计算是互联网的核心硬件层和核心软件层的集合,也是互联网中枢神经系统萌芽。大数 阅读全文
浙公网安备 33010602011771号