04 2023 档案

摘要:REFIN:原始数据是否反转 以字节为最小单位,低位变高位,高位变低位, 例如:0001 1001 ==0010 1010==得到的值是1001 1000 ==0101 0100==。 def ref_in(_init): get_str = bin(_init)[2:] # 字符串补全 while 阅读全文
posted @ 2023-04-13 10:32 华小电 阅读(1181) 评论(0) 推荐(0) 编辑
摘要:Systemd并不是一个命令,而是一组命令,涉及到系统管理的方方面面。 systemctl --version #命令查看Systemd的版本。 ** systemctl 是Systemd的主命令,用于管理系统** #重启系统 sudo systemctl reboot #关闭系统,切断电源 阅读全文
posted @ 2023-04-05 09:24 华小电 阅读(18) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示