03 2018 档案
摘要:1.组合数据类型练习: 分别定义字符串,列表,元组,字典,集合,并进行遍历 a = "You are a bad boy" b = "12345" # 字符串 str0 = a; print("字符串:", str0) for i in str0: print(i) # 列表 str1 = a.sp
阅读全文
摘要:#字符串str = 'abcd123'for i in str: print(i)#列表list = ['Hello', 'World', 444]for i in list: print(i)#元组tuple = ('Hello', 'World',444)for i in tuple: prin
阅读全文
摘要:import turtle turtle.bgcolor("red") turtle.fillcolor("yellow") turtle.color('yellow') turtle.speed(10) #主星 turtle.up() turtle.goto(-300,220) turtle.do
阅读全文
摘要:请按要求上机实践如下linux基本命令。 请按要求上机实践如下linux基本命令。 cd命令:切换目录 (1)切换到目录 /usr/local su cd /usr/local (2)去到目前的上层目录 cd .. (3)回到自己的主文件夹 cd ~ ls命令:查看文件与目录 ls (4)查看目录/
阅读全文
摘要:大数据(big data),或称巨量资料,指的是海量的、高增长率的和多样化的信息资产。不是超过某个特定数量级的数据集才是大数据,而是规模超过现有数据库工具获取、存储、管理和分析能力的数据集才称为大数据。 大数据技术的战略意义不在于掌握庞大的数据信息,而在于对这些含有意义的数据进行专业化处理。换言之,
阅读全文
浙公网安备 33010602011771号