diff --git "a/backup/WSL\345\255\220\347\263\273\347\273\237\347\274\226\350\257\221buildroot\345\241\253\345\235\221.md" "b/backup/WSL\345\255\220\347\263\273\347\273\237\347\274\226\350\257\221buildroot\345\241\253\345\235\221.md" new file mode 100644 index 00000000..a764ec87 --- /dev/null +++ "b/backup/WSL\345\255\220\347\263\273\347\273\237\347\274\226\350\257\221buildroot\345\241\253\345\235\221.md" @@ -0,0 +1,72 @@ +之前一直用Windows的子系统`WSL`用来编译`micropython`的固件,速度很快而且文件交互起来也很方便。`buildroot`体积比较大,之前一直都是在`Github`的[codespaces](https://github.com/codespaces)上编译,但是`codespaces`有存储大小限制,所以这里记录一下在`WSL`中编译`buildroot`遇到的一些坑。 + +### 填坑 +1. 报错 build/elf/librtld.os:raise.c:(.text+0x18bf4): more undefined references to 'rtld_errno' follow +这个错误是WSL对于挂载的文件,也就是在`/mnt/`下的所有内容都不区分大小写导致的,所以需要把编译的路径放到`/opt`下即可。 + +``` +$ getfattr -n system.wsl_case_sensitive /mnt/d +getfattr: Removing leading '/' from absolute path names +# file: mnt/d +system.wsl_case_sensitive="0" + +$ getfattr -n system.wsl_case_sensitive /opt +getfattr: Removing leading '/' from absolute path names +# file: opt +system.wsl_case_sensitive="1" +``` +> 参考链接1:[glibc build errors with undefined references in files under elf/ ](https://github.com/riscv-collab/riscv-gnu-toolchain/issues/523) +> 参考链接2:[Linker error](https://github.com/riscv-collab/riscv-gnu-toolchain/issues/742) + +2. 报错 fakeroot +``` +fakeroot, while creating message channels: Function not implemented +This may be due to a lack of SYSV IPC support. +fakeroot: error while starting the `faked' daemon. +kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec] +make: *** [fs/common.mk:87: /opt/buildroot/buildroot-2018.08.2/output/build/buildroot-fs/rootfs.common.tar] Error 1 +``` +据微软开发人员解释,目前WSL仅仅支持SYSV的信号量,消息队列还没有被实现(fakeroot需要SYSV的消息队列)。所以解决方案是使用`fakeroot-tcp`替换`fakeroot` +``` +sudo apt-get install -y fakeroot +sudo cp -f /usr/bin/fakeroot-tcp output/host/usr/bin/fakeroot +``` + +> 参考链接1:[Sysvipc message queues and fakeroot](https://github.com/microsoft/WSL/issues/2465) +> 参考链接2:[Win10 WSL系统下编译buildroot报错不支持SYSV IPC,导致fakeroot无法正常工作](https://whycan.com/t_1004.html)](https://whycan.com/t_1004.html) + +3. How to remove Windows paths from WSL path +``` +echo $PATH +$ sudo vi /etc/wsl.conf + +[interop] +appendWindowsPath = false +``` +修改后重启WSL,即可删除Windows上的环境变量 + +### WSL指令 + +``` +重启WSL +Restart-Service LxssManager + +转换 WSL 版本2 +wsl --set-version ubuntu-20.04 2 + +列出可用的 Linux 发行版本 +wsl --list --online + +列出已安装的 Linux 发行版本 +wsl --list --verbose + +关机 +wsl --shutdown + +注销或卸载 Linux 发行版 +wsl --unregister + +``` +> 参考链接1:[WSL 的基本命令](https://learn.microsoft.com/zh-cn/windows/wsl/basic-commands) + + diff --git a/blogBase.json b/blogBase.json index ae180079..c3421d9e 100644 --- a/blogBase.json +++ b/blogBase.json @@ -1 +1 @@ -{"startSite": "02/16/2015", "filingNum": "\u6d59ICP\u590720023628\u53f7", "onePageListNum": 15, "commentLabelColor": "#006b75", "yearColorList": ["#bc4c00", "#0969da", "#1f883d", "#A333D0"], "i18n": "CN", "dayTheme": "light", "nightTheme": "dark_colorblind", "title": "Meekdai", "displayTitle": "eekdai", "subTitle": "\u7ae5\u8bdd\u662f\u4e00\u79cd\u751f\u6d3b\u6001\u5ea6\uff0c\u4ec5\u6b64\u800c\u5df2\u3002", "homeUrl": "https://blog.meekdai.com", "avatarUrl": "https://meekdai.com/avatar.svg", "faviconUrl": "https://meekdai.com/favicon.svg", "singlePage": ["link", "about"], "email": "meekdai@163.com", "GMEEK_VERSION": "main", "postListJson": {"P6": {"htmlDir": "docs/post/HDMI-xue-xi-zong-jie.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "HDMI\u5b66\u4e60\u603b\u7ed3", "postUrl": "post/HDMI-xue-xi-zong-jie.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/6", "commentNum": 1, "description": "\u9ad8\u6e05\u6670\u5ea6\u591a\u5a92\u4f53\u63a5\u53e3\uff08\u82f1\u6587\uff1aHigh Definition Multimedia Interface\uff0cHDMI\uff09 \r\n\u56e0\u4e3a\u9700\u8981\u8ba1\u7b97HDMI\u7684\u5dee\u5206\u7ebf\u4f20\u8f93\u901f\u7387\uff0c\u628aHDMI\u76f8\u5173\u7684\u77e5\u8bc6\u90fd\u770b\u4e86\u4e00\u4e0b\uff0c\u505a\u5982\u4e0b\u8bb0\u5f55\uff0c\u65b9\u4fbf\u4ee5\u540e\u56de\u987e\u3002", "top": 0, "createdAt": 1451096020, "style": "", "script": "", "createdDate": "2015-12-26", "dateLabelColor": "#A333D0"}, "P23": {"htmlDir": "docs/post/Paddy Richter.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "Paddy Richter", "postUrl": "post/Paddy%20Richter.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/23", "commentNum": 0, "description": "Paddy Richter\u8c03\u97f3\u65b9\u5f0f\uff0c\u7531\u8457\u540d\u53e3\u7434\u6f14\u594f\u5bb6 Brendan Power\u6240\u5f00\u53d1\u3002", "top": 0, "createdAt": 1461596880, "style": "", "script": "", "createdDate": "2016-04-25", "dateLabelColor": "#bc4c00"}, "P18": {"htmlDir": "docs/post/NodeMcu-xue-xi-bi-ji.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "NodeMcu\u5b66\u4e60\u7b14\u8bb0", "postUrl": "post/NodeMcu-xue-xi-bi-ji.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/18", "commentNum": 0, "description": "\r\n##NodeMCU \u7b80\u4ecb\r\n\r\n\u8d85\u7b80\u5355\u7684\u7269\u8054\u7f51\u5f00\u53d1\u5e73\u53f0[NodeMcu][1]\uff0c\u4e00\u6b3e\u5f00\u6e90\u5feb\u901f\u786c\u4ef6\u539f\u578b\u5e73\u53f0\uff0c\u5305\u62ec\u56fa\u4ef6\u548c\u5f00\u53d1\u677f\uff0c\u7528\u51e0\u884c\u7b80\u5355\u7684Lua\u811a\u672c\u5c31\u80fd\u5f00\u53d1\u7269\u8054\u7f51\u5e94\u7528\u3002", "top": 0, "createdAt": 1480750440, "style": "", "script": "", "createdDate": "2016-12-03", "dateLabelColor": "#bc4c00"}, "P9": {"htmlDir": "docs/post/ji-mi-Z4-Air-yu-yin-xiang-gao-yin-la-ba.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u6781\u7c73Z4-Air\u4e0e\u97f3\u54cd\u9ad8\u97f3\u5587\u53ed", "postUrl": "post/ji-mi-Z4-Air-yu-yin-xiang-gao-yin-la-ba.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/9", "commentNum": 0, "description": "\u524d\u9762\u51e0\u7bc7\u90fd\u662f\u4e0d\u5927\u6b63\u5e38\u7684\u6587\u7ae0\uff0c\u8fd9\u7bc7\u5c31\u5199\u4e00\u4e0b\u6700\u8fd1\u81ea\u5df1\u4e70\u7684\u6295\u5f71\u4eea\u548c\u7ed9\u97f3\u54cd\u6309\u4e0a\u4e86\u9ad8\u97f3\u5587\u53ed\uff0c\u4e00\u5207\u90fd\u662f\u4e3a\u4e86\u63d0\u9ad8\u51ac\u5929\u7684\u751f\u6d3b\u6c34\u5e73\uff01\r\n\r\n\u662f\u7684\uff0c\u8fd9\u662f\u4e00\u6b3e\u5c0f\u5de7\u73b2\u73d1\u7684\u6295\u5f71\u4eea\uff0c\u529f\u80fd\u6781\u5176\u5f3a\u5927\uff0c\u5916\u89c2\u8bbe\u8ba1\u65e0\u53ef\u6311\u5254\u3002", "top": 0, "createdAt": 1480782120, "style": "", "script": "", "createdDate": "2016-12-03", "dateLabelColor": "#bc4c00"}, "P17": {"htmlDir": "docs/post/gai-bian.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u6539\u53d8", "postUrl": "post/gai-bian.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/17", "commentNum": 1, "description": "The most powerful thing about time is that it changes.\r\n\u662f\u65f6\u95f4\u6539\u53d8\u4e86\u6211\uff0c\u8fd8\u662f\u6211\u65e0\u6cd5\u6539\u53d8\u7684\u547d\u8fd0\uff1f\r\n\r\n**01**\r\n\u5f53\u4f60\u8001\u4e86\uff0c\u56de\u987e\u4e00\u751f\uff0c\u5c31\u4f1a\u53d1\u89c9\uff1a\u4ec0\u4e48\u65f6\u5019\u51fa\u56fd\u8bfb\u4e66\uff0c\u4ec0\u4e48\u65f6\u5019\u51b3\u5b9a\u505a\u7b2c\u4e00\u4efd\u804c\u4e1a\u3001\u4f55\u65f6\u9009\u5b9a\u4e86\u5bf9\u8c61\u800c\u604b\u7231\u3001\u4ec0\u4e48\u65f6\u5019\u7ed3\u5a5a\uff0c\u5176\u5b9e\u90fd\u662f\u547d\u8fd0\u7684\u5de8\u53d8\u3002", "top": 0, "createdAt": 1490764800, "style": "", "script": "", "createdDate": "2017-03-29", "dateLabelColor": "#0969da"}, "P16": {"htmlDir": "docs/post/\u300a-gao-xiao-neng-ren-shi-de-qi-ge-xi-guan-\u300b-du-hou-gan.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u300a\u9ad8\u6548\u80fd\u4eba\u58eb\u7684\u4e03\u4e2a\u4e60\u60ef\u300b\u8bfb\u540e\u611f", "postUrl": "post/%E3%80%8A-gao-xiao-neng-ren-shi-de-qi-ge-xi-guan-%E3%80%8B-du-hou-gan.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/16", "commentNum": 0, "description": "\u56e0\u4e3a\u516c\u53f8\u6709\u4e00\u4e2a\u300a\u9ad8\u6548\u80fd\u4eba\u58eb\u7684\u4e03\u4e2a\u4e60\u60ef\u300b\u7684\u8bfe\u7a0b\uff0c\u6240\u4ee5\u9700\u8981\u8bfe\u524d\u51c6\u5907\u4e00\u4e0b\uff0c\u6b64\u8bfb\u540e\u611f\u7531\u6b64\u800c\u6765\u3002", "top": 0, "createdAt": 1491234180, "style": "", "script": "", "createdDate": "2017-04-03", "dateLabelColor": "#0969da"}, "P15": {"htmlDir": "docs/post/Allegro-shuang-ji-PCB-wen-jian-bian-xin-jian-de-jie-jue-ban-fa.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "Allegro\u53cc\u51fbPCB\u6587\u4ef6\u53d8\u65b0\u5efa\u7684\u89e3\u51b3\u529e\u6cd5", "postUrl": "post/Allegro-shuang-ji-PCB-wen-jian-bian-xin-jian-de-jie-jue-ban-fa.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/15", "commentNum": 0, "description": "\u9996\u5148\u611f\u8c22\u5434\u5ddd\u658c\u7684[\u963f\u72f8\u72d7\u7834\u6212\u5927\u5e08](http://aligou.mr-wu.cn/)\uff0c\u5b89\u88c5\u768417.2\u4f1a\u51fa\u73b0\u4e00\u4e2a\u7ec6\u5c0f\u7684\u95ee\u9898\uff0c\u7ecf\u8fc7\u6298\u817e\u540e\uff0c\u5728[\u8bba\u575b](http://bbs.ntpcb.com/read.php?tid-77111.html)\u4e2d\u627e\u5230\u4e86\u529e\u6cd5\uff0c\u8fd9\u91cc\u5bf9\u65b9\u6cd5\u8fdb\u884c\u4e86\u6539\u5584\uff0c\u4ee5\u53ca\u8bb0\u5f55\u95ee\u9898\uff0c\u4ee5\u9632\u4e0b\u6b21\u518d\u78b0\u5230\u3002", "top": 0, "createdAt": 1492169640, "style": "", "script": "", "createdDate": "2017-04-14", "dateLabelColor": "#0969da"}, "P8": {"htmlDir": "docs/post/ban-dao-ti-zhi-leng-qi-(TEC)-de-qu-dong-yu-kong-zhi.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "\u534a\u5bfc\u4f53\u5236\u51b7\u5668(TEC)\u7684\u9a71\u52a8\u4e0e\u63a7\u5236", "postUrl": "post/ban-dao-ti-zhi-leng-qi-%28TEC%29-de-qu-dong-yu-kong-zhi.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/8", "commentNum": 1, "description": "\u534a\u5bfc\u4f53\u81f4\u51b7\u5668(Thermo Electric Cooler)\u662f\u5229\u7528\u534a\u5bfc\u4f53\u6750\u6599\u7684\u73c0\u5c14\u5e16\uff08Peltier\uff09\u6548\u5e94\u5236\u6210\u7684\u3002", "top": 0, "createdAt": 1493808180, "style": "", "script": "", "createdDate": "2017-05-03", "dateLabelColor": "#0969da"}, "P7": {"htmlDir": "docs/post/Cmder-ding-zhi-ming-ling-xing.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "Cmder\u5b9a\u5236\u547d\u4ee4\u884c", "postUrl": "post/Cmder-ding-zhi-ming-ling-xing.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/7", "commentNum": 0, "description": "Github\u5730\u5740\uff1a[https://github.com/Meekdai/cmder](https://github.com/Meekdai/cmder)\r\n\r\n### \u4e3a\u4ec0\u4e48\u8981\u4f7f\u7528\u5b83\r\n\r\n\u5b83\u770b\u8d77\u6765\u975e\u5e38\u9177\r\n\r\n![2292762868.jpg](https://raw.githubusercontent.com/Meekdai/cmder/master/image/1.jpg)\r\n\r\nMarkdown\u9ad8\u4eae\uff0c\u4ee5\u53ca\u80cc\u540e\u5b9e\u65f6\u9884\u89c8\u529f\u80fd\uff0c\u968f\u7740\u5149\u6807\u7684\u79fb\u52a8\uff0c\u81ea\u52a8\u4e0b\u62c9\u9875\u9762\u3002", "top": 0, "createdAt": 1497112740, "style": "", "script": "", "createdDate": "2017-06-10", "dateLabelColor": "#0969da"}, "P14": {"htmlDir": "docs/post/ni-shi-fou-huan-zai-shi-yong-PPT.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u4f60\u662f\u5426\u8fd8\u5728\u4f7f\u7528PPT", "postUrl": "post/ni-shi-fou-huan-zai-shi-yong-PPT.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/14", "commentNum": 0, "description": "\u4f5c\u4e3a\u534a\u4e2a\u7a0b\u5e8f\u5458\uff0c\u5199\u6587\u6863\u4ece\u6765\u4e0d\u7528Word\uff0c\u4e0d\u77e5\u9053\u662f\u4e0d\u662f\u6211\u4e0d\u4f1a\u7528\uff0c\u611f\u89c9\u5b83\u7684\u64cd\u4f5c\u7b80\u76f4\u662fSHIT\uff0cMarkdown\u5f88\u597d\u7684\u89e3\u51b3\u4e86\u8fd9\u4e2a\u95ee\u9898\u3002", "top": 0, "createdAt": 1509882720, "style": "", "script": "", "createdDate": "2017-11-05", "dateLabelColor": "#0969da"}, "P13": {"htmlDir": "docs/post/yang-yu-\uff1f-wo-ying-gai-bu-xing.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u517b\u9c7c\uff1f\u6211\u5e94\u8be5\u4e0d\u884c", "postUrl": "post/yang-yu-%EF%BC%9F-wo-ying-gai-bu-xing.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/13", "commentNum": 2, "description": "\u6211\u4e5f\u4e0d\u8bb0\u5f97\u81ea\u5df1\u53c8\u591a\u4e45\u6ca1\u6709\u66f4\u65b0\u4e86\uff0c\u53ea\u8bb0\u5f97\u8fd9\u671f\u95f4\u970d\u91d1\u53bb\u4e16\u4e86\uff0c\u6211\u7684\u300a\u65f6\u95f4\u7b80\u53f2\u300b\u8fd8\u6ca1\u6709\u770b\u5b8c\u5462\u3002", "top": 0, "createdAt": 1523882820, "style": "", "script": "", "createdDate": "2018-04-16", "dateLabelColor": "#1f883d"}, "P3": {"htmlDir": "docs/post/Allegro-feng-zhuang-jian-ku-cheng-xu-hua.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "Allegro\u5c01\u88c5\u5efa\u5e93\u7a0b\u5e8f\u5316", "postUrl": "post/Allegro-feng-zhuang-jian-ku-cheng-xu-hua.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/3", "commentNum": 0, "description": "\u5728\u8fdb\u884callegro\u5c01\u88c5\u5efa\u5e93\u7684\u65f6\u5019\uff0c\u6211\u901a\u5e38\u4f1a\u4f7f\u7528FPM\u8fd9\u4e2a\u8f6f\u4ef6\uff0c\u56e0\u4e3a\u901a\u8fc7\u8fd9\u4e2a\u8f6f\u4ef6\uff0c\u6211\u5c31\u53ef\u4ee5\u7528\u4ee3\u7801\u6765\u5efa\u7acbPCB\u5c01\u88c5\u3002", "top": 0, "createdAt": 1542778920, "style": "", "script": "", "createdDate": "2018-11-21", "dateLabelColor": "#1f883d"}, "P12": {"htmlDir": "docs/post/websocket-tong-xin-cai-keng-ji.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "websocket\u901a\u4fe1\u8e29\u5751\u8bb0", "postUrl": "post/websocket-tong-xin-cai-keng-ji.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/12", "commentNum": 0, "description": "\u4ec0\u4e48\u662fwebsocket\uff1f\u7f51\u4e0a\u6709\u5f88\u591a\u7684\u4ecb\u7ecd\uff0c\u6bd4\u5982[\u8fd9\u91cc][1]\u3002", "top": 0, "createdAt": 1559263320, "style": "", "script": "", "createdDate": "2019-05-31", "dateLabelColor": "#A333D0"}, "P11": {"htmlDir": "docs/post/shu-mei-pai-4B-pei-zhi-liang-ge-HDMI-bu-tong-fen-bian-lv.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "\u6811\u8393\u6d3e4B\u914d\u7f6e\u4e24\u4e2aHDMI\u4e0d\u540c\u5206\u8fa8\u7387", "postUrl": "post/shu-mei-pai-4B-pei-zhi-liang-ge-HDMI-bu-tong-fen-bian-lv.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/11", "commentNum": 0, "description": "\u5728\u6811\u8393\u6d3e4\u4e4b\u524d\uff0c\u90fd\u662f\u4e00\u4e2aHDMI\u63a5\u53e3\uff0c\u6240\u4ee5\u6ca1\u6709\u8fd9\u4e2a\u95ee\u9898\u3002", "top": 0, "createdAt": 1594102080, "style": "", "script": "", "createdDate": "2020-07-07", "dateLabelColor": "#bc4c00"}, "P25": {"htmlDir": "docs/post/ESP32-S2-yun-xing-circuitpython.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "ESP32-S2\u8fd0\u884ccircuitpython", "postUrl": "post/ESP32-S2-yun-xing-circuitpython.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/25", "commentNum": 0, "description": "ESP32-S2\u662f\u4e50\u946b\u79d1\u6280\u6700\u65b0\u51fa\u7684\u4e00\u6b3e\u82af\u7247\uff0cESP32-S2 \u96c6\u6210\u4e86\u4e30\u5bcc\u7684\u5916\u56f4\u8bbe\u5907\uff0c\u6709 43 \u4e2a\u53ef\u7f16\u7a0b GPIO\uff0c\u53ef\u4ee5\u7075\u6d3b\u914d\u7f6e\u4e3a USB OTG\u3001LCD \u63a5\u53e3\u3001\u6444\u50cf\u5934\u63a5\u53e3\u3001SPI\u3001I2S\u3001UART\u3001ADC\u3001DAC \u7b49\u5e38\u7528\u529f\u80fd\u3002", "top": 0, "createdAt": 1595649420, "style": "", "script": "", "createdDate": "2020-07-25", "dateLabelColor": "#bc4c00"}, "P24": {"htmlDir": "docs/post/STM32H7 V-ban-ben-xin-pian- Flash-ca-chu-chu-cuo.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "STM32H7 V\u7248\u672c\u82af\u7247 Flash\u64e6\u9664\u51fa\u9519", "postUrl": "post/STM32H7%20V-ban-ben-xin-pian-%20Flash-ca-chu-chu-cuo.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/24", "commentNum": 0, "description": "STM32H7\u7cfb\u5217\u5355\u7247\u673a\u4e3b\u9891\u5df2\u7ecf\u9ad8\u8fbe480MHz\uff0c\u751a\u81f3\u6709\u7684\u5df2\u7ecf\u6807550MHz\uff0c\u901a\u8fc7LTDC\u548cDMA2D\u63a7\u5236800*480\u5206\u8fa8\u7387\u7684\u5c4f\u5e55\u4ee5\u53ca\u5f88\u8f7b\u677e\u4e86\u3002", "top": 0, "createdAt": 1612659540, "style": "", "script": "", "createdDate": "2021-02-07", "dateLabelColor": "#0969da"}, "P26": {"htmlDir": "docs/post/WIN10-an-zhuang-pyopengl 64-wei.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "WIN10\u5b89\u88c5pyopengl 64\u4f4d", "postUrl": "post/WIN10-an-zhuang-pyopengl%2064-wei.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/26", "commentNum": 0, "description": "\u901a\u8fc7python\u7684 `pip install pyopengl`\u6307\u4ee4\u5728win10 64\u4f4d\u7684\u7cfb\u7edf\u4e0a\u5b89\u88c5\u540e\uff0c\u8fd0\u884c\u5b98\u65b9\u8336\u58f6\u7684\u4f8b\u5b50\uff0c\u4f1a\u51fa\u73b0\u5982\u4e0b\u62a5\u9519\uff1a\r\n\r\n```python\r\nOpenGL.error.NullFunctionError: Attempt to call an undefined function glutInitDisplayMode, check for bool(glutInitDisplayMode) before calling\r\nOpenGL.error.NullFunctionError: Attempt to call an undefined function\r\n```\r\n\r\n\u8fd9\u4e9b\u90fd\u662f\u56e0\u4e3a\u901a\u8fc7pip\u5b89\u88c5\u7684\u7248\u672c\u662f32\u4f4d\u5bfc\u81f4\u7684\uff0c\u6211\u770b\u4e86\u5f88\u591a\u7f51\u4e0a\u7684\u89e3\u51b3\u529e\u6cd5\u8bf4\u662f\u624b\u52a8\u4e0b\u8f7d64\u4f4d\u7684\u5305\u5b89\u88c5\u5373\u53ef\u89e3\u51b3\u3002", "top": 0, "createdAt": 1647152153, "style": "", "script": "", "createdDate": "2022-03-13", "dateLabelColor": "#1f883d"}, "P4": {"htmlDir": "docs/post/markdown-ce-shi-ye-mian.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "markdown\u6d4b\u8bd5\u9875\u9762", "postUrl": "post/markdown-ce-shi-ye-mian.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/4", "commentNum": 3, "description": "![](https://img.shields.io/badge/Markdown-8A2BE2) ![](https://img.shields.io/badge/Static_Badge-blue) \r\n\r\n\u8fd9\u662f\u4e00\u4e2amarkdown\u683c\u5f0f\u7684\u6d4b\u8bd5\u9875\u9762\uff0c\u4e5f\u662f\u4e2a\u4eba\u7ecf\u5e38\u4f1a\u4f7f\u7528\u7684\u683c\u5f0f\u8bb0\u5f55\u3002", "top": 0, "createdAt": 1689041399, "style": "", "script": "", "createdDate": "2023-07-11", "dateLabelColor": "#A333D0"}, "P5": {"htmlDir": "docs/post/Gmeek-geng-xin-ri-zhi.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "Gmeek\u66f4\u65b0\u65e5\u5fd7", "postUrl": "post/Gmeek-geng-xin-ri-zhi.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/5", "commentNum": 5, "description": "[Gmeek](https://github.com/Meekdai/Gmeek) \u4e00\u4e2a\u535a\u5ba2\u6846\u67b6\uff0c\u8d85\u8f7b\u91cf\u7ea7\u4e2a\u4eba\u535a\u5ba2\u6a21\u677f\uff0c\u5b8c\u5168\u57fa\u4e8e`Github Pages `\u3001 `Github Issues` \u548c `Github Actions`\uff0c\u53ef\u4ee5\u79f0\u4f5c`All in Github`\u3002", "top": 1, "createdAt": 1689062945, "style": "", "script": "", "createdDate": "2023-07-11", "dateLabelColor": "#A333D0"}, "P20": {"htmlDir": "docs/post/JS-pan-duan-ping-lun-kuang-shi-fou-cheng-gong-jia-zai-de-fang-fa.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "JS\u5224\u65ad\u8bc4\u8bba\u6846\u662f\u5426\u6210\u529f\u52a0\u8f7d\u7684\u65b9\u6cd5", "postUrl": "post/JS-pan-duan-ping-lun-kuang-shi-fou-cheng-gong-jia-zai-de-fang-fa.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/20", "commentNum": 0, "description": "\u5728\u7ed9\u535a\u5ba2\u6dfb\u52a0 [utteranc](https://utteranc.es/) \u8bc4\u8bba\u6846\u7684\u65f6\u5019\uff0c\u53d1\u73b0\u6dfb\u52a0\u6309\u94ae\u518d\u52a0\u8f7d\u8bc4\u8bba\u6846\u6bd4\u8f83\u53cb\u597d\u3002", "top": 0, "createdAt": 1690882994, "style": "", "script": "", "createdDate": "2023-08-01", "dateLabelColor": "#A333D0"}, "P21": {"htmlDir": "docs/post/wang-zhan-pei-zhi-SSL-zheng-shu.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u7f51\u7ad9\u914d\u7f6eSSL\u8bc1\u4e66", "postUrl": "post/wang-zhan-pei-zhi-SSL-zheng-shu.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/21", "commentNum": 2, "description": "\u611f\u53f9\u4e00\u4e0b\uff0c\u73b0\u5728\u7ed9\u7f51\u7ad9\u6dfb\u52a0\u4e00\u4e2aSSL\u8bc1\u4e66\u5df2\u7ecf\u5982\u6b64\u65b9\u4fbf\u4e86\uff0c\u800c\u4e14\u8fd8\u662f\u514d\u8d39\u7684\uff0c\u53ea\u662f\u9700\u8981\u6bcf\u5e74\u91cd\u65b0\u7533\u8bf7\u4e00\u4e0b\u5c31\u884c\u3002", "top": 0, "createdAt": 1691028729, "style": "", "script": "", "createdDate": "2023-08-03", "dateLabelColor": "#A333D0"}, "P22": {"htmlDir": "docs/post/yan-chang-WIN-zi-dong-geng-xin-ri-qi.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u5ef6\u957fWIN\u81ea\u52a8\u66f4\u65b0\u65e5\u671f", "postUrl": "post/yan-chang-WIN-zi-dong-geng-xin-ri-qi.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/22", "commentNum": 0, "description": "\u7531\u4e8e\u6211\u7684\u7535\u8111\u6bd4\u8f83\u8001\u4e86\uff0c\u4e0d\u652f\u6301WIN11\uff0c\u4f46\u662fWIN10\u81ea\u52a8\u66f4\u65b0\u50cf\u4e2a\u8111\u6b8b\u4e00\u6837\uff0c\u6bcf\u6b21\u90fd\u81ea\u52a8\u4e0b\u8f7dWIN11\u7684\u66f4\u65b0\u5305\uff0c\u7136\u540e\u63d0\u793a\u4e0d\u652f\u6301\u672c\u673a\uff0c\u5220\u9664\u66f4\u65b0\u5305\uff0c\u4e4b\u540e\u8fc7\u51e0\u5929\u53c8\u5728\u4e0b\u8f7dWIN11\u66f4\u65b0\u5305\uff0c\u5982\u6b64\u53cd\u590d\uff0c\u5b9e\u5728\u5fcd\u65e0\u53ef\u5fcd\u3002", "top": 0, "createdAt": 1691240275, "style": "", "script": "", "createdDate": "2023-08-05", "dateLabelColor": "#A333D0"}, "P27": {"htmlDir": "docs/post/favicon-he-avatar-tu-biao-shi-yong-svg-ge-shi.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "favicon\u548cavatar\u56fe\u6807\u4f7f\u7528svg\u683c\u5f0f", "postUrl": "post/favicon-he-avatar-tu-biao-shi-yong-svg-ge-shi.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/27", "commentNum": 0, "description": "favicon\u548cavatar\u4e00\u822c\u662f\u535a\u5ba2\u7f51\u7ad9\u5fc5\u4e0d\u53ef\u5c11\u7684\u56fe\u6807\uff0c\u4e4b\u524d\u90fd\u662f\u91c7\u7528\u6bd4\u8f83\u4f20\u7edf\u7684\u683c\u5f0f\u5236\u4f5c\u3002", "top": 0, "createdAt": 1692176913, "style": "", "script": "", "createdDate": "2023-08-16", "dateLabelColor": "#A333D0"}, "P28": {"htmlDir": "docs/post/guan-luo-wen-chi-cun-can-kao.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u7ba1\u87ba\u7eb9\u5c3a\u5bf8\u53c2\u8003", "postUrl": "post/guan-luo-wen-chi-cun-can-kao.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/28", "commentNum": 0, "description": "\u4eca\u5929\u540c\u4e8b\u5728\u7fa4\u91cc\u5206\u4eab\u4e86\u4e00\u5f20\u7ba1\u87ba\u7eb9\u7684\u5c3a\u5bf8\u5bf9\u7167\u8868\uff0c\u611f\u89c9\u4e4b\u524d\u7ed9\u9c7c\u7f38\u6c34\u6cf5\u6362\u63a5\u5934\u6216\u8005\u5bb6\u91cc\u6c34\u9f99\u5934\u6362\u7ba1\u5b50\u5728\u8d2d\u4e70\u7684\u65f6\u5019\u5bf9\u5c3a\u5bf8\u90fd\u6bd4\u8f83\u7591\u60d1\uff0c\u770b\u4e86\u8fd9\u5f20\u8868\u540e\u5c31\u5f88\u6e05\u6670\u4e86\u3002", "top": 0, "createdAt": 1693921148, "style": "", "script": "", "createdDate": "2023-09-05", "dateLabelColor": "#A333D0"}, "P29": {"htmlDir": "docs/post/ESP32-C3 -gu-jian-xia-zai-xiao-gong-ju.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "ESP32-C3 \u56fa\u4ef6\u4e0b\u8f7d\u5c0f\u5de5\u5177", "postUrl": "post/ESP32-C3%20-gu-jian-xia-zai-xiao-gong-ju.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/29", "commentNum": 0, "description": "ESP32-C3\u5185\u7f6e\u4e86USB\uff0c\u53ef\u4ee5\u4f7f\u7528USB\u8fdb\u884c\u4e0b\u8f7d\uff0c\u4f46\u662f\u6bcf\u6b21\u901a\u8fc7\u547d\u4ee4\u884c\u6572\u6307\u4ee4\u8fdb\u884c\u4e0b\u8f7d\u4e0d\u662f\u5f88\u65b9\u4fbf\uff0c\u6240\u4ee5\u5199\u4e86\u51e0\u53e5`bat`\u4ee3\u7801\uff0c\u65b9\u4fbf\u4e0b\u8f7d\u548c\u64e6\u9664\u82af\u7247\u3002", "top": 0, "createdAt": 1695204144, "style": "", "script": "", "createdDate": "2023-09-20", "dateLabelColor": "#A333D0"}, "P30": {"htmlDir": "docs/post/shu-mei-pai-mjpg-streamer-qi-dong-duo-ge-USB-she-xiang-tou.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u6811\u8393\u6d3emjpg-streamer\u542f\u52a8\u591a\u4e2aUSB\u6444\u50cf\u5934", "postUrl": "post/shu-mei-pai-mjpg-streamer-qi-dong-duo-ge-USB-she-xiang-tou.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/30", "commentNum": 0, "description": "MJPG-streamer\u662f\u4e00\u4e2a\u4f18\u79c0\u7684\u5f00\u6e90\u9879\u76ee\uff0c\u5b83\u53ef\u4ee5\u901a\u8fc7HTTP\u7684\u65b9\u5f0f\u8bbf\u95eelinux\u4e0a\u9762\u7684\u517c\u5bb9\u6444\u50cf\u5934\uff0c\u4ece\u800c\u505a\u5230\u8fdc\u7a0b\u89c6\u9891\u4f20\u8f93\u7684\u6548\u679c\u3002", "top": 0, "createdAt": 1695700161, "style": "", "script": "", "createdDate": "2023-09-26", "dateLabelColor": "#A333D0"}, "P31": {"htmlDir": "docs/post/quan-zhi-V3S-yi-zhi-mjpg-streamer.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u5168\u5fd7V3S\u79fb\u690dmjpg-streamer", "postUrl": "post/quan-zhi-V3S-yi-zhi-mjpg-streamer.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/31", "commentNum": 0, "description": "\u4e0a\u4e00\u7bc7\u6587\u7ae0\u5728\u6811\u8393\u6d3e\u4e0a\u7b80\u5355\u7684\u6d4b\u8bd5\u4e86\u4e00\u4e0bUSB\u6444\u50cf\u5934\u901a\u8fc7mjpg-streamer\u63a8\u6d41\u7684\u6b65\u9aa4\uff0c\u672c\u7bc7\u8bb0\u5f55\u4f7f\u7528\u5168\u5fd7\u7684V3S\u66ff\u4ee3\u6811\u8393\u6d3e\u5b9e\u73b0\u8fd9\u4e2a\u529f\u80fd\u3002", "top": 0, "createdAt": 1696660625, "style": "", "script": "", "createdDate": "2023-10-07", "dateLabelColor": "#A333D0"}, "P32": {"htmlDir": "docs/post/duo-USB-she-xiang-tou-zai-tong-yi-USB-zong-xian-shang-kai-qi.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u591aUSB\u6444\u50cf\u5934\u5728\u540c\u4e00USB\u603b\u7ebf\u4e0a\u5f00\u542f", "postUrl": "post/duo-USB-she-xiang-tou-zai-tong-yi-USB-zong-xian-shang-kai-qi.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/32", "commentNum": 0, "description": "USB\u6444\u50cf\u5934\u6709\u4e00\u4e2a\u5168\u5e73\u53f0\u7edf\u4e00\u7684BUG\uff0c\u5c31\u662f2\u4e2a\u6216\u8005\u591a\u4e2aUSB\u6444\u50cf\u5934\u63d2\u5728\u540c\u4e00\u4e2aUSB\u603b\u7ebf\u4e0a\uff0c\u5373\u4f7f\u7528USB-HUB\u6269\u5c55\u7684\u53e3\uff0c\u4f1a\u51fa\u73b0\u7b2c\u4e8c\u4e2a\u6444\u50cf\u5934\u65e0\u6cd5\u6253\u5f00\u7684\u60c5\u51b5\u3002", "top": 0, "createdAt": 1696906144, "style": "", "script": "", "createdDate": "2023-10-10", "dateLabelColor": "#A333D0"}, "P33": {"htmlDir": "docs/post/quan-zhi-V3S-qi-yong-openssh.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u5168\u5fd7V3S\u542f\u7528openssh", "postUrl": "post/quan-zhi-V3S-qi-yong-openssh.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/33", "commentNum": 0, "description": "\u5f53 `V3S` \u4ee5 `SPI FLASH` \u4f5c\u4e3a\u5b58\u50a8\u7a7a\u95f4\u7684\u65f6\u5019\uff0c\u8981\u8c03\u8bd5\u4ee3\u7801\u53ea\u6709\u4e32\u53e3\u4e0d\u662f\u5f88\u65b9\u4fbf\uff0c\u53ef\u4ee5\u4f7f\u7528 `tftp` \u8fdb\u884c\u4f20\u8f93\uff0c\u4f46\u662f\u603b\u611f\u89c9\u4e0d\u662f\u7279\u522b\u4f18\u96c5\u548c\u76f4\u89c2\uff0c\u6240\u4ee5\u4e0b\u9762\u8bb0\u5f55\u4e00\u4e0b\u542f\u7528 `openssh` \u7684\u8fc7\u7a0b\u3002", "top": 0, "createdAt": 1697164622, "style": "", "script": "", "createdDate": "2023-10-13", "dateLabelColor": "#A333D0"}}, "singeListJson": {"P2": {"htmlDir": "docs/link.html", "label": "link", "labelColor": "#d93f0b", "postTitle": "\u53cb\u60c5\u94fe\u63a5", "postUrl": "post/you-qing-lian-jie.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/2", "commentNum": 3, "description": "\u6b22\u8fce\u540c\u7c7b\u578b\u957f\u671f\u66f4\u65b0\u7684\u535a\u5ba2\u6dfb\u52a0\u53cb\u94fe\u3002", "top": 0, "createdAt": 1658394153, "style": "", "script": "", "createdDate": "2022-07-21", "dateLabelColor": "#1f883d"}, "P1": {"htmlDir": "docs/about.html", "label": "about", "labelColor": "#8529EA", "postTitle": "\u5173\u4e8e", "postUrl": "post/guan-yu.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/1", "commentNum": 2, "description": "\u672c\u4eba\u786c\u4ef6\u653b\u57ce\u72ee\u4e00\u679a\uff0c\u4f1a\u7528\u70b9[micropython](https://micropython.org/)\u5199\u5d4c\u5165\u5f0f\u4ee3\u7801\uff0c\u5e73\u65f6\u4e5f\u559c\u6b22\u6298\u817e\u7f51\u7ad9\uff0c\u5b66\u4e00\u70b9\u524d\u7aef\u77e5\u8bc6\u3002", "top": 0, "createdAt": 1616050593, "style": "", "script": "", "createdDate": "2021-03-18", "dateLabelColor": "#0969da"}}, "prevUrl": "/index.html", "nextUrl": "disabled"} \ No newline at end of file +{"startSite": "02/16/2015", "filingNum": "\u6d59ICP\u590720023628\u53f7", "onePageListNum": 15, "commentLabelColor": "#006b75", "yearColorList": ["#bc4c00", "#0969da", "#1f883d", "#A333D0"], "i18n": "CN", "dayTheme": "light", "nightTheme": "dark_colorblind", "urlMode": "pinyin", "title": "Meekdai", "displayTitle": "eekdai", "subTitle": "\u7ae5\u8bdd\u662f\u4e00\u79cd\u751f\u6d3b\u6001\u5ea6\uff0c\u4ec5\u6b64\u800c\u5df2\u3002", "homeUrl": "https://blog.meekdai.com", "avatarUrl": "https://meekdai.com/avatar.svg", "faviconUrl": "https://meekdai.com/favicon.svg", "singlePage": ["link", "about"], "email": "meekdai@163.com", "GMEEK_VERSION": "main", "postListJson": {"P6": {"htmlDir": "docs/post/HDMI-xue-xi-zong-jie.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "HDMI\u5b66\u4e60\u603b\u7ed3", "postUrl": "post/HDMI-xue-xi-zong-jie.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/6", "commentNum": 1, "description": "\u9ad8\u6e05\u6670\u5ea6\u591a\u5a92\u4f53\u63a5\u53e3\uff08\u82f1\u6587\uff1aHigh Definition Multimedia Interface\uff0cHDMI\uff09 \r\n\u56e0\u4e3a\u9700\u8981\u8ba1\u7b97HDMI\u7684\u5dee\u5206\u7ebf\u4f20\u8f93\u901f\u7387\uff0c\u628aHDMI\u76f8\u5173\u7684\u77e5\u8bc6\u90fd\u770b\u4e86\u4e00\u4e0b\uff0c\u505a\u5982\u4e0b\u8bb0\u5f55\uff0c\u65b9\u4fbf\u4ee5\u540e\u56de\u987e\u3002", "top": 0, "createdAt": 1451096020, "style": "", "script": "", "createdDate": "2015-12-26", "dateLabelColor": "#A333D0"}, "P23": {"htmlDir": "docs/post/Paddy Richter.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "Paddy Richter", "postUrl": "post/Paddy%20Richter.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/23", "commentNum": 0, "description": "Paddy Richter\u8c03\u97f3\u65b9\u5f0f\uff0c\u7531\u8457\u540d\u53e3\u7434\u6f14\u594f\u5bb6 Brendan Power\u6240\u5f00\u53d1\u3002", "top": 0, "createdAt": 1461596880, "style": "", "script": "", "createdDate": "2016-04-25", "dateLabelColor": "#bc4c00"}, "P18": {"htmlDir": "docs/post/NodeMcu-xue-xi-bi-ji.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "NodeMcu\u5b66\u4e60\u7b14\u8bb0", "postUrl": "post/NodeMcu-xue-xi-bi-ji.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/18", "commentNum": 0, "description": "\r\n##NodeMCU \u7b80\u4ecb\r\n\r\n\u8d85\u7b80\u5355\u7684\u7269\u8054\u7f51\u5f00\u53d1\u5e73\u53f0[NodeMcu][1]\uff0c\u4e00\u6b3e\u5f00\u6e90\u5feb\u901f\u786c\u4ef6\u539f\u578b\u5e73\u53f0\uff0c\u5305\u62ec\u56fa\u4ef6\u548c\u5f00\u53d1\u677f\uff0c\u7528\u51e0\u884c\u7b80\u5355\u7684Lua\u811a\u672c\u5c31\u80fd\u5f00\u53d1\u7269\u8054\u7f51\u5e94\u7528\u3002", "top": 0, "createdAt": 1480750440, "style": "", "script": "", "createdDate": "2016-12-03", "dateLabelColor": "#bc4c00"}, "P9": {"htmlDir": "docs/post/ji-mi-Z4-Air-yu-yin-xiang-gao-yin-la-ba.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u6781\u7c73Z4-Air\u4e0e\u97f3\u54cd\u9ad8\u97f3\u5587\u53ed", "postUrl": "post/ji-mi-Z4-Air-yu-yin-xiang-gao-yin-la-ba.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/9", "commentNum": 0, "description": "\u524d\u9762\u51e0\u7bc7\u90fd\u662f\u4e0d\u5927\u6b63\u5e38\u7684\u6587\u7ae0\uff0c\u8fd9\u7bc7\u5c31\u5199\u4e00\u4e0b\u6700\u8fd1\u81ea\u5df1\u4e70\u7684\u6295\u5f71\u4eea\u548c\u7ed9\u97f3\u54cd\u6309\u4e0a\u4e86\u9ad8\u97f3\u5587\u53ed\uff0c\u4e00\u5207\u90fd\u662f\u4e3a\u4e86\u63d0\u9ad8\u51ac\u5929\u7684\u751f\u6d3b\u6c34\u5e73\uff01\r\n\r\n\u662f\u7684\uff0c\u8fd9\u662f\u4e00\u6b3e\u5c0f\u5de7\u73b2\u73d1\u7684\u6295\u5f71\u4eea\uff0c\u529f\u80fd\u6781\u5176\u5f3a\u5927\uff0c\u5916\u89c2\u8bbe\u8ba1\u65e0\u53ef\u6311\u5254\u3002", "top": 0, "createdAt": 1480782120, "style": "", "script": "", "createdDate": "2016-12-03", "dateLabelColor": "#bc4c00"}, "P17": {"htmlDir": "docs/post/gai-bian.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u6539\u53d8", "postUrl": "post/gai-bian.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/17", "commentNum": 1, "description": "The most powerful thing about time is that it changes.\r\n\u662f\u65f6\u95f4\u6539\u53d8\u4e86\u6211\uff0c\u8fd8\u662f\u6211\u65e0\u6cd5\u6539\u53d8\u7684\u547d\u8fd0\uff1f\r\n\r\n**01**\r\n\u5f53\u4f60\u8001\u4e86\uff0c\u56de\u987e\u4e00\u751f\uff0c\u5c31\u4f1a\u53d1\u89c9\uff1a\u4ec0\u4e48\u65f6\u5019\u51fa\u56fd\u8bfb\u4e66\uff0c\u4ec0\u4e48\u65f6\u5019\u51b3\u5b9a\u505a\u7b2c\u4e00\u4efd\u804c\u4e1a\u3001\u4f55\u65f6\u9009\u5b9a\u4e86\u5bf9\u8c61\u800c\u604b\u7231\u3001\u4ec0\u4e48\u65f6\u5019\u7ed3\u5a5a\uff0c\u5176\u5b9e\u90fd\u662f\u547d\u8fd0\u7684\u5de8\u53d8\u3002", "top": 0, "createdAt": 1490764800, "style": "", "script": "", "createdDate": "2017-03-29", "dateLabelColor": "#0969da"}, "P16": {"htmlDir": "docs/post/\u300a-gao-xiao-neng-ren-shi-de-qi-ge-xi-guan-\u300b-du-hou-gan.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u300a\u9ad8\u6548\u80fd\u4eba\u58eb\u7684\u4e03\u4e2a\u4e60\u60ef\u300b\u8bfb\u540e\u611f", "postUrl": "post/%E3%80%8A-gao-xiao-neng-ren-shi-de-qi-ge-xi-guan-%E3%80%8B-du-hou-gan.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/16", "commentNum": 0, "description": "\u56e0\u4e3a\u516c\u53f8\u6709\u4e00\u4e2a\u300a\u9ad8\u6548\u80fd\u4eba\u58eb\u7684\u4e03\u4e2a\u4e60\u60ef\u300b\u7684\u8bfe\u7a0b\uff0c\u6240\u4ee5\u9700\u8981\u8bfe\u524d\u51c6\u5907\u4e00\u4e0b\uff0c\u6b64\u8bfb\u540e\u611f\u7531\u6b64\u800c\u6765\u3002", "top": 0, "createdAt": 1491234180, "style": "", "script": "", "createdDate": "2017-04-03", "dateLabelColor": "#0969da"}, "P15": {"htmlDir": "docs/post/Allegro-shuang-ji-PCB-wen-jian-bian-xin-jian-de-jie-jue-ban-fa.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "Allegro\u53cc\u51fbPCB\u6587\u4ef6\u53d8\u65b0\u5efa\u7684\u89e3\u51b3\u529e\u6cd5", "postUrl": "post/Allegro-shuang-ji-PCB-wen-jian-bian-xin-jian-de-jie-jue-ban-fa.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/15", "commentNum": 0, "description": "\u9996\u5148\u611f\u8c22\u5434\u5ddd\u658c\u7684[\u963f\u72f8\u72d7\u7834\u6212\u5927\u5e08](http://aligou.mr-wu.cn/)\uff0c\u5b89\u88c5\u768417.2\u4f1a\u51fa\u73b0\u4e00\u4e2a\u7ec6\u5c0f\u7684\u95ee\u9898\uff0c\u7ecf\u8fc7\u6298\u817e\u540e\uff0c\u5728[\u8bba\u575b](http://bbs.ntpcb.com/read.php?tid-77111.html)\u4e2d\u627e\u5230\u4e86\u529e\u6cd5\uff0c\u8fd9\u91cc\u5bf9\u65b9\u6cd5\u8fdb\u884c\u4e86\u6539\u5584\uff0c\u4ee5\u53ca\u8bb0\u5f55\u95ee\u9898\uff0c\u4ee5\u9632\u4e0b\u6b21\u518d\u78b0\u5230\u3002", "top": 0, "createdAt": 1492169640, "style": "", "script": "", "createdDate": "2017-04-14", "dateLabelColor": "#0969da"}, "P8": {"htmlDir": "docs/post/ban-dao-ti-zhi-leng-qi-(TEC)-de-qu-dong-yu-kong-zhi.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "\u534a\u5bfc\u4f53\u5236\u51b7\u5668(TEC)\u7684\u9a71\u52a8\u4e0e\u63a7\u5236", "postUrl": "post/ban-dao-ti-zhi-leng-qi-%28TEC%29-de-qu-dong-yu-kong-zhi.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/8", "commentNum": 1, "description": "\u534a\u5bfc\u4f53\u81f4\u51b7\u5668(Thermo Electric Cooler)\u662f\u5229\u7528\u534a\u5bfc\u4f53\u6750\u6599\u7684\u73c0\u5c14\u5e16\uff08Peltier\uff09\u6548\u5e94\u5236\u6210\u7684\u3002", "top": 0, "createdAt": 1493808180, "style": "", "script": "", "createdDate": "2017-05-03", "dateLabelColor": "#0969da"}, "P7": {"htmlDir": "docs/post/Cmder-ding-zhi-ming-ling-xing.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "Cmder\u5b9a\u5236\u547d\u4ee4\u884c", "postUrl": "post/Cmder-ding-zhi-ming-ling-xing.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/7", "commentNum": 0, "description": "Github\u5730\u5740\uff1a[https://github.com/Meekdai/cmder](https://github.com/Meekdai/cmder)\r\n\r\n### \u4e3a\u4ec0\u4e48\u8981\u4f7f\u7528\u5b83\r\n\r\n\u5b83\u770b\u8d77\u6765\u975e\u5e38\u9177\r\n\r\n![2292762868.jpg](https://raw.githubusercontent.com/Meekdai/cmder/master/image/1.jpg)\r\n\r\nMarkdown\u9ad8\u4eae\uff0c\u4ee5\u53ca\u80cc\u540e\u5b9e\u65f6\u9884\u89c8\u529f\u80fd\uff0c\u968f\u7740\u5149\u6807\u7684\u79fb\u52a8\uff0c\u81ea\u52a8\u4e0b\u62c9\u9875\u9762\u3002", "top": 0, "createdAt": 1497112740, "style": "", "script": "", "createdDate": "2017-06-10", "dateLabelColor": "#0969da"}, "P14": {"htmlDir": "docs/post/ni-shi-fou-huan-zai-shi-yong-PPT.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u4f60\u662f\u5426\u8fd8\u5728\u4f7f\u7528PPT", "postUrl": "post/ni-shi-fou-huan-zai-shi-yong-PPT.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/14", "commentNum": 0, "description": "\u4f5c\u4e3a\u534a\u4e2a\u7a0b\u5e8f\u5458\uff0c\u5199\u6587\u6863\u4ece\u6765\u4e0d\u7528Word\uff0c\u4e0d\u77e5\u9053\u662f\u4e0d\u662f\u6211\u4e0d\u4f1a\u7528\uff0c\u611f\u89c9\u5b83\u7684\u64cd\u4f5c\u7b80\u76f4\u662fSHIT\uff0cMarkdown\u5f88\u597d\u7684\u89e3\u51b3\u4e86\u8fd9\u4e2a\u95ee\u9898\u3002", "top": 0, "createdAt": 1509882720, "style": "", "script": "", "createdDate": "2017-11-05", "dateLabelColor": "#0969da"}, "P13": {"htmlDir": "docs/post/yang-yu-\uff1f-wo-ying-gai-bu-xing.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u517b\u9c7c\uff1f\u6211\u5e94\u8be5\u4e0d\u884c", "postUrl": "post/yang-yu-%EF%BC%9F-wo-ying-gai-bu-xing.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/13", "commentNum": 2, "description": "\u6211\u4e5f\u4e0d\u8bb0\u5f97\u81ea\u5df1\u53c8\u591a\u4e45\u6ca1\u6709\u66f4\u65b0\u4e86\uff0c\u53ea\u8bb0\u5f97\u8fd9\u671f\u95f4\u970d\u91d1\u53bb\u4e16\u4e86\uff0c\u6211\u7684\u300a\u65f6\u95f4\u7b80\u53f2\u300b\u8fd8\u6ca1\u6709\u770b\u5b8c\u5462\u3002", "top": 0, "createdAt": 1523882820, "style": "", "script": "", "createdDate": "2018-04-16", "dateLabelColor": "#1f883d"}, "P3": {"htmlDir": "docs/post/Allegro-feng-zhuang-jian-ku-cheng-xu-hua.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "Allegro\u5c01\u88c5\u5efa\u5e93\u7a0b\u5e8f\u5316", "postUrl": "post/Allegro-feng-zhuang-jian-ku-cheng-xu-hua.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/3", "commentNum": 0, "description": "\u5728\u8fdb\u884callegro\u5c01\u88c5\u5efa\u5e93\u7684\u65f6\u5019\uff0c\u6211\u901a\u5e38\u4f1a\u4f7f\u7528FPM\u8fd9\u4e2a\u8f6f\u4ef6\uff0c\u56e0\u4e3a\u901a\u8fc7\u8fd9\u4e2a\u8f6f\u4ef6\uff0c\u6211\u5c31\u53ef\u4ee5\u7528\u4ee3\u7801\u6765\u5efa\u7acbPCB\u5c01\u88c5\u3002", "top": 0, "createdAt": 1542778920, "style": "", "script": "", "createdDate": "2018-11-21", "dateLabelColor": "#1f883d"}, "P12": {"htmlDir": "docs/post/websocket-tong-xin-cai-keng-ji.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "websocket\u901a\u4fe1\u8e29\u5751\u8bb0", "postUrl": "post/websocket-tong-xin-cai-keng-ji.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/12", "commentNum": 0, "description": "\u4ec0\u4e48\u662fwebsocket\uff1f\u7f51\u4e0a\u6709\u5f88\u591a\u7684\u4ecb\u7ecd\uff0c\u6bd4\u5982[\u8fd9\u91cc][1]\u3002", "top": 0, "createdAt": 1559263320, "style": "", "script": "", "createdDate": "2019-05-31", "dateLabelColor": "#A333D0"}, "P11": {"htmlDir": "docs/post/shu-mei-pai-4B-pei-zhi-liang-ge-HDMI-bu-tong-fen-bian-lv.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "\u6811\u8393\u6d3e4B\u914d\u7f6e\u4e24\u4e2aHDMI\u4e0d\u540c\u5206\u8fa8\u7387", "postUrl": "post/shu-mei-pai-4B-pei-zhi-liang-ge-HDMI-bu-tong-fen-bian-lv.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/11", "commentNum": 0, "description": "\u5728\u6811\u8393\u6d3e4\u4e4b\u524d\uff0c\u90fd\u662f\u4e00\u4e2aHDMI\u63a5\u53e3\uff0c\u6240\u4ee5\u6ca1\u6709\u8fd9\u4e2a\u95ee\u9898\u3002", "top": 0, "createdAt": 1594102080, "style": "", "script": "", "createdDate": "2020-07-07", "dateLabelColor": "#bc4c00"}, "P25": {"htmlDir": "docs/post/ESP32-S2-yun-xing-circuitpython.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "ESP32-S2\u8fd0\u884ccircuitpython", "postUrl": "post/ESP32-S2-yun-xing-circuitpython.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/25", "commentNum": 0, "description": "ESP32-S2\u662f\u4e50\u946b\u79d1\u6280\u6700\u65b0\u51fa\u7684\u4e00\u6b3e\u82af\u7247\uff0cESP32-S2 \u96c6\u6210\u4e86\u4e30\u5bcc\u7684\u5916\u56f4\u8bbe\u5907\uff0c\u6709 43 \u4e2a\u53ef\u7f16\u7a0b GPIO\uff0c\u53ef\u4ee5\u7075\u6d3b\u914d\u7f6e\u4e3a USB OTG\u3001LCD \u63a5\u53e3\u3001\u6444\u50cf\u5934\u63a5\u53e3\u3001SPI\u3001I2S\u3001UART\u3001ADC\u3001DAC \u7b49\u5e38\u7528\u529f\u80fd\u3002", "top": 0, "createdAt": 1595649420, "style": "", "script": "", "createdDate": "2020-07-25", "dateLabelColor": "#bc4c00"}, "P24": {"htmlDir": "docs/post/STM32H7 V-ban-ben-xin-pian- Flash-ca-chu-chu-cuo.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "STM32H7 V\u7248\u672c\u82af\u7247 Flash\u64e6\u9664\u51fa\u9519", "postUrl": "post/STM32H7%20V-ban-ben-xin-pian-%20Flash-ca-chu-chu-cuo.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/24", "commentNum": 0, "description": "STM32H7\u7cfb\u5217\u5355\u7247\u673a\u4e3b\u9891\u5df2\u7ecf\u9ad8\u8fbe480MHz\uff0c\u751a\u81f3\u6709\u7684\u5df2\u7ecf\u6807550MHz\uff0c\u901a\u8fc7LTDC\u548cDMA2D\u63a7\u5236800*480\u5206\u8fa8\u7387\u7684\u5c4f\u5e55\u4ee5\u53ca\u5f88\u8f7b\u677e\u4e86\u3002", "top": 0, "createdAt": 1612659540, "style": "", "script": "", "createdDate": "2021-02-07", "dateLabelColor": "#0969da"}, "P26": {"htmlDir": "docs/post/WIN10-an-zhuang-pyopengl 64-wei.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "WIN10\u5b89\u88c5pyopengl 64\u4f4d", "postUrl": "post/WIN10-an-zhuang-pyopengl%2064-wei.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/26", "commentNum": 0, "description": "\u901a\u8fc7python\u7684 `pip install pyopengl`\u6307\u4ee4\u5728win10 64\u4f4d\u7684\u7cfb\u7edf\u4e0a\u5b89\u88c5\u540e\uff0c\u8fd0\u884c\u5b98\u65b9\u8336\u58f6\u7684\u4f8b\u5b50\uff0c\u4f1a\u51fa\u73b0\u5982\u4e0b\u62a5\u9519\uff1a\r\n\r\n```python\r\nOpenGL.error.NullFunctionError: Attempt to call an undefined function glutInitDisplayMode, check for bool(glutInitDisplayMode) before calling\r\nOpenGL.error.NullFunctionError: Attempt to call an undefined function\r\n```\r\n\r\n\u8fd9\u4e9b\u90fd\u662f\u56e0\u4e3a\u901a\u8fc7pip\u5b89\u88c5\u7684\u7248\u672c\u662f32\u4f4d\u5bfc\u81f4\u7684\uff0c\u6211\u770b\u4e86\u5f88\u591a\u7f51\u4e0a\u7684\u89e3\u51b3\u529e\u6cd5\u8bf4\u662f\u624b\u52a8\u4e0b\u8f7d64\u4f4d\u7684\u5305\u5b89\u88c5\u5373\u53ef\u89e3\u51b3\u3002", "top": 0, "createdAt": 1647152153, "style": "", "script": "", "createdDate": "2022-03-13", "dateLabelColor": "#1f883d"}, "P4": {"htmlDir": "docs/post/markdown-ce-shi-ye-mian.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "markdown\u6d4b\u8bd5\u9875\u9762", "postUrl": "post/markdown-ce-shi-ye-mian.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/4", "commentNum": 3, "description": "![](https://img.shields.io/badge/Markdown-8A2BE2) ![](https://img.shields.io/badge/Static_Badge-blue) \r\n\r\n\u8fd9\u662f\u4e00\u4e2amarkdown\u683c\u5f0f\u7684\u6d4b\u8bd5\u9875\u9762\uff0c\u4e5f\u662f\u4e2a\u4eba\u7ecf\u5e38\u4f1a\u4f7f\u7528\u7684\u683c\u5f0f\u8bb0\u5f55\u3002", "top": 0, "createdAt": 1689041399, "style": "", "script": "", "createdDate": "2023-07-11", "dateLabelColor": "#A333D0"}, "P5": {"htmlDir": "docs/post/Gmeek-geng-xin-ri-zhi.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "Gmeek\u66f4\u65b0\u65e5\u5fd7", "postUrl": "post/Gmeek-geng-xin-ri-zhi.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/5", "commentNum": 5, "description": "[Gmeek](https://github.com/Meekdai/Gmeek) \u4e00\u4e2a\u535a\u5ba2\u6846\u67b6\uff0c\u8d85\u8f7b\u91cf\u7ea7\u4e2a\u4eba\u535a\u5ba2\u6a21\u677f\uff0c\u5b8c\u5168\u57fa\u4e8e`Github Pages `\u3001 `Github Issues` \u548c `Github Actions`\uff0c\u53ef\u4ee5\u79f0\u4f5c`All in Github`\u3002", "top": 1, "createdAt": 1689062945, "style": "", "script": "", "createdDate": "2023-07-11", "dateLabelColor": "#A333D0"}, "P20": {"htmlDir": "docs/post/JS-pan-duan-ping-lun-kuang-shi-fou-cheng-gong-jia-zai-de-fang-fa.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "JS\u5224\u65ad\u8bc4\u8bba\u6846\u662f\u5426\u6210\u529f\u52a0\u8f7d\u7684\u65b9\u6cd5", "postUrl": "post/JS-pan-duan-ping-lun-kuang-shi-fou-cheng-gong-jia-zai-de-fang-fa.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/20", "commentNum": 0, "description": "\u5728\u7ed9\u535a\u5ba2\u6dfb\u52a0 [utteranc](https://utteranc.es/) \u8bc4\u8bba\u6846\u7684\u65f6\u5019\uff0c\u53d1\u73b0\u6dfb\u52a0\u6309\u94ae\u518d\u52a0\u8f7d\u8bc4\u8bba\u6846\u6bd4\u8f83\u53cb\u597d\u3002", "top": 0, "createdAt": 1690882994, "style": "", "script": "", "createdDate": "2023-08-01", "dateLabelColor": "#A333D0"}, "P21": {"htmlDir": "docs/post/wang-zhan-pei-zhi-SSL-zheng-shu.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u7f51\u7ad9\u914d\u7f6eSSL\u8bc1\u4e66", "postUrl": "post/wang-zhan-pei-zhi-SSL-zheng-shu.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/21", "commentNum": 2, "description": "\u611f\u53f9\u4e00\u4e0b\uff0c\u73b0\u5728\u7ed9\u7f51\u7ad9\u6dfb\u52a0\u4e00\u4e2aSSL\u8bc1\u4e66\u5df2\u7ecf\u5982\u6b64\u65b9\u4fbf\u4e86\uff0c\u800c\u4e14\u8fd8\u662f\u514d\u8d39\u7684\uff0c\u53ea\u662f\u9700\u8981\u6bcf\u5e74\u91cd\u65b0\u7533\u8bf7\u4e00\u4e0b\u5c31\u884c\u3002", "top": 0, "createdAt": 1691028729, "style": "", "script": "", "createdDate": "2023-08-03", "dateLabelColor": "#A333D0"}, "P22": {"htmlDir": "docs/post/yan-chang-WIN-zi-dong-geng-xin-ri-qi.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u5ef6\u957fWIN\u81ea\u52a8\u66f4\u65b0\u65e5\u671f", "postUrl": "post/yan-chang-WIN-zi-dong-geng-xin-ri-qi.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/22", "commentNum": 0, "description": "\u7531\u4e8e\u6211\u7684\u7535\u8111\u6bd4\u8f83\u8001\u4e86\uff0c\u4e0d\u652f\u6301WIN11\uff0c\u4f46\u662fWIN10\u81ea\u52a8\u66f4\u65b0\u50cf\u4e2a\u8111\u6b8b\u4e00\u6837\uff0c\u6bcf\u6b21\u90fd\u81ea\u52a8\u4e0b\u8f7dWIN11\u7684\u66f4\u65b0\u5305\uff0c\u7136\u540e\u63d0\u793a\u4e0d\u652f\u6301\u672c\u673a\uff0c\u5220\u9664\u66f4\u65b0\u5305\uff0c\u4e4b\u540e\u8fc7\u51e0\u5929\u53c8\u5728\u4e0b\u8f7dWIN11\u66f4\u65b0\u5305\uff0c\u5982\u6b64\u53cd\u590d\uff0c\u5b9e\u5728\u5fcd\u65e0\u53ef\u5fcd\u3002", "top": 0, "createdAt": 1691240275, "style": "", "script": "", "createdDate": "2023-08-05", "dateLabelColor": "#A333D0"}, "P27": {"htmlDir": "docs/post/favicon-he-avatar-tu-biao-shi-yong-svg-ge-shi.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "favicon\u548cavatar\u56fe\u6807\u4f7f\u7528svg\u683c\u5f0f", "postUrl": "post/favicon-he-avatar-tu-biao-shi-yong-svg-ge-shi.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/27", "commentNum": 0, "description": "favicon\u548cavatar\u4e00\u822c\u662f\u535a\u5ba2\u7f51\u7ad9\u5fc5\u4e0d\u53ef\u5c11\u7684\u56fe\u6807\uff0c\u4e4b\u524d\u90fd\u662f\u91c7\u7528\u6bd4\u8f83\u4f20\u7edf\u7684\u683c\u5f0f\u5236\u4f5c\u3002", "top": 0, "createdAt": 1692176913, "style": "", "script": "", "createdDate": "2023-08-16", "dateLabelColor": "#A333D0"}, "P28": {"htmlDir": "docs/post/guan-luo-wen-chi-cun-can-kao.html", "label": "\u65e5\u5e38", "labelColor": "#4F61FC", "postTitle": "\u7ba1\u87ba\u7eb9\u5c3a\u5bf8\u53c2\u8003", "postUrl": "post/guan-luo-wen-chi-cun-can-kao.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/28", "commentNum": 0, "description": "\u4eca\u5929\u540c\u4e8b\u5728\u7fa4\u91cc\u5206\u4eab\u4e86\u4e00\u5f20\u7ba1\u87ba\u7eb9\u7684\u5c3a\u5bf8\u5bf9\u7167\u8868\uff0c\u611f\u89c9\u4e4b\u524d\u7ed9\u9c7c\u7f38\u6c34\u6cf5\u6362\u63a5\u5934\u6216\u8005\u5bb6\u91cc\u6c34\u9f99\u5934\u6362\u7ba1\u5b50\u5728\u8d2d\u4e70\u7684\u65f6\u5019\u5bf9\u5c3a\u5bf8\u90fd\u6bd4\u8f83\u7591\u60d1\uff0c\u770b\u4e86\u8fd9\u5f20\u8868\u540e\u5c31\u5f88\u6e05\u6670\u4e86\u3002", "top": 0, "createdAt": 1693921148, "style": "", "script": "", "createdDate": "2023-09-05", "dateLabelColor": "#A333D0"}, "P29": {"htmlDir": "docs/post/ESP32-C3 -gu-jian-xia-zai-xiao-gong-ju.html", "label": "\u786c\u4ef6", "labelColor": "#0E8A16", "postTitle": "ESP32-C3 \u56fa\u4ef6\u4e0b\u8f7d\u5c0f\u5de5\u5177", "postUrl": "post/ESP32-C3%20-gu-jian-xia-zai-xiao-gong-ju.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/29", "commentNum": 0, "description": "ESP32-C3\u5185\u7f6e\u4e86USB\uff0c\u53ef\u4ee5\u4f7f\u7528USB\u8fdb\u884c\u4e0b\u8f7d\uff0c\u4f46\u662f\u6bcf\u6b21\u901a\u8fc7\u547d\u4ee4\u884c\u6572\u6307\u4ee4\u8fdb\u884c\u4e0b\u8f7d\u4e0d\u662f\u5f88\u65b9\u4fbf\uff0c\u6240\u4ee5\u5199\u4e86\u51e0\u53e5`bat`\u4ee3\u7801\uff0c\u65b9\u4fbf\u4e0b\u8f7d\u548c\u64e6\u9664\u82af\u7247\u3002", "top": 0, "createdAt": 1695204144, "style": "", "script": "", "createdDate": "2023-09-20", "dateLabelColor": "#A333D0"}, "P30": {"htmlDir": "docs/post/shu-mei-pai-mjpg-streamer-qi-dong-duo-ge-USB-she-xiang-tou.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u6811\u8393\u6d3emjpg-streamer\u542f\u52a8\u591a\u4e2aUSB\u6444\u50cf\u5934", "postUrl": "post/shu-mei-pai-mjpg-streamer-qi-dong-duo-ge-USB-she-xiang-tou.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/30", "commentNum": 0, "description": "MJPG-streamer\u662f\u4e00\u4e2a\u4f18\u79c0\u7684\u5f00\u6e90\u9879\u76ee\uff0c\u5b83\u53ef\u4ee5\u901a\u8fc7HTTP\u7684\u65b9\u5f0f\u8bbf\u95eelinux\u4e0a\u9762\u7684\u517c\u5bb9\u6444\u50cf\u5934\uff0c\u4ece\u800c\u505a\u5230\u8fdc\u7a0b\u89c6\u9891\u4f20\u8f93\u7684\u6548\u679c\u3002", "top": 0, "createdAt": 1695700161, "style": "", "script": "", "createdDate": "2023-09-26", "dateLabelColor": "#A333D0"}, "P31": {"htmlDir": "docs/post/quan-zhi-V3S-yi-zhi-mjpg-streamer.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u5168\u5fd7V3S\u79fb\u690dmjpg-streamer", "postUrl": "post/quan-zhi-V3S-yi-zhi-mjpg-streamer.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/31", "commentNum": 0, "description": "\u4e0a\u4e00\u7bc7\u6587\u7ae0\u5728\u6811\u8393\u6d3e\u4e0a\u7b80\u5355\u7684\u6d4b\u8bd5\u4e86\u4e00\u4e0bUSB\u6444\u50cf\u5934\u901a\u8fc7mjpg-streamer\u63a8\u6d41\u7684\u6b65\u9aa4\uff0c\u672c\u7bc7\u8bb0\u5f55\u4f7f\u7528\u5168\u5fd7\u7684V3S\u66ff\u4ee3\u6811\u8393\u6d3e\u5b9e\u73b0\u8fd9\u4e2a\u529f\u80fd\u3002", "top": 0, "createdAt": 1696660625, "style": "", "script": "", "createdDate": "2023-10-07", "dateLabelColor": "#A333D0"}, "P32": {"htmlDir": "docs/post/duo-USB-she-xiang-tou-zai-tong-yi-USB-zong-xian-shang-kai-qi.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u591aUSB\u6444\u50cf\u5934\u5728\u540c\u4e00USB\u603b\u7ebf\u4e0a\u5f00\u542f", "postUrl": "post/duo-USB-she-xiang-tou-zai-tong-yi-USB-zong-xian-shang-kai-qi.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/32", "commentNum": 0, "description": "USB\u6444\u50cf\u5934\u6709\u4e00\u4e2a\u5168\u5e73\u53f0\u7edf\u4e00\u7684BUG\uff0c\u5c31\u662f2\u4e2a\u6216\u8005\u591a\u4e2aUSB\u6444\u50cf\u5934\u63d2\u5728\u540c\u4e00\u4e2aUSB\u603b\u7ebf\u4e0a\uff0c\u5373\u4f7f\u7528USB-HUB\u6269\u5c55\u7684\u53e3\uff0c\u4f1a\u51fa\u73b0\u7b2c\u4e8c\u4e2a\u6444\u50cf\u5934\u65e0\u6cd5\u6253\u5f00\u7684\u60c5\u51b5\u3002", "top": 0, "createdAt": 1696906144, "style": "", "script": "", "createdDate": "2023-10-10", "dateLabelColor": "#A333D0"}, "P33": {"htmlDir": "docs/post/quan-zhi-V3S-qi-yong-openssh.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "\u5168\u5fd7V3S\u542f\u7528openssh", "postUrl": "post/quan-zhi-V3S-qi-yong-openssh.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/33", "commentNum": 0, "description": "\u5f53 `V3S` \u4ee5 `SPI FLASH` \u4f5c\u4e3a\u5b58\u50a8\u7a7a\u95f4\u7684\u65f6\u5019\uff0c\u8981\u8c03\u8bd5\u4ee3\u7801\u53ea\u6709\u4e32\u53e3\u4e0d\u662f\u5f88\u65b9\u4fbf\uff0c\u53ef\u4ee5\u4f7f\u7528 `tftp` \u8fdb\u884c\u4f20\u8f93\uff0c\u4f46\u662f\u603b\u611f\u89c9\u4e0d\u662f\u7279\u522b\u4f18\u96c5\u548c\u76f4\u89c2\uff0c\u6240\u4ee5\u4e0b\u9762\u8bb0\u5f55\u4e00\u4e0b\u542f\u7528 `openssh` \u7684\u8fc7\u7a0b\u3002", "top": 0, "createdAt": 1697164622, "style": "", "script": "", "createdDate": "2023-10-13", "dateLabelColor": "#A333D0"}, "P34": {"htmlDir": "docs/post/WSL-zi-xi-tong-bian-yi-buildroot-tian-keng.html", "label": "\u8f6f\u4ef6", "labelColor": "#D93F0B", "postTitle": "WSL\u5b50\u7cfb\u7edf\u7f16\u8bd1buildroot\u586b\u5751", "postUrl": "post/WSL-zi-xi-tong-bian-yi-buildroot-tian-keng.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/34", "commentNum": 0, "description": "\u4e4b\u524d\u4e00\u76f4\u7528Windows\u7684\u5b50\u7cfb\u7edf`WSL`\u7528\u6765\u7f16\u8bd1`micropython`\u7684\u56fa\u4ef6\uff0c\u901f\u5ea6\u5f88\u5feb\u800c\u4e14\u6587\u4ef6\u4ea4\u4e92\u8d77\u6765\u4e5f\u5f88\u65b9\u4fbf\u3002", "top": 0, "createdAt": 1699349027, "style": "", "script": "", "createdDate": "2023-11-07", "dateLabelColor": "#A333D0"}}, "singeListJson": {"P2": {"htmlDir": "docs/link.html", "label": "link", "labelColor": "#d93f0b", "postTitle": "\u53cb\u60c5\u94fe\u63a5", "postUrl": "post/you-qing-lian-jie.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/2", "commentNum": 3, "description": "\u6b22\u8fce\u540c\u7c7b\u578b\u957f\u671f\u66f4\u65b0\u7684\u535a\u5ba2\u6dfb\u52a0\u53cb\u94fe\u3002", "top": 0, "createdAt": 1658394153, "style": "", "script": "", "createdDate": "2022-07-21", "dateLabelColor": "#1f883d"}, "P1": {"htmlDir": "docs/about.html", "label": "about", "labelColor": "#8529EA", "postTitle": "\u5173\u4e8e", "postUrl": "post/guan-yu.html", "postSourceUrl": "https://github.com/Meekdai/meekdai.github.io/issues/1", "commentNum": 2, "description": "\u672c\u4eba\u786c\u4ef6\u653b\u57ce\u72ee\u4e00\u679a\uff0c\u4f1a\u7528\u70b9[micropython](https://micropython.org/)\u5199\u5d4c\u5165\u5f0f\u4ee3\u7801\uff0c\u5e73\u65f6\u4e5f\u559c\u6b22\u6298\u817e\u7f51\u7ad9\uff0c\u5b66\u4e00\u70b9\u524d\u7aef\u77e5\u8bc6\u3002", "top": 0, "createdAt": 1616050593, "style": "", "script": "", "createdDate": "2021-03-18", "dateLabelColor": "#0969da"}}, "prevUrl": "/index.html", "nextUrl": "disabled"} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 72351aee..19c666fe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -111,6 +111,17 @@

软件 2023-07-11 + +
+ + + WSL子系统编译buildroot填坑 +
+
+ + 软件 + 2023-11-07 +
@@ -254,17 +265,6 @@

硬件 2021-02-07

-
-
- - - ESP32-S2运行circuitpython -
-
- - 硬件 - 2020-07-25 -