xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

05 2023 档案

摘要:How to fix the problem that Raspberry Pi cannot use the root user for SSH login All In One 如何修复树莓派无法使用 root 用户进行 SSH 登录的问题 /etc/ssh/sshd_config sshd systemctl 阅读全文
posted @ 2023-05-31 22:55 xgqfrms 阅读(64) 评论(2) 推荐(0) 编辑
摘要:macOS 如何隐藏掉桌面上出现的 U 盘符号 All In One 隐藏盘符 隐藏U 盘符号 隐藏磁盘符号 Finder 阅读全文
posted @ 2023-05-31 20:36 xgqfrms 阅读(82) 评论(4) 推荐(0) 编辑
摘要:How to modify the hostname and username and password of Raspberry Pi All In One 如何修改树莓派的主机名、用户名和密码 阅读全文
posted @ 2023-05-31 16:56 xgqfrms 阅读(55) 评论(13) 推荐(0) 编辑
摘要:Linux shell standard input bugs All In One warning: file 'standard input', around line 110: table wider than line width 阅读全文
posted @ 2023-05-31 12:15 xgqfrms 阅读(19) 评论(1) 推荐(0) 编辑
摘要:Linux shell command base64 All In One email address encryption / 邮箱地址加密 应用场景 防止爬虫爬取邮箱地址发送垃圾邮件 base64 encode & decode 阅读全文
posted @ 2023-05-30 22:16 xgqfrms 阅读(84) 评论(0) 推荐(0) 编辑
摘要:How to use the shell command to get the version of Linux Distributions All In One 如何使用 shell 命令获取 Linux 发行版的版本 hostnamectl cat /etc/os-release lsb_release -a Debian Ubuntu Raspberry Pi OS 阅读全文
posted @ 2023-05-30 20:00 xgqfrms 阅读(38) 评论(1) 推荐(0) 编辑
摘要:树莓派 4B 核心电子元器件图解 All In One 超频 & 散热片安装指南 Raspberry Pi 4B 超频 1.5GHz => 1.8GHz 🚀 阅读全文
posted @ 2023-05-30 11:41 xgqfrms 阅读(608) 评论(9) 推荐(0) 编辑
摘要:facebook console.log bug All In One 阅读全文
posted @ 2023-05-29 21:52 xgqfrms 阅读(20) 评论(0) 推荐(0) 编辑
摘要:如何把树莓派变成一个开机自启动的 Wi-Fi 热点 All In One 阅读全文
posted @ 2023-05-29 21:29 xgqfrms 阅读(543) 评论(2) 推荐(0) 编辑
摘要:Linux install vim errors All In One Vim 阅读全文
posted @ 2023-05-29 14:44 xgqfrms 阅读(63) 评论(2) 推荐(0) 编辑
摘要:How to boot the Raspberry Pi system from a USB Mass Storage Device All In One 如何从 USB 启动树莓派引导系统 / 如何从 USB 大容量存储设备启动 Raspberry Pi 系统 阅读全文
posted @ 2023-05-28 14:02 xgqfrms 阅读(354) 评论(12) 推荐(0) 编辑
摘要:使用 Linux 命令如何恢复被覆盖的文件 All In One 数据还原/数据恢复 阅读全文
posted @ 2023-05-27 11:52 xgqfrms 阅读(767) 评论(18) 推荐(0) 编辑
摘要:How to Control an External USB Web Camera Using a Raspberry Pi All In One 如何使用树莓派控制外接 USB 网络摄像头 阅读全文
posted @ 2023-05-27 10:12 xgqfrms 阅读(54) 评论(2) 推荐(0) 编辑
摘要:ARM Cortex-A72 CPU All In One Raspberry Pi 4B, 4 核心 1.5GHz 64 位 CPU Raspberry Pi 4B, 4 核心 1.8GHz 64 位 CPU BCM2711 BCM2835 阅读全文
posted @ 2023-05-27 08:55 xgqfrms 阅读(159) 评论(0) 推荐(0) 编辑
摘要:Linux shutdown & reboot & poweroff All In One Raspberry Pi $ sudo shutdown -h now $ sudo reboot $ sudo poweroff 阅读全文
posted @ 2023-05-26 15:25 xgqfrms 阅读(15) 评论(5) 推荐(0) 编辑
摘要:软路由 & 旁路由 All In One 路由器 KeXUe上网 如何使用 Raspberry Pi 4B (8G) 搭建一个家用软路由 OpenWrt 阅读全文
posted @ 2023-05-25 22:43 xgqfrms 阅读(111) 评论(3) 推荐(0) 编辑
摘要:How to change the default Python2 to Python3 on Linux All In One 在 Linux 中如何把默认的 Python2 更改为 Python3 .bashrc / .zshrc alias symbolic link 符号链接 (软链接/硬链接) 阅读全文
posted @ 2023-05-25 12:03 xgqfrms 阅读(9) 评论(1) 推荐(0) 编辑
摘要:Linux shell command make & Makefile All In One 脚本自动化构建工具 Makefile 是在 Linux 编程环境下 C/C++ 程序开发必须要掌握的一个工程管理文件; 当使用 make 命令去编译一个工程项目时,如果没有指定自定义的 Makefile 文件,make 才会首先到项目的根目录下去寻找默认文件名为 Makefile 的文件,然后再根据这个 Makefile 文件去执行编译程序; 阅读全文
posted @ 2023-05-24 18:32 xgqfrms 阅读(12) 评论(2) 推荐(0) 编辑
摘要:Linux shell command strings All In One 打印文件(默认为标准输入) 中可打印的字符串 阅读全文
posted @ 2023-05-24 17:17 xgqfrms 阅读(32) 评论(1) 推荐(0) 编辑
摘要:使用 CloudFlare Argo Tunnel 实现内网穿透 All In One 阅读全文
posted @ 2023-05-24 16:46 xgqfrms 阅读(162) 评论(1) 推荐(0) 编辑
摘要:Raspberry Pi 4 Model B Product Information Portal All In One PCN Product Information Portal / 产品信息门户 Linux shell command strings 阅读全文
posted @ 2023-05-24 15:05 xgqfrms 阅读(32) 评论(4) 推荐(0) 编辑
摘要:use SSH to connect to Raspberry Pi methods All In One hostname.local ssh eric@rpi4b.local mDNS # fix 丢失 hostname.local ✅ ff00::0 ip6-localnet ff00::0 ip6-mcastprefix 阅读全文
posted @ 2023-05-23 21:20 xgqfrms 阅读(19) 评论(10) 推荐(0) 编辑
摘要:国产单片机开发板 All In One Raspberry Pi 国产替代品 ❓ 硬件配置还行, 配套软件生态不太行呀,感觉只适合小众用户玩玩而已 NanoPi R6S FrindlyElec / 友善电子 AIoT / 物联网 Orange Pi / 香橙派 Orange Pi 5 / Orange Pi 5B / Orange Pi 5 Plus 阅读全文
posted @ 2023-05-23 16:33 xgqfrms 阅读(117) 评论(3) 推荐(0) 编辑
摘要:Reuleaux Triangle All In One 勒洛三角形 阅读全文
posted @ 2023-05-23 14:18 xgqfrms 阅读(24) 评论(0) 推荐(0) 编辑
摘要:如何在 macOS 上进行 STM32 开发 All In One 网上好多 STM32 的教学视频的开发环境都是基于 Windows 系统的,对 macOS 用户直接劝退了 在 Mac 上安装虚拟机,运行 Windows 系统 💩 在 Mac 上安装虚拟机,在虚拟机中运行 Windows 系统 💩 使用 STM 官方免费开发工具 STM32CubeIDE, 基于 Eclipse IDE ✅ VSCode + PlatformIO extension 🚀 阅读全文
posted @ 2023-05-23 12:01 xgqfrms 阅读(1253) 评论(2) 推荐(1) 编辑
摘要:在线韩语输入工具 All In One 阅读全文
posted @ 2023-05-22 23:07 xgqfrms 阅读(401) 评论(1) 推荐(0) 编辑
摘要:Google script tools zx All In One zx: A tool for writing better scripts 阅读全文
posted @ 2023-05-22 09:46 xgqfrms 阅读(6) 评论(0) 推荐(0) 编辑
摘要:Top 100 GitHub Users in China All In One GitHub API GitHub App React Vercel 阅读全文
posted @ 2023-05-21 19:57 xgqfrms 阅读(22) 评论(2) 推荐(0) 编辑
摘要:js number format All In One 金融数据表示法 千分位符号 大数分割表示法 locales 阅读全文
posted @ 2023-05-21 15:10 xgqfrms 阅读(42) 评论(2) 推荐(0) 编辑
摘要:如何破解网页使用 MutationObserver 禁用修改 DOM 功能 All In One 道高一尺,魔高一丈 (Web 安全攻防) 如何使用 Chrome 浏览器破解水印 如何使用 Chrome 浏览器去除水印 阅读全文
posted @ 2023-05-21 14:11 xgqfrms 阅读(183) 评论(4) 推荐(0) 编辑
摘要:2023 中国最大的大学城 All In One 参考指标 大学数量最多 占地面积最大 在校学生数量最多 龙子湖高校园区由河南大学、河南农业大学、河南中医药大学、河南财经政法大学、华北水利水电大学、郑州航空工业管理学院、河南警察学院、河南财政金融学院、河南牧业经济学院、河南司法警官职业学院、河南经贸职业学院、河南职业技术学院、郑州工程技术学院、郑州信息科技职业学院、河南省社会主义学院这15所高等院校组成 龙子湖大学城规划面积22平方公里(33000 亩),容纳学生超 20万人 阅读全文
posted @ 2023-05-20 23:32 xgqfrms 阅读(300) 评论(9) 推荐(0) 编辑
摘要:2023年上海驾考科目三考试流程 All In One 科目三考试一次通过秘籍 上海小昆山考场科目三考试线路 经过本人与监考人员确认,小昆山科目三考试线路目前一共有三条: 科目三考试线 1 科目三考试线 2 ❓ 科目三考试线 8 https://mp.weixin.qq.com/s/JDL0Cbg5X8z5Jbmjca6UYg 科目三教练告诉我的考试路线有三条: 科目三考试线 1 科目三考试线 6 ❓ 科目三考试线 8 阅读全文
posted @ 2023-05-20 21:25 xgqfrms 阅读(448) 评论(6) 推荐(0) 编辑
摘要:2023 科目三考试技巧图解教程 All In One 上车准备 模拟灯光 超车 变道 加速 掉头 学校/公交站停车 紧急情况处置 阅读全文
posted @ 2023-05-20 21:17 xgqfrms 阅读(125) 评论(6) 推荐(0) 编辑
摘要:2023年上海驾考科目二考试流程 All In One 科目二考试一次通过秘籍 阅读全文
posted @ 2023-05-20 09:03 xgqfrms 阅读(194) 评论(0) 推荐(0) 编辑
摘要:STM32 开发工具集 All In One STM32 的3 种启动模式 自举加载程序 Bootloader 从程序闪存存储器自举 从系统存储器自举 从内部 SRAM 自举 调试探针 J-Link / STLINK / USB to TTL / STM32CubeIDE / Keil MDK ARM 阅读全文
posted @ 2023-05-19 20:37 xgqfrms 阅读(61) 评论(5) 推荐(0) 编辑
摘要:STM32 单片机烧录程序的方式 All In One STM32F103C8 STM32F103C8T6 最小系统版 使用 ChatGPT 自动生成 STM32 LED点亮程序 阅读全文
posted @ 2023-05-19 12:12 xgqfrms 阅读(554) 评论(3) 推荐(0) 编辑
摘要:Python & PEP All In One Python Enhancement Proposals / Python 增强建议 阅读全文
posted @ 2023-05-19 11:53 xgqfrms 阅读(11) 评论(0) 推荐(0) 编辑
摘要:How to use STM32 control RGB LED All In One STM32 C/ C++ 阅读全文
posted @ 2023-05-18 21:39 xgqfrms 阅读(35) 评论(5) 推荐(0) 编辑
摘要:生活常识: 酱油生抽与老抽的区别是什么 All In One 高盐稀态酱油(生抽) 阅读全文
posted @ 2023-05-18 14:48 xgqfrms 阅读(19) 评论(2) 推荐(0) 编辑
摘要:Adafruit & CircuitPython & Node.js All In One 阅读全文
posted @ 2023-05-18 07:05 xgqfrms 阅读(24) 评论(3) 推荐(0) 编辑
摘要:How to use Raspberry Pi scan bluetooth devices All In One 蓝牙 阅读全文
posted @ 2023-05-17 23:26 xgqfrms 阅读(30) 评论(1) 推荐(0) 编辑
摘要:How to use micro:bit V2 to control built-in sensors All In One micro:bit V2 & Python 阅读全文
posted @ 2023-05-17 22:16 xgqfrms 阅读(16) 评论(3) 推荐(0) 编辑
摘要:人类感到最舒适的温度和湿度 All In One 黄金分割点 0.618 当室内温度在`23℃`,相对湿度在`62%`时,人体感觉`最舒适`。 阅读全文
posted @ 2023-05-17 15:43 xgqfrms 阅读(78) 评论(1) 推荐(0) 编辑
摘要:javascript protocol All In One JavaScript Security Vulnerabilities / JavaScript 安全漏洞 阅读全文
posted @ 2023-05-17 11:20 xgqfrms 阅读(4) 评论(4) 推荐(0) 编辑
摘要:How to use pip3 install the latest version package All In One 如何使用pip3安装最新版本包 阅读全文
posted @ 2023-05-17 10:20 xgqfrms 阅读(61) 评论(1) 推荐(0) 编辑
摘要:How to use the Raspberry Pi and Python to control a DHT11 wet and temperate module All In One 如何使用树莓派和 Python 来控制温湿度模块 Temperature & Humidity Sensor (DHT11) 把`温湿度`信息输出到 `OLED` 显示屏上 阅读全文
posted @ 2023-05-16 18:27 xgqfrms 阅读(56) 评论(9) 推荐(0) 编辑
摘要:How to use the Raspberry Pi and Python to control a buzzer All In One 如何使用树莓派和Python来控制蜂鸣器 有源蜂鸣器 vs 无源蜂鸣器 注意,这里的“源”不是指电源。而是指震荡源。 无源内部不带震荡源,所以如果用直流信号无法令其鸣叫。必须用2K~5K的方波去驱动它 声音频率可控,可以做出“多来米发索拉西”的效果。(高阶玩家) 在一些特例中,可以和 LED 复用一个控制口 💡: 使用无源蜂鸣器,只要输出不同频率的PWM 波,即可发出不同的音符; 不同的音符组合起来就是一个曲子了, 可以用来播放音乐; ✅ 有源蜂鸣器内部带震荡源,所以只要一通电就会叫 程序控制方便,单片机一个高低电平就可以让其发出声音,而无源蜂鸣器却做不到 阅读全文
posted @ 2023-05-16 12:05 xgqfrms 阅读(43) 评论(3) 推荐(0) 编辑
摘要:上海外国语大学世界语言博物馆 All In One 上海外国语大学世界语言博物馆(Museum of World Languages)于2019年12月开馆,时值联合国“国际本土语言年”(International Year of Indigenous Languages)和上外建校七十周年,是中国第一座世界语言博物馆,也是全球为数不多的语言类博物馆之一。 上外世界语言博物馆作为以“世界语言多样性”为主题的学术型博物馆,秉持“语汇世界、言聚全球”(Words, Worlds)的立馆理念,以推动构建全球语言知识体系、促进中外文明交流互鉴为己任,展陈世界语言多元面貌,展望人类命运共同体未来。 阅读全文
posted @ 2023-05-16 11:36 xgqfrms 阅读(45) 评论(2) 推荐(0) 编辑
摘要:macOS Terminal vim UTF-8 bug All In One vim 乱码 bug macOS 系统更新 bug Raspberry Pi 阅读全文
posted @ 2023-05-15 14:56 xgqfrms 阅读(39) 评论(9) 推荐(0) 编辑
摘要:Node.js os module All In One // ESM import os from 'node:os'; // ❓what is the difference import os from 'os' macOS Intel CPUs Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz 阅读全文
posted @ 2023-05-14 23:55 xgqfrms 阅读(33) 评论(2) 推荐(0) 编辑
摘要:Dell S2419HM 显示器灰屏 All In One 阅读全文
posted @ 2023-05-14 14:48 xgqfrms 阅读(84) 评论(2) 推荐(0) 编辑
摘要:如何使用 iPad Pro 作为 Mac mini 的外接屏幕 All In One Dell S2419HM 显示器灰屏 Dell 显示器 3 年质保过期后,坏了就无法维修了,商品下架了,客服一问三不知 💩 阅读全文
posted @ 2023-05-14 12:59 xgqfrms 阅读(568) 评论(4) 推荐(0) 编辑
摘要:Python for loop with index All In One 带索引的 Python for 循环 enumerate 阅读全文
posted @ 2023-05-13 23:25 xgqfrms 阅读(24) 评论(1) 推荐(0) 编辑
摘要:gpiozero API All In One Python & Raspberry Pi 阅读全文
posted @ 2023-05-13 15:35 xgqfrms 阅读(17) 评论(0) 推荐(0) 编辑
摘要:RPi.GPIO API All In One Python & Raspberry Pi Keyes RGB LED 140C05 阅读全文
posted @ 2023-05-13 15:07 xgqfrms 阅读(49) 评论(2) 推荐(0) 编辑
摘要:免费且神奇的知识学习和动手模拟网站大全 All In One free online awesome learing HTML5 webistes PhET: Free online physics, chemistry, biology, earth science and math simulations PhET:免费在线物理、化学、生物学、地球科学和数学模拟 阅读全文
posted @ 2023-05-13 13:30 xgqfrms 阅读(105) 评论(0) 推荐(0) 编辑
摘要:如何准确的计算出不同类型电阻的大小 All In One 电阻类型/电阻种类 欧姆定律 碳膜电阻 陶瓷电阻 金属元素电阻 金属薄膜电阻 金属氧化物薄膜电阻 厚膜电阻 薄膜电阻 绕线电阻 无感绕线电阻 电阻色码 阅读全文
posted @ 2023-05-13 11:27 xgqfrms 阅读(26) 评论(5) 推荐(0) 编辑
摘要:Node.js & Raspberry Pi & WS2812B RGB LEDs strip All In One Node.js & Raspberry Pi & WS2812B RGB LED 灯带 Fritzing 阅读全文
posted @ 2023-05-12 23:35 xgqfrms 阅读(25) 评论(1) 推荐(0) 编辑
摘要:WLED and WS2812B RGB LEDs Strip All In One Home Assistant NeoPixel ESP32 阅读全文
posted @ 2023-05-12 20:51 xgqfrms 阅读(74) 评论(6) 推荐(0) 编辑
摘要:Rick and Morty All In One 瑞克和莫蒂 Brilliant but boozy scientist Rick hijacks his fretful teenage grandson, Morty, for wild escapades in other worlds and alternate dimensions. 才华横溢但酗酒的科学家瑞克劫持了他烦躁的十几岁的孙子莫蒂,以便在其他世界和其他维度进行疯狂的冒险。 free Open API Graphql API & Restful API 阅读全文
posted @ 2023-05-12 20:40 xgqfrms 阅读(15) 评论(0) 推荐(0) 编辑
摘要:WS2812B & rpi_ws281x LED Strip Types All In One AttributeError: module 'rpi_ws281x' has no attribute 'WS2812B_STRIP_GRB' WS2812B RGB LEDs Strip color channel: GRB WS2811_STRIP_GRB ws STRIP types 阅读全文
posted @ 2023-05-12 16:09 xgqfrms 阅读(65) 评论(2) 推荐(0) 编辑
摘要:macOS terminal select text bug All In One mouse tracking mode 鼠标跟踪模式 You have somehow activated the terminal's mouse tracking mode. reset 阅读全文
posted @ 2023-05-12 12:43 xgqfrms 阅读(8) 评论(3) 推荐(0) 编辑
摘要:Python try...catch All In One Python 异常处理 阅读全文
posted @ 2023-05-11 22:27 xgqfrms 阅读(16) 评论(0) 推荐(0) 编辑
摘要:Python OOP & Class private method All In One Python Class private method 阅读全文
posted @ 2023-05-11 19:57 xgqfrms 阅读(6) 评论(1) 推荐(0) 编辑
摘要:Python range function All In One range 函数 阅读全文
posted @ 2023-05-11 19:08 xgqfrms 阅读(7) 评论(2) 推荐(0) 编辑
摘要:Raspberry Pi 3 Model B and Raspberry Pi 3 Model B+ and and Raspberry Pi 4 Model B All In One 树莓派 3B / 树莓派 3B+ / 树莓派 4B 阅读全文
posted @ 2023-05-11 11:56 xgqfrms 阅读(14) 评论(4) 推荐(0) 编辑
摘要:上海计时驾培服务平台 All In One 机动车驾驶培训教学与考试大纲 驾考 / 理论学时 / 视频打卡 / 刷学时 阅读全文
posted @ 2023-05-10 19:32 xgqfrms 阅读(252) 评论(2) 推荐(0) 编辑
摘要:如何拯救吃灰很久且快要变砖的国行版 Kindle 电子书 All In One 如何批量下载及备份 Kindle 电子书 阅读全文
posted @ 2023-05-10 17:18 xgqfrms 阅读(524) 评论(1) 推荐(0) 编辑
摘要:How to fix WS2812B RGB LEDs strip not work bug All In One NeoPixel CircuitPython rpi_ws281x Adafruit 阅读全文
posted @ 2023-05-10 13:22 xgqfrms 阅读(90) 评论(31) 推荐(0) 编辑
摘要:马斯洛需求层次理论 All In One 需求 => 动机 => 行为 需求层次 基本需求 生理需求 安全需求 爱与归属需求 尊重需求 自我实现需求 扩展需求 求知需求 审美需求 阅读全文
posted @ 2023-05-09 21:27 xgqfrms 阅读(18) 评论(0) 推荐(0) 编辑
摘要:中华人民共和国道路交通安全法实施条例 All In One 阅读全文
posted @ 2023-05-08 22:45 xgqfrms 阅读(12) 评论(1) 推荐(0) 编辑
摘要:如何修复元贝驾考仿真考试无法查看错题分析的 bug All In One 2023 科目一 模拟考试 2023 科目四 模拟考试 阅读全文
posted @ 2023-05-08 22:03 xgqfrms 阅读(63) 评论(18) 推荐(0) 编辑
摘要:中华人民共和国道路交通安全法 All In One (2003年10月28日第十届全国人民代表大会常务委员会第五次会议通过 根据2007年12月29日第十届全国人民代表大会常务委员会第三十一次会议《关于修改〈中华人民共和国道路交通安全法〉的决定》第一次修正 根据2011年4月22日第十一届全国人民代表大会常务委员会第二十次会议《关于修改〈中华人民共和国道路交通安全法〉的决定》第二次修正 根据2021年4月29日第十三届全国人民代表大会常务委员会第二十八次会议《关于修改〈中华人民共和国道路交通安全法〉等八部法律的决定》第三次修正) 阅读全文
posted @ 2023-05-08 21:21 xgqfrms 阅读(7) 评论(1) 推荐(0) 编辑
摘要:道路交通安全违法行为处理程序规定 All In One 道路交通安全违法行为处理程序规定 时间:2020年04月30日 阅读全文
posted @ 2023-05-08 21:10 xgqfrms 阅读(6) 评论(1) 推荐(0) 编辑
摘要:机动车驾驶证申领和使用规定 All In One 驾考: 科目一、科目四 阅读全文
posted @ 2023-05-08 18:17 xgqfrms 阅读(12) 评论(1) 推荐(0) 编辑
摘要:道路交通安全违法行为记分管理办法 All In One 驾考: 科目一、科目四 阅读全文
posted @ 2023-05-08 17:16 xgqfrms 阅读(25) 评论(1) 推荐(0) 编辑
摘要:How to use Linux command to find out the background process All In One 阅读全文
posted @ 2023-05-08 14:46 xgqfrms 阅读(24) 评论(1) 推荐(0) 编辑
摘要:How to use Linux command or Python code get Raspberry PI's Temperature All In One 如何使用 Linux 命令或 Python 代码获取 Raspberry PI 的温度 vcgencmd 阅读全文
posted @ 2023-05-08 13:34 xgqfrms 阅读(19) 评论(0) 推荐(0) 编辑
摘要:How to connect to multiple SSD1306 OLED Displays using Raspberry Pi GPIO I2C PIN All In One 如何使用 Raspberry Pi 的 GPIO I2C PIN 连接多个 SSD1306 OLED 显示器 Soc: BCM2837 / BCM2836 阅读全文
posted @ 2023-05-08 11:56 xgqfrms 阅读(29) 评论(5) 推荐(0) 编辑
摘要:驾考科目一、科目四相关的所有法律法规文件官方完整版 All In One 中华人民共和国道路交通安全法 机动车驾驶证申领和使用规定 道路交通安全违法行为记分管理办法 阅读全文
posted @ 2023-05-08 11:43 xgqfrms 阅读(1064) 评论(0) 推荐(0) 编辑
摘要:Raspberry Pi & 0.96 inch SSD1306 OLED display All In One CircuitPython MicroPython Adafruit 阅读全文
posted @ 2023-05-07 21:46 xgqfrms 阅读(170) 评论(11) 推荐(0) 编辑
摘要:Python neopixel package bugs All In One rpi_ws281x Adafruit 阅读全文
posted @ 2023-05-07 21:28 xgqfrms 阅读(45) 评论(11) 推荐(0) 编辑
摘要:如何自制定制化的杜邦线免费教程 All In One 自制杜邦线 准备工具和材料 工具:剥线钳,压线钳 材料:导线若干,杜邦端子和胶壳 自制杜邦线母头 杜邦母头端子 杜邦胶壳单排(具体胶壳排数,要看自己的需求,新手推荐可以随意组合的单排) 自制杜邦线公头 杜邦公头端子 杜邦胶壳单排(具体胶壳排数,要看自己的需求,新手推荐可以随意组合的单排) pinout GPIO 阅读全文
posted @ 2023-05-07 18:08 xgqfrms 阅读(667) 评论(1) 推荐(0) 编辑
摘要:WS2812B RGB LED 灯带外接电源所需要的电压计算公式 All In One rpi_ws281x GPIO BCM Python pinout Raspberry Pi 阅读全文
posted @ 2023-05-07 12:10 xgqfrms 阅读(1719) 评论(10) 推荐(0) 编辑
摘要:pip3 & python3 -m pip All In One rpi_ws281x 阅读全文
posted @ 2023-05-07 12:02 xgqfrms 阅读(28) 评论(2) 推荐(0) 编辑
摘要:sudo & su & Rust All In One 阅读全文
posted @ 2023-05-07 05:49 xgqfrms 阅读(15) 评论(2) 推荐(0) 编辑
摘要:上海市公安局案(事)件接报回执单 All In One 上海市公安局案(事)件接报回执 盗窃罪 阅读全文
posted @ 2023-05-06 22:14 xgqfrms 阅读(742) 评论(3) 推荐(0) 编辑
摘要:快处易赔 All In One 阅读全文
posted @ 2023-05-06 15:47 xgqfrms 阅读(48) 评论(1) 推荐(0) 编辑
摘要:色彩学基础:三原色 All In One 色光三原色:RGB / 红绿蓝 颜料三原色: CMY / 青绿、品红、黄 (红黄蓝 ❓) rpi_ws281x RPi.GPIO 阅读全文
posted @ 2023-05-05 15:49 xgqfrms 阅读(22) 评论(4) 推荐(0) 编辑
摘要:非法学专业人士的《中华人民共和国治安管理处罚法》使用教程 All In One 第五十八条 冒领、隐匿、毁弃、私自开拆或者非法检查他 人寄递物品的,处五日以下拘留或者一千元以下罚款;情节较重 的,处五日以上十日以下拘留。 第五十九条 盗窃、诈骗、哄抢、抢夺或者敲诈勒索的,处 五日以上十日以下拘留,可以并处一千元以下罚款;情节较重的, 处十日以上十五日以下拘留,可以并处一千元以上二千元以下罚 款。 上海市公安局松江分局行政处罚信息公开 阅读全文
posted @ 2023-05-05 13:55 xgqfrms 阅读(29) 评论(4) 推荐(0) 编辑
摘要:电子电路技术常识:数字信号 & 模拟信号 All In One 数模转换 / 模数转换 DA: Digital signal => Analog signal / 数字信号转模拟信号 AD: Analog signal => Digital signal / 模拟信号转数字信号 阅读全文
posted @ 2023-05-04 21:32 xgqfrms 阅读(96) 评论(1) 推荐(0) 编辑
摘要:科目一考试一次必过的踩坑笔记 All In One 驾校和考场都不给你说的考试秘密,在这里我完全免费的分享给大家了! 陷阱题(选项 ABCD 与 图片上的 ABCD 编号不是一一对应的,要以选项的为准,不要被误导了!) 仿真考试 模拟考试 阅读全文
posted @ 2023-05-04 20:51 xgqfrms 阅读(65) 评论(2) 推荐(0) 编辑
摘要:fix apt-get install wiringpi errors All In One C 语言版本 wiringpi fix: E: Package 'wiringpi' has no installation candidate error 修复 E: 软件包 wiringpi:armhf 没有可安装候选 错误 阅读全文
posted @ 2023-05-03 22:59 xgqfrms 阅读(330) 评论(2) 推荐(0) 编辑
摘要:Linux shell command make All In One GPIO WiringPi CMake 阅读全文
posted @ 2023-05-03 19:08 xgqfrms 阅读(18) 评论(1) 推荐(0) 编辑
摘要:Linux command line editor nano All In One nano editor Ctrl + X 退出窗口 Ctrl + G 打开帮助文档 Ctrl + O 保存 Ctrl + U 粘贴 Ctrl + K 剪切 阅读全文
posted @ 2023-05-03 17:48 xgqfrms 阅读(20) 评论(0) 推荐(0) 编辑
摘要:Linux shell script shebang env All In One 指定 shell script 的运行环境 #!/usr/bin/env bash #!/usr/bin/bash #!/bin/bash 阅读全文
posted @ 2023-05-03 16:06 xgqfrms 阅读(16) 评论(1) 推荐(0) 编辑
摘要:Linux shell script switch...case All In One case...in...esac Linux shell shebang 阅读全文
posted @ 2023-05-03 15:48 xgqfrms 阅读(123) 评论(1) 推荐(0) 编辑
摘要:交通安全标志图解教程 All In One 驾考: 科目一、科目四 交通标志图解 阅读全文
posted @ 2023-05-03 12:41 xgqfrms 阅读(9) 评论(0) 推荐(0) 编辑
摘要:科目一模拟考试易错考题错题集 All In One 科目一 易错考题 错题集 阅读全文
posted @ 2023-05-03 12:31 xgqfrms 阅读(51) 评论(8) 推荐(0) 编辑
摘要:Linux shell command ls sort by date All In One ls 按时间排序,最新的排在最前面 $ ls -t $ ls --time # reverse $ ls -tr 阅读全文
posted @ 2023-05-02 21:56 xgqfrms 阅读(49) 评论(1) 推荐(0) 编辑
摘要:上拉电阻和下拉电阻 All In One 阅读全文
posted @ 2023-05-02 13:35 xgqfrms 阅读(38) 评论(1) 推荐(0) 编辑
摘要:WS2812B LED 灯带 3 PIN 端口参数 All In One 2.54mm 公母接头 阅读全文
posted @ 2023-05-02 12:35 xgqfrms 阅读(88) 评论(1) 推荐(0) 编辑
摘要:上海市萝卜快跑无人驾驶出租车收费标准 All In One 无人驾驶出租车商业化运营 萝卜快跑 收费标准 萝卜快跑计费规则图解 阅读全文
posted @ 2023-05-01 22:48 xgqfrms 阅读(1318) 评论(1) 推荐(0) 编辑
摘要:科目一通关秘籍手册 All In One 驾考 阅读全文
posted @ 2023-05-01 14:01 xgqfrms 阅读(22) 评论(1) 推荐(0) 编辑