摘要:
1.分支推送过程中突然出现 将分支推送到远程存储库时遇到错误: Git failed with a fatal error.'master' does not appear to be a git repository Could not read from remote repository. 解 阅读全文
随笔档案-2020年09月
vs 2019 正则替换
2020-09-02 16:35 by Lecone.JY.HU, 667 阅读, 收藏, 编辑
摘要:
1.替换某些值 (_copyVExamRepository)(.)(Update)\((.*)\)(;) $1$2$3($4)$5\n_commonBaseAppServices.AddState($4); 2.替换vs中一行 替换一行中包含 #pragma ^[\t]*#pragma[^\n]*\ 阅读全文