x00
-
hiredis二进制数据存储的方法
hiredis存储二进制文件,比如char数组的方法,例如: char value[20]={0} value[0]=’a’ value[15]…
-
python—struct
python—struct keywords: struct bytes python 数据互转 https://docs.python.org/3/library/s…
-
Python修改windows键盘映射
新电脑环境的处理之一是修改键盘映射,主Ctrl键使用CapsLock CapsLock改为LeftCtrl RightCtrl改为CapsLock LeftCtrl改为RightC…
-
python入门精讲笔记-06-file
06. 文件 file @(Python入门精讲课程) [TOC] 一、文件的基本语法 open(‘文件名’,mode) mode 意义 备注 ‘r’ 只读…