码迷,mamicode.com
首页 >  
搜索关键字:mongodb user auth role    ( 54727个结果
vue-element-admin权限验证,根据不同角色动态生成路由渲染侧边栏
vue-element-admin权限验证,根据不同角色动态生成路由渲染侧边栏 本示例基于vue-admin-template基础模板进行二次开发 在线演示:http://hymhub.gitee.io/vue-element-admin-role 源码地址:https://gitee.com/hy ...
分类:其他好文   时间:2021-04-22 16:23:58    阅读次数:0
重拾MySQL
关系型数据库系统(RDBMS):是指使用了关系模型的数据库系统(MySQL、Oracle、DB2、SQL Server) NoSQL数据库:指的是数据分类存放,但是数据之间没有 关联关系的数据库系统(Redis、MongoDB、Neo4J、MemCache) MySQL数据库(使用Navicat工具 ...
分类:数据库   时间:2021-04-22 16:13:48    阅读次数:0
MongoDb问题集
一、解决SpringBoot MongoDB插入文档默认生成_class字段问题 @Configuration public class SpringMongoConfig{ @Bean public MongoTemplate mongoTemplate() throws Exception { ...
分类:数据库   时间:2021-04-22 16:06:57    阅读次数:0
log4j 日志输出数据库
一:添加依赖jar <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> <dependency> <groupId>mysql</gr ...
分类:数据库   时间:2021-04-22 15:55:12    阅读次数:0
MyBatis封装对象内的List出现的问题
对象举例: class User { private String username; private List<Wife> wifes; } class Wife { } 1. 问题 封装出的List长度数据不正确 比如wifes数据应该有两条,但是查询出来只有一条 2. 原因 由于使用Mybat ...
分类:其他好文   时间:2021-04-22 15:52:34    阅读次数:0
git 修改 email
https://blog.csdn.net/qq_29846663/article/details/73498853 查看email % cat ~/.gitconfig[user] email = a@bc.com[credential] helper = store[http] sslverif ...
分类:其他好文   时间:2021-04-22 15:36:18    阅读次数:0
MySQL5.7 重新初始化解决mysql库表坏问题
一、问题报错 [ERROR] InnoDB: Ignoring the redo log due to missing MLOG_CHECKPOINT between the checkpoint xxxx and the end yyyy. 因MySQL上存储的应用数据并没有多大,mysql下多张 ...
分类:数据库   时间:2021-04-22 15:22:00    阅读次数:0
Oracle 删除用户时出现异常ora-01922: CASCADE must bu specified to drop 用户名
create user hnrh identified by hnrh123; Oracle 删除用户时出现异常ora-01922: CASCADE must bu specified to drop 用户名 Oracle 删除用户时出现错误ora-01922: CASCADE must bu sp ...
分类:数据库   时间:2021-04-21 12:53:00    阅读次数:0
CentOS7 yum安装、配置PostgreSQL 9.6
PostgreSQL 9.6安装 1、添加RPM sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2、安 ...
分类:数据库   时间:2021-04-21 12:51:42    阅读次数:0
nginx配置实例及多服务器负载
1. nginx.cof配置文件说明 # 运行用户 user nobody; # 启动进程,通常设置成和cpu的数量相等 worker_processes 1; # 全局错误日志及PID文件 #error_log logs/error.log; #error_log logs/error.log n ...
分类:其他好文   时间:2021-04-21 12:37:55    阅读次数:0
54727条   上一页 1 ... 32 33 34 35 36 ... 5473 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!