摘要: 1 note = "中文编码" 2 print(note) [报错信息] SyntaxError: Non-UTF-8 code starting with '\xd6' in file code.py on line 61, but no encoding declared; see http:/ 阅读全文
posted @ 2020-12-29 16:25 yesterz 阅读(155) 评论(0) 推荐(0)
摘要: Dec.21 2020 night 今天内容:学习了安装VMWare、OS的历史演变、分类及7个基本的Linux操作命令。 操作系统知识 balabala 七个基本的Linux操作命令:1、ls 2、pwd 3、cd 4、touch 5、mkdir 6、rm 7、clear 序号 命令 对应英文 作 阅读全文
posted @ 2020-12-21 22:27 yesterz 阅读(86) 评论(0) 推荐(0)
摘要: package com.simple.duduplication; import java.io.IOException; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; import org.a 阅读全文
posted @ 2020-12-08 19:28 yesterz 阅读(107) 评论(0) 推荐(0)
摘要: package com.simple; import java.io.IOException; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.NullWritable; import org.apache. 阅读全文
posted @ 2020-12-08 18:54 yesterz 阅读(220) 评论(0) 推荐(0)
摘要: 借助第三方库qrcode实现。 二维码图片生成借助pillow qrcode的安装 在命令行中输入 pip install qrcode[pil] 用法: 1、在命令行中输入 qr "Some text" > test.png 2、在python中输入 import qrcode img = qrc 阅读全文
posted @ 2020-02-11 23:40 yesterz 阅读(316) 评论(0) 推荐(0)
摘要: 记录知识点 阅读全文
posted @ 2020-01-21 11:32 yesterz 阅读(70) 评论(0) 推荐(0)