欢迎来到 Franklin-Qi 的世界

Max
Min

2020年11月5日

Qt 代码编程风格

摘要: Qt Coding Style Indentation 4 spaces are used for indentation Spaces, not tabs! Declaring variables Declare each variable on a separate line Avoid sho 阅读全文

posted @ 2020-11-05 13:23 yusq77 阅读(445) 评论(0) 推荐(0)

优雅的提交你的Commit

摘要: 良好的Commit能体现程序员的职业素养。 一、运行环境搭建 apt-get install python3-pip pip3 install inquirer 二、git-inquirer配置代码 将以下代码内容保存到/usr/bin/git-inquirer,赋予可执行权限,然后输入git-in 阅读全文

posted @ 2020-11-05 10:47 yusq77 阅读(293) 评论(0) 推荐(0)

导航