- 博客(14)
- 收藏
- 关注
原创 rm: cannot remove ‘./xxxx_confis/aaaa.configs‘: No such file or directory
问题报错:rm: cannot remove ‘./xxxx_confis/aaaa.configs’: No such file or directory原因分析:1、可能误操作修改makefile文件,2、脚本sh中出现后面空格不能运行相关删除rm,cd,ls,mkdir命令3、在pc端修改linux的sh脚本,格式是否变为window,用vim打开set ff ,fileformat=unix4、gcc环境变量备篡改,同原因2处理方法:1、删除近期的改动,2、无法在sh脚本执行的操作
2022-01-11 11:15:29
1675
原创 unary operator expected解决方法
问题运行报错:./xxx_Config.sh: line 344: [: !-e: unary operator expected问题原因分析shell 脚本中设计中,关系运算符与算术运算符的区别//////////////////////////////////////////////////////////////////////////////////////关系运行算:错误写法=》if [ !-e $xxx_CONFIG ]; then -e 代表文件存在,! -e 代表文件不存
2022-01-10 11:27:47
15608
原创 vs2008 vs2017 vs2019 等等打包成exe,解决提示已有新版本安装
解决步骤:一,在Setup项目属性中,吧RemovePreviousVersions 改为true,一般情况这个默认都是ture,二,单击…,点击new code 生成类似以下字串,重新点击安装exe,即可UpgradeCoden类似这样的字串{xxxxxxxx-xxxx-xxxx-xxxxx-xxxxxxxxx}ProductCode 类似这样的字串{xxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxx}...
2021-12-17 09:53:27
783
原创 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start‘: (.text+0x20
这里写自定义目录标题/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': (.text+0x20新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图
2021-12-02 10:11:12
4828
原创 sercurt 上传The sftp operation was aborted.问题
sftp> Failed to set the permissions or timestamp on the destination file: The operation was aborted because the channel closed.The sftp operation was aborted.==》以上信息是网络异常导致,重新连接即可
2021-03-29 16:18:43
1467
原创 error: expected declaration or statement at end of input 解决方法
解决方法 error: expected declaration or statement at end of input ,,,少了右边一个大括号}
2021-03-12 09:13:12
1084
原创 linux 查看当前文件夹大小 文件大小
1、ls -ll,(字节形成显示)root@ubuntu:/home/aa# ls -lltotal 48drwxr-xr-x 2 aa aa 4096 Dec 12 2019 Desktopdrwxr-xr-x 2 aa aa 4096 Dec 12 2019 Documentsdrwxr-xr-x 2 aa aa 4096 Dec 12 2019 Downloads-rw-r--r-- 1 aa aa 8980 Dec 12 2019 examples.desktop
2021-03-11 12:02:11
357
原创 Linux查看磁盘剩余空间以及挂载磁盘分区
1、fdisk -l 查看磁盘信息,请切到rootaa@ubuntu:~$ fdisk -l fdisk: cannot open /dev/sda: Permission deniedaa@ubuntu:~$ cd su bash: cd: su: No such file or directoryaa@ubuntu:~$ suroot@ubuntu:/home/aa# fdisk -l Disk /dev/sda: 80 GiB, 85899345920bytes, 167772160 se
2021-03-11 09:52:29
2583
原创 makefile recipe for target ‘install‘ failed 解决方案
recipe for target ‘install’ failed 是什么原因 问题常见原因:查看最近改的xxxx.mak (makefile)文件是否有空格/乱码/中间追究注释#解决方法:1、请注意makefile 编写规则 ,Tab进缩进(非空格)2、如中间追究注释#,请一并移到原有#注释地方即可eg: aaa.mak文件 DIR_C +=$(DIR_AAA)/src$(DIR_BBB)/src$(IDR_CCC)/src\DIR_H += $(DIR_AAA)/incKa
2021-02-27 23:26:52
22234
原创 linux tar指令 简单解压缩
linux 解压==>tar -zxvf src源文件名称.tar.gzlinux压缩 .tar.gz==>tar -zcvf dst目标名称.tar.gz src源文件/文件夹
2021-01-22 11:43:13
142
原创 yard码 / meter英里 / kilometer 千米/Knots 海里 换算
最佳答案:1码(yard)=0.9144米(m)1米(m)=1.0936132983377码(yard)英里Miles=1 609米(m) /1 760码(yard)1 海里(Knots)=1.852 千米(Km)1 千米(Km)=0.5399568 海里(Knots)
2021-01-12 10:46:38
8607
原创 MIPI lcd调试 RGB经验分享
很奇怪,明明新拓展了1T的硬盘,tab补全却提示cd n-bash: cannot create temp file for here-document: No space left on device导致原因:磁盘空间已满处理方式:删除其他用户下无用文件即可
2021-01-05 17:24:45
1445
原创 ubuntu设置系统时间(北京时间+时区)
1、查看当前系统时间fk@ubuntu:~$ date -RWed, 25 Dec 2019 18:43:29 -08002、选择时区fk@ubuntu:~$ tzselectPlease identify a location so that time zone rules can be set correctly.Please select a continent, ocean, ...
2019-12-26 11:16:56
2962
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人