
工作随笔
Roken24
见习程序猿
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
运行exe文件出现“由于找不到msvcp140.dll,无法继续执行代码”的错误提示,找不到dll文件的解决方案
运行exe文件出现“由于找不到msvcp140.dll,无法继续执行代码”的错误提示,找不到dll文件的解决方案原创 2023-03-21 15:30:57 · 1088 阅读 · 0 评论 -
CMake Error: The current CMakeCache.txt directory is different than the other
CMake Error: The current CMakeCache.txt directory 当前位置CMakeCache.txt is different than the directory另一个位置 where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt原创 2022-04-29 18:27:24 · 4143 阅读 · 1 评论 -
Linux指令获取SVN最新版本号,利用shell脚本获取标高
Linux指令获取SVN最新版本号,利用shell脚本获取svn标高需求来源:在linux系统下执行python脚本时,有时需要传递SVN的最新标高作为参数,原因是因为Python里面会将代码更新到标高内容,这个时候就需要获取SVN的Revision1、首先svn info指令会把当前的svn信息展示出来,其中就有RevisionG:\Main>svn infoPath: .Working Copy Root Path: G:\MainURL: svn://-/-t/svnroot/-/-原创 2022-04-29 11:25:33 · 2978 阅读 · 0 评论