码迷,mamicode.com
首页 >  
搜索关键字:reporting service error 40    ( 53238个结果
CREATE EXTENSION postgis_topology
1.postgresql postgres-# ; ERROR: could not open extension control file "/usr/pgsql-10/share/extension/postgis_topology.control": No such file or direc ...
分类:其他好文   时间:2021-04-09 13:16:43    阅读次数:0
Spring各种注解的含义及用法(持续更新)
1.基础(SpringMVC和SpringBoot都有在用) @Controller 通常用于标注在控制层类上。 @Service 通常用于标注在业务层实现类上。可以设置自定义service类的别名,在控制层引入时就需要根据设置的别名进行引入。 @Mapper 不需要在启动类上配置扫描,会在运行时通 ...
分类:编程语言   时间:2021-04-09 13:04:25    阅读次数:0
apt-get update 升级错误
W: GPG error: http://mirrors.cloud.aliyuncs.com/ubuntu xenial-backports InRelease: Could not execute 'apt-key' to verify signature (is gnupg installed ...
分类:其他好文   时间:2021-04-08 13:43:02    阅读次数:0
mysql5.7报错: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated...
今天,公司新购买了云服务器,要部署测试环境,测试时发现开发环境没问题,但测试环境却报错了,打开日志分析错误原因,原来时mysql5.7版本的sql_model默认配置了ONLY_FULL_GROUP_BY的原因。 完整错误日志如下: ### Error querying database. Caus ...
分类:数据库   时间:2021-04-08 13:20:36    阅读次数:0
MySQL数据库启动异常-[ERROR] [MY-011971]
问题背景: MySQL服务启动失败 协助启动数据库时发现日志中大量的表空间文件异常的错误信息 1 [ERROR] [MY-011971] [InnoDB] Tablespace 'innodb_undo_001' Page [page id: space=4294967279, page numbe ...
分类:数据库   时间:2021-04-08 13:14:37    阅读次数:0
linux服务器安装python虚拟环境
linux服务器安装python虚拟环境 今天要部署一个服务化的接口程序,需要创建一个Python的虚拟环境。 1、安装虚拟环境 sudo pip install virtualenv sudo pip install virtualenvwrapper 2 安装完虚拟环境后,如果提示找不到mkvi ...
分类:编程语言   时间:2021-04-08 13:02:57    阅读次数:0
javax.persistence.spi.PersistenceUnitInfo.getSharedCacheMode()Ljavax/persistence/SharedCacheMode;
错误: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path res ...
分类:编程语言   时间:2021-04-07 11:40:38    阅读次数:0
linux多进/线程编程(2)—— fork函数和进程间“共享”数据
参考: 1.博客1:https://www.pianshen.com/article/4305691855/ fork:在原进程的基础上“分叉”出一个子进程,即创建一个子进程。 NAME fork - create a child process SYNOPSIS #include <unistd. ...
分类:编程语言   时间:2021-04-07 11:38:09    阅读次数:0
linux 防火墙查看
一、iptables防火墙 1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # ...
分类:系统相关   时间:2021-04-07 11:31:55    阅读次数:0
Uncaught (in promise) Error: Redirected when going from "/login" to "/home" via a navigation guard.
项目中遇到如下报错内容:Uncaught (in promise) Error: Uncaught (in promise) Error: Redirected when going from "/login" to "/home" via a navigation guard. 原因:vue-ro ...
分类:其他好文   时间:2021-04-07 11:16:46    阅读次数:0
53238条   上一页 1 ... 40 41 42 43 44 ... 5324 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!