06 2023 档案
摘要:Apple Vision Pro All In One
以下是内容全部是个人观点,仅供参考!
优点
一款具有跨时代技术革命的 VR/AR/MR 眼镜;
UI 交互体验一如既往丝滑、简洁、易用的 Apple 风格;
可以取代大屏显示器、大屏电视、电影院的巨幕等外部显示设备;
...
缺点
目前价格太贵,不能普及到大众用户中;
拖着一条类似病号的的尿袋一样的移动电源,不优雅、不方便;
...
苹果股价
阅读全文
摘要:cnblogs 停更, 迁移到 GitHub SSR website All In One
cnblogs 迁移,停更
审核 💩
阅读全文
摘要:Vim insert mode All In One
VIm 插入模式
vim insert mode
Termius
iPad as an SSH Terminal of Raspberry Pi
阅读全文
摘要:Linux shell command ln All In One
硬连接 vs 软连接
hard link
symbolic link
阅读全文
摘要:Linux shell command cut All In One
cut 截取指定符号等号后面的字符串
cut 截取等号后面的字符串
阅读全文
摘要:How to fix the bug that there is no signal when the Raspberry Pi is connected to a monitor with an HDMI cable All In One
如何修复树莓派使用HDMI 线连接显示器后没有信号 bug
tvservice
kmsprint
DMT
CEA
HDMI
阅读全文
摘要:Raspberry Pi command line tools vcgencmd All In One
vcgencmd -h
vcgencmd --help
vcgencmd version
vcgencmd commands
电压太低,不能完全带动 CPU/GPU 会损坏 SD 卡 ⚠️
欠压检测 ✅
vcgencmd get_throttled
阅读全文
摘要:树莓派如果通过 raspi-config 关闭桌面模式 All In One
树莓派设置启动模式:切换桌面模式和命令行模式
GUI vs CLI
图形化界面 vs 命令行
DVFS
Dynamic Voltage and Frequency Scaling
动态电压和频率缩放
阅读全文
摘要:树莓派如何查看电源的电压 All In One
电源欠压
.ssh/known_hosts
DVFS
Dynamic Voltage and Frequency Scaling
动态电压和频率缩放
阅读全文
摘要:How to fix the for...in loop errors in Python All In One
Python 3
TypeError: string indices must be integers
阅读全文
摘要:How to check function arguments type in Python All In One
Python & argument type check
阅读全文
摘要:Python rpi_ws281x library All In One
Raspberry Pi & Python & WS2812B RGB LED Strip
rpi_ws281x
from rpi_ws281x import PixelStrip, Color, was
NeoPixel
adafruit-circuitpython-neopixel
RPi.GPIO
阅读全文
摘要:Python function argument All In One
Python 函数参数
arbitrary positional arguments (`*args` 不定位置参数)
arbitrary keyword arguments (`**kwargs` 不定关键字参数)
function argument types
default arguments
keyword arguments
positional arguments
arbitrary positional arguments
arbitrary keyword arguments
阅读全文
摘要:Adafruit CircuitPython NeoPixel All In One
Raspberry Pi & Python & WS2812B RGB LED Strip
RPi.GPIO
rpi_ws281x
WS2811_STRIP_GRB
from rpi_ws281x import PixelStrip, Color, ws
PixelStrip
Color
阅读全文
摘要:How to use the variable in Python String All In One
如何在 Python 字符串中使用变量
Python 字符串插值 All In One
Python 字符串中使用变量的 5 种方式
string.format
阅读全文
摘要:How to use Vim copy line and paste line All In One
如何使用 Vim 复制行和粘贴行
阅读全文
摘要:How to fix Linux locale error All In One
如何修复 Linux 语言环境错误
fix: vim 中文乱码 bug
locale-gen
/etc/locale.gen
阅读全文