用IDEA打开了一个maven项目,竟然报错:Non-managed pom.xml file found。结果显示如下b样: 第一步:点击侧边maven视图 第二步:添加pom.xml文件 第三步:选择项目运行所需sdk(即jdk) 依次点击file->project structure,打开配置 ...
分类:
编程语言 时间:
2020-02-28 01:38:10
阅读次数:
473
B - Game on Paper One not particularly beautiful evening Valera got very bored. To amuse himself a little bit, he found the following game. He took a ...
分类:
其他好文 时间:
2020-02-27 20:36:17
阅读次数:
62
背景:首先说一下背景,源于年前的一次libc的升级。再迁移打包机环境时遇到了报错/lib64/libc.so.6: version `GLIBC_2.14' not found 报错很明显,直接安装了对应的版本libc-2.14.so。然后按照网上的操作进入/lib64/,想着将当前的版本覆盖到旧版 ...
分类:
其他好文 时间:
2020-02-26 18:51:51
阅读次数:
61
问题:查看防火墙状态时报错service iptables status 解决方案 在CentOS 7或RHEL 7或Fedora中防火墙由firewalld来管理,当然你可以还原传统的管理方式,或则使用新的命令进行管理。本文中将还原传统的管理方式。 cd /etc/sysconfig ls -l ...
分类:
其他好文 时间:
2020-02-25 23:16:35
阅读次数:
101
错误内容: vue cli service serve /bin/sh: vue cli service: command not found error Command failed with exit code 127. 解决办法: sudo rm rf node_modules package ...
分类:
其他好文 时间:
2020-02-25 20:36:45
阅读次数:
87
问题:关闭防火墙时报错service iptables status Redirecting to /bin/systemctl status iptables.serviceUnit iptables.service could not be found. 解决方案: cd /etc/syscon ...
分类:
其他好文 时间:
2020-02-25 13:09:48
阅读次数:
89
顾名思义,address 属性不存在,请检查调用方。 比如:msg.sender.address 会有此提示,在 Solidity Contract 中,msg.sender.balance 是存在的,地址直接使用 msg.sender Link:https://www.cnblogs.com/fa ...
分类:
其他好文 时间:
2020-02-24 18:34:54
阅读次数:
96
错误: root@debian:/home/zh# dpkg -i mysql-apt-config_0.8.15-1_all.deb dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'star ...
分类:
其他好文 时间:
2020-02-24 13:15:13
阅读次数:
196
出现这种原因主要是找不到对应sbt版本的集成插件, 解决办法:找到project/plugins.sbt 文件修改里面的sbt版本对应的插件版本,修改一致就ok了,比如我是1.2.8的sbt ,将sbt-assembly的版本改为0.14.5就好了 ...
分类:
其他好文 时间:
2020-02-24 12:59:03
阅读次数:
193
1.安装swagger包 2.startup里configservers Configure 3.可能出现的错误 提示error xxxxnot found 由于我创建的webapi是restful风格的所以当出现多个同类型的接口时会出错【其实就是找不到哪一个接口】 解决方法: a.在接口上指定路由 ...
分类:
Web程序 时间:
2020-02-24 09:16:06
阅读次数:
65