新建一个rust程序 main.rs ,内容如下: fn main() { println!("hello,world!"); } 命令行运行 rustc main.rs 报错如下: > rustc .\main.rs error: linker `link.exe` not found | = n ...
centOS安装nginx的常见问题 ./configure:error:c compile cc is not found 当执行命令 ./configure 编译安装nginx时报error:c compile cc is not found 解决: 执行命令 yum -y install gc ...
分类:
其他好文 时间:
2020-06-22 12:24:00
阅读次数:
55
在webstrom中写代码以后使用ctrl+alt+l规范了代码但是还是报Expected indentation of 0 spaces but found 2这些错误如何解决呢 在 文件中加入"indent": ["off", 2]就可以了当修改了.eslintrc.js文件后 使用npm ru ...
分类:
其他好文 时间:
2020-06-22 01:17:13
阅读次数:
391
linux执行sh报错line 5: $'\r': command not found 解决方案: yum -y install dos2unix* dos2unix *.* ...
分类:
系统相关 时间:
2020-06-21 20:04:38
阅读次数:
117
#概述 服务器需要发告警邮件 ##查找是否已安装 [root@C8-1 ~]# type mail -bash: type: mail: not found [root@C8-1 ~]# which mailx /usr/bin/which: no mailx in (/usr/local/sbin ...
分类:
其他好文 时间:
2020-06-21 15:35:13
阅读次数:
93
无效的绑定语句(未找到):com.bdqn.cn.dao.zhCheMapper.addzhChe (1)dao层的方法和mapper.xml中的方法不一样; (2)mapper.xml中的namespace resultParameter 和对应的dao层pojo层不一样 (3)spring配置文 ...
分类:
移动开发 时间:
2020-06-21 11:43:00
阅读次数:
53
修改环境变量: 让她生效: 把export前面那些空格去掉发现就可以了。呵呵 ...
分类:
其他好文 时间:
2020-06-20 16:21:30
阅读次数:
61
启动报错如下 ./rabbitmq-server: line 47: erl: command not found 解决方案1 :在rabbitmq-server 中添加erlang的环境变量 # Lazy initialization of threed pool size - if it was ...
分类:
其他好文 时间:
2020-06-18 21:23:53
阅读次数:
78
出现这种情况主要是更改了maven的安装目录,报错如下: 解决方法如下: OK。问题解决。 ...
分类:
其他好文 时间:
2020-06-18 11:07:53
阅读次数:
234
刚开始运行终端时,无论输入什么都显示command not found .这说明mac的环境变量被改了 在配置的时候少了一个{PATH},在终端输入下面代码就行 export PATH=/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/u ...
分类:
系统相关 时间:
2020-06-17 18:23:01
阅读次数:
237