03 2018 档案

摘要:1.利用requests.get(url)获取网页页面的html文件 1 2 3 4 import requests newsurl='http://news.gzcc.cn/html/xiaoyuanxinwen/' res = requests.get(newsurl) #返回response对 阅读全文
posted @ 2018-03-31 21:35 黄俊熙 阅读(127) 评论(0) 推荐(0) 编辑
摘要:news=''' There are moments in life when you miss someone so much that you just want to pick them from your dreams and hug them for real! Dream what you want to dream;go where you want to go;be what... 阅读全文
posted @ 2018-03-27 17:39 黄俊熙 阅读(117) 评论(0) 推荐(0) 编辑
摘要:import turtle def mymoto(x,y): turtle.up() turtle.goto(x,y) turtle.down() def draw(b): turtle.begin_fill() for i in range (5): turtle.forward(b) turtle.right(144)... 阅读全文
posted @ 2018-03-20 17:06 黄俊熙 阅读(92) 评论(0) 推荐(0) 编辑
摘要:请按要求上机实践如下linux基本命令。 cd命令:切换目录 (1)切换到目录 /usr/local cd /usr/local (2)去到目前的上层目录 cd .. (3)回到自己的主文件夹 cd ~ ls命令:查看文件与目录 (4)查看目录/usr下所有的文件 ls /usr -a mkdir命 阅读全文
posted @ 2018-03-13 17:26 黄俊熙 阅读(181) 评论(0) 推荐(0) 编辑
摘要:一丶试述大数据对思维方式的重要影响 大数据时代将带来深刻的思维转变,大数据不仅将改变每个人的日常生活和工作方式,改变商业组织和社会组织的运行方式,而且将从根本上奠定国家和社会治理的基础数据,彻底改变长期以来国家与社会诸多领域存在的“不可治理”状况,使得国家和社会治理更加透明、有效和智慧。。 二丶详细 阅读全文
posted @ 2018-03-06 19:51 黄俊熙 阅读(135) 评论(0) 推荐(0) 编辑