study note5

Posted deakin-du

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了study note5相关的知识,希望对你有一定的参考价值。

三元运算:简便写法

a,b,c=1,3,5
d=a if a>b else c
print(d)

相当于
a,b,c=1,3,5
if a>b:
d=a
else:
d=c
print(d)


文本str和二进制bytes的转换

技术分享图片

技术分享图片

encode:编码  decode:解码

eg1:

技术分享图片字符串转成二进制,encode括号内是告诉系统本来是什么格式

eg2:

#! /usr/bin/env python
# -*- coding: utf-8 -*-
# __author__ = "Deakin"
# Email: [email protected]
# Date: 2018/1/2

subject="今天星期二"
print(subject)
print(subject.encode("utf-8"))

 

打印结果:

今天星期二
b‘\\xe4\\xbb\\x8a\\xe5\\xa4\\xa9\\xe6\\x98\\x9f\\xe6\\x9c\\x9f\\xe4\\xba\\x8c‘






















以上是关于study note5的主要内容,如果未能解决你的问题,请参考以下文章

红米Note5官方刷机日记 - 小米助手Recovery刷机

C Primer Plus note5

Note5macvlan,sol

note5OTA文件夹在哪

地点选择器在 Galaxy note5 中不显示搜索图标

Note5macvlan,spi,rsyslog,sol