会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Atten
博客园
首页
新随笔
联系
订阅
管理
2025年4月7日
linux常用命令行
摘要: 查找文件 查找的时候排除某个目录 sudo find / ! -path "/home/*" -type f -name CycloneDDSConfig.cmake 查找并对找到的文件执行命令 # 对 example 文件夹下所有的代码利用 clang-format 进行格式化 find exam
阅读全文
posted @ 2025-04-07 16:52 Atten
阅读(6)
评论(0)
推荐(0)
2025年4月6日
git alias和命令行
摘要: git alias 以下命令放在.gitconfig 的[alias]下(提示:git config -e --global 可以直接打开.gitconfig) 更加简洁和漂亮的 git log lg = log --color --graph --pretty=format:'%Cred%h%Cr
阅读全文
posted @ 2025-04-06 23:50 Atten
阅读(55)
评论(0)
推荐(0)
2024年5月14日
面向微信读书制作epub
摘要: 注释样式 微信读书原版书有一种注释形式是在文字右边显示“注”字图片,点击后会弹出注释框,如下图所示: 这里对应的xhtml代码是这样的: <img alt="Lewis M. Dab...." class="qqreader-footnote" src="../Images/note.png"/>
阅读全文
posted @ 2024-05-14 08:34 Atten
阅读(185)
评论(0)
推荐(0)