Hugo博客的图片上传

目前我的解决办法 在 posts 目录下创建一个名为 img 的文件夹,用于存储照片。该文件夹的路径为 ..\content\posts\img。 将需要使用的照片复...

2024-09-08 · 1 分钟 · Cooper

Linux常用指令

常用指令 vim 访问文本 退出文本并保存 :wq 返回到上一个文件夹 cd . . 解压指令 tar -zxvf xxxx.tar.gz vi vim 操作 i o a r 进入vim 按下esc , 输入**:** 然后输入wq 保存...

2024-09-07 · 9 分钟 · Cooper

Qt开发的学习记录

信号与槽机制 PyQt的.ui文件转成.py文件 进入 .ui 文件所在的目录,然后在命令行中输入下面的代码示例。 pyuic5 -x xxxx.ui -o yyyyyy.py xxxx.ui 目标文件 —> yyyyy.py 结果 设置ui禁...

2024-09-07 · 1 分钟 · Cooper

Second Post

这是用于测试的文档 This is second post of site. $$ a^2 + b^2 = c^2 $$ #include <iostream> #include <algorithm> #include <cstdio> #include <vector> #include <unordered_map> // 使用哈希表 #include <unordered_set> #include <stack> // 使用栈 #include <string> // 使用字符串 #include <utility> #include <cstring> // 有memset将一块内...

2024-08-24 · 1 分钟 · Cooper

FirstPost

第一篇博客 感谢 B 站 UP 主 SonnyCalcr 的大力支持,让我得以学习并成功搭建这个个人博客网站。非常感谢他的支持与指导! 这是这位up主的网站(支持up):bil...

2024-08-23 · 1 分钟 · Cooper