Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
Vscode AI辅助插件
参考博客
原地起飞!VS Code 最好用的 10 款 AI 插件
【完全免费】VS Code 最好用的 12 款 AI 代码提示插件!!!
comate
通义灵码
xcode
Copilot:github30天免费使用,后续收费
codegeeX
MarsCode
鲁班R2010刷入uboot-openwrt-Padavan固件教程
断开网络链接
1.上电,大概在10秒-15秒左右,路由红灯闪烁2.这时候按joy键,2-3下/秒,路由变为绿灯快闪,这时候SD卡进入低格模式,千万不要断电3.大概3-4分钟后,路由器会自动重启两次2-3分钟,变成了一个全新的刚出厂路由器。先登入192.168.68.1 设置下密码然后登入http://192.168.68.1/cgi-bin/luci/
这个地址可以直接进鲁班的openwrt后台
账号root 密码 你自己设置的路由器密码(或者password)选择system 选择startup如图位置 加入dropbear保存 重新启动。就开通了ssh
123456789101112131415161718192021222324252627若第一步卡住了:解决方法:用chrome或者其它chromium内核的浏览器登录上京东云无线宝,按F12进入控制台。粘贴以下代码并回车执行:$.ajax({url: 'http://' + $.cookie("HostAddrIP") + '/jdcapi', ...
搭建自己的专属博客
视频链接:【[教程]Hexo & Github搭建自己的专属博客】 https://www.bilibili.com/video/BV1Eg41157tL/?share_source=copy_web&vd_source=62b7bd1aa7b6c35b49bf01b505dbde74
安装Git和NodeJS
在Windows上使用Git,可以从Git官网直接https://git-scm.com/downloads,然后按默认选项安装即可。安装完成后,在开始菜单里找到“Git”->“Git Bash”,蹦出一个类似命令行窗口的东西,就说明Git安装成功!
在Git中绑定Github账号,打开“Git Bash”,在命令框中依次输入两行命令:
123git config --global user.name “Your Name” git config --global user.email email@example.com# 其中Your Name和email@example.com替换成上面注册时的账户名和邮箱
由于 Hexo 是基于 ...
如何优雅的使用Github Action服务来将Hexo部署到Github Pages
参考文章Bilibili视频教程-9分钟零成本搭建自动化部署个人博客(Hexo + Github Action + Page):https://www.bilibili.com/video/BV1xTgTemEDU
Hexo官方文档:https://hexo.io/zh-cn/docs/
利用 GitHub Action 自动部署 Hexo 博客:https://cloud.tencent.com/developer/article/2201648
Hexo主题-Icarus快速上手:https://ppoffice.github.io/hexo-theme-icarus/uncategorized/icarus%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B/#install-npm
前提条件当前PC环境中有Node和Git。版本可以参考Hexo文档。
文章中出现的yourusername为Github用户名,your-repo为仓库名。
1. 初始化Hexo安装脚手架,初始化hexo,这会新建blog文件夹,进入后安装依赖。
1234npm install ...
小记-2024-6-25
普中RTOS视频
链接:https://www.bilibili.com/video/BV1pa411K7vb?p=9&vd_source=cf0efe700186e7bdc8714cbae853fd0c
CSDN的RTOS操作
链接:https://blog.csdn.net/qq_45899177/article/details/136675268?ops_request_misc=&request_id=&biz_id=102&utm_term=stm32f103c8t6%E7%A7%BB%E6%A4%8Dfreertos&utm_medium=distribute.pc_search_result.none-task-blog-2~all~sobaiduweb~default-5-136675268.142^v100^pc_search_result_base9&spm=1018.2226.3001.4187
他们其实操作都是一样的,只不过他们分的文件夹不同,但是用的文件都是一样的,注意那个misc.h的文件 9kB的