摘要:
Linux 操作命令总结日期 date:show time on the system data 月日时分年 hwclock -s 同步硬件 -w 同步系统file Base /bin 用来存放常用的可执行文件 /sbin 用来存放系统的可执行文件 /dev 设备文件目录 /etc 配置文件目录 挂 阅读全文
摘要:
*print some lines info = ''' you can write something you like ''' print(info) *python is not like java in most ways,no "{}" in java ,just 4 ' ' *circl 阅读全文