会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Cody_map
博客园
首页
新随笔
联系
订阅
管理
2022年6月24日
C/C++测试用例生成器YARPGEN使用
摘要: 生成器源码:https://github.com/intel/yarpgen Run on Linux: mkdir build cd build cmake .. makecd scripts生成并测试指定种子编号: python ./run_gen.py --seeds seeds.txt(se
阅读全文
posted @ 2022-06-24 17:07 Cody_map
阅读(383)
评论(0)
推荐(0)
2022年6月6日
bash: ./***.sh: /bin/bash^M: bad interpreter: No such file or directory的解决方法(转)
摘要: 原文转自:https://blog.csdn.net/qq_29775797/article/details/121080133 问题描述:在Linux下启动***.sh脚本,启动不了,提示如下: 原因分析:一些人喜欢用vim来写linux命令,但是有的人喜欢在Windows下用一些方便的编辑器(如
阅读全文
posted @ 2022-06-06 06:04 Cody_map
阅读(70)
评论(0)
推荐(0)
PermissionError: [Errno 1] Operation not permitted: '/xxx/xxx/xxx'
摘要: 这类错不是permission denied 所以不是文件本身的权限问题 因为没有用sudo运行 在开线程或者多余空间?的时候,没有权限。故在命令前加sudo问题就能解决
阅读全文
posted @ 2022-06-06 05:02 Cody_map
阅读(1038)
评论(0)
推荐(0)
2022年4月8日
linkerror1104?canot find lib
摘要: 如果环境变量配置都对 那就是调用编译器和库文件版本不一致 x86和x64,以clang为例应该加参数(具体target是什么要看具体情况) clang --target=i686-w64-windows-msvc ....
阅读全文
posted @ 2022-04-08 19:17 Cody_map
阅读(21)
评论(0)
推荐(0)
python的subprocess中run和checkout错误
摘要: 如果命令行没问题,那就是传进去的列表有空字符串 或者字符串中有空格
阅读全文
posted @ 2022-04-08 19:15 Cody_map
阅读(221)
评论(0)
推荐(0)
2022年3月17日
终端git clone提示fatal:Authentic....问题
摘要: 如果是ubuntu系统的话 记得加sudo 然后输入账号和密码(有提示)
阅读全文
posted @ 2022-03-17 18:17 Cody_map
阅读(35)
评论(0)
推荐(0)
ubuntu系统怎么查看默认python版本和设置默认版本
摘要: 1、查看是否配置默认版本 sudo update-alternatives --list python 2、配置默认python版本 sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1 sudo..
阅读全文
posted @ 2022-03-17 15:37 Cody_map
阅读(668)
评论(0)
推荐(0)
vscode 远程连接主机怎么直接编辑文件 无需file/open
摘要: 终端:code path/filename
阅读全文
posted @ 2022-03-17 11:46 Cody_map
阅读(30)
评论(0)
推荐(0)
终端解决ubuntu系统文件乱码,更换系统语言,更换主目录语言为英文
摘要: 不得不说最适合ubuntu的语言是英文,很多出现乱码,bug都是因为语言是中文 1、下载英文语言包 locale-gen -en_US:en update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 2、修改配置/etc/default/locale 将原来
阅读全文
posted @ 2022-03-17 11:44 Cody_map
阅读(734)
评论(0)
推荐(0)
ssh免密登录(待完成)
摘要: 。。。
阅读全文
posted @ 2022-03-17 11:15 Cody_map
阅读(9)
评论(0)
推荐(0)
下一页
公告