03 2018 档案

摘要:news = '''In the modern Chinese history of fine arts education, Xu Beihong (1895~ 1953), is to adopt the western art long modern painting master, prodromal type of art educators. Xu Beihong was born ... 阅读全文
posted @ 2018-03-27 17:46 205李华秋 阅读(425) 评论(0) 推荐(0)
摘要:#字符串 s = 'HelloWorld' for i in s: print(i) # 列表 ls = ['Help', 'Make', 'PyCharm', 'Better'] for i in ls: print(i) # 元组 tup = tuple('tuple') for i in tup: print(i) # 字典 names = ['Help... 阅读全文
posted @ 2018-03-22 20:21 205李华秋 阅读(115) 评论(0) 推荐(0)
摘要:mport turtle def mygoto(x,y): turtle.up() turtle.goto(x,y) turtle.down(); def drawwjx(x): turtle.begin_fill() for i in range(5): turtle.forward(x) turtle.right(1... 阅读全文
posted @ 2018-03-20 15:21 205李华秋 阅读(183) 评论(0) 推荐(0)
摘要:熟悉常用的Linux操作 请按要求上机实践如下linux基本命令。 cd命令:切换目录 (1)切换到目录 /usr/local cd /usr/local (2)去到目前的上层目录 cd /usr (3)回到自己的主文件夹 cd ~ ls命令:查看文件与目录 (4)查看目录/usr下所有的文件 ls 阅读全文
posted @ 2018-03-13 16:55 205李华秋 阅读(738) 评论(0) 推荐(0)
摘要:1.试述大数据对思维方式的重要影响。 数据时代以前,人们的拒测依据往往依是经验以及感觉,缺少一个合理的标准,而且以前通常都是拿样本数据来作出推断,着重于因果关系的推断,而大数据是从整体出发,涵盖了所有数据,和以前因为无法获得全体数据有了巨大的改变,人类不再受限于特定的条件而做出无奈的选择,人们可以基 阅读全文
posted @ 2018-03-06 19:36 205李华秋 阅读(222) 评论(0) 推荐(0)