05 2023 档案
摘要:1 QShortcut *backwardShortcut = new QShortcut(QKeySequence::Copy, this); 2 connect(backwardShortcut, SIGNAL(activated()), this, SLOT(slot_action_scree
阅读全文
摘要:工作中用到了修改svn日志信息的情况。 网上查找: 如何修改SVN已提交项目的message log 我用到了下面蓝色字体部分。 直接在TortoiseSVN中修改过往日志,会提示: DAV request failed;it's possible that the repository's pre
阅读全文