码迷,mamicode.com
首页 >  
搜索关键字:epel 报错    ( 41448个结果
still could not bind() Nginx启动报错解决
启动Nginx报以下错误 Nginx默认端口80 检查端口是否被占用 杀掉占用端口的进程 浏览器输入ip进入 或者在Nginx/conf/nginx.conf 下修改Nginx端口 ...
分类:其他好文   时间:2021-05-24 03:50:24    阅读次数:0
RHEL 提示未注册问题解决办法 (红帽开发者账号)
yum 报错 解决办法: 一:注册账号 1,访问网址:https://developers.redhat.com/ 2,滚动滑轮至网页底部,点击join Red hat Edveloper 3,开始注册账号 注册完成后即成为红帽开发者 二:激活系统 激活命令: subscription-manage ...
分类:其他好文   时间:2021-05-24 02:56:44    阅读次数:0
把聚合工程构建为docker镜像
1、在父工程的pom文件中统一指定jdk版本,还有springboot的版本,本例子使用jdk11,jdk8也是可以的 2、子项目(module)添加依赖: 注意 spotify 的版本要与jdk版本对应,否则构建时会报错!!! <properties> <!--docker镜像仓库的前缀--> < ...
分类:其他好文   时间:2021-05-24 02:47:57    阅读次数:0
MYSQL 5.7 报错
1:[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which i ...
分类:数据库   时间:2021-05-24 02:27:35    阅读次数:0
Iqueryable 类型中 的 使用lambda 注意的坑。 (linq to sql)
在 linq to sql 中,我们查询到的数据是Iqueryable 类型的结果。 在Iqueryable中的 where方法,我们使用的 lambda表达式 ,得用 没有return 语句类型的。否则会报错 举例: 错误显示:无法将具有语句体的lambda表达式转化为表达式树, 因此应该要应用这 ...
分类:数据库   时间:2021-05-24 02:19:09    阅读次数:0
es6:class实现一个promise
参考: 1.https://www.jianshu.com/p/f841eb3c1006 2.https://blog.csdn.net/qq_31967985/article/details/109902310 阶段一:只支持链式调用不支持其他api // 定义promise中的三种状态 cons ...
分类:其他好文   时间:2021-05-24 02:13:38    阅读次数:0
选择语句 if语句 switch语句 导包(随机数 Random输入Scanner)
小提示 switch语句中的表达式只能是byte、short、char、int类型的值,如果传入其它类型的值,程序会报错。但上述说法并不严谨,实际上在JDK5.0中引入的新特性enum枚举也可以作为switch语句表达式的值,在JDK7.0中也引入了新特性,switch语句可以接收一个String类 ...
分类:其他好文   时间:2021-05-24 02:08:57    阅读次数:0
【已解决】无法打开.xlsx文件,xlrd.biffh.XLRDError: Excel xlsx file; not supported
原因是最近xlrd更新到了2.0.1版本,只支持.xls文件。所以x1 = xlrd.open_workbook("data.xlsx")会报错。 可以安装旧版xlrd,在cmd中运行: 建议直接卸载新版本,下载xlrd旧版本 pip uninstall xlrd pip install xlrd= ...
分类:其他好文   时间:2021-05-24 01:37:35    阅读次数:0
解决git报错refusing to merge unrelated histories
PS C:\ycm\test\ts-newProjet> git pull origin master * branch master -> FETCH_HEAD fatal: refusing to merge unrelated histories 在新建项目时报refusing to merg ...
分类:其他好文   时间:2021-05-24 01:24:52    阅读次数:0
制作MacOS启动U盘
制作启动U盘 https://www.iplaysoft.com/macos-usb-install-drive.html 制作报错警告解决: https://www.jianshu.com/p/2c3de8d1b77e 其它参看文档: http://429006.com/article/techn ...
分类:系统相关   时间:2021-05-24 01:24:24    阅读次数:0
41448条   上一页 1 ... 25 26 27 28 29 ... 4145 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!