解决问题-》有的放矢 1.spark 报错 Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient reso ...
分类:
其他好文 时间:
2021-04-19 15:56:23
阅读次数:
0
1 1.MSSQLSERVER 2 3 "ConnectionStrings": { 4 5 "DefaultConnection": "Server=127.0.0.1;Database=HXCDataPermission_test;user id=sa;password=sasa;Multipl ...
分类:
数据库 时间:
2021-04-19 15:53:01
阅读次数:
0
记录一次修改mysql密码的完整过程(deepin系统) 登录数据库时出现: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) 在mysql 8.0版本的正确修改密码姿势为(deep ...
分类:
数据库 时间:
2021-04-19 14:47:56
阅读次数:
0
redis卸载:后配安装https://blog.csdn.net/isea533/article/details/84550237 一、使用redis的List类型结合lpush 和 brpop 来实现 简介 首先redis的List 相当于一个队列,可以实现先进先出的规则 采用brpop 是因为 ...
分类:
编程语言 时间:
2021-04-16 11:57:48
阅读次数:
0
springboot+mybatis+druid 多数据源 1. 创建maven项目,引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifact ...
分类:
数据库 时间:
2021-04-16 11:44:35
阅读次数:
0
根据提示查看源码,看到p1与p2以及后面的eval 看到p1的字符串,想到URL编码,故解码之 p1=function checkSubmit(){var a=document.getElementById("password");if("undefined"!=typeof a){if("67d7 ...
分类:
Web程序 时间:
2021-04-15 12:40:32
阅读次数:
0
主要测试了各方式clone的情况: 1. 安装gitlab,配置ip:port。 常规步骤: yum install -y curl policycoreutils-python openssh-server wget https://mirrors.tuna.tsinghua.edu.cn/git ...
分类:
其他好文 时间:
2021-04-15 12:08:39
阅读次数:
0
You have a card deck of n cards, numbered from top to bottom, i. e. the top card has index 1and bottom card — index n. Each card has its color: the 𝑖 ...
分类:
其他好文 时间:
2021-04-15 12:03:00
阅读次数:
0
flyway是一个数据库版本管理工具,集成进springboot后,每次系统升级启动时自动执行sql语句升级数据库,避免手动操作数据库。 1.maven引入依赖 <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core< ...
分类:
数据库 时间:
2021-04-15 12:02:41
阅读次数:
0
问题 create user hr with SYSADMIN password 'Gauss_234'; 失败 解答: 因为是从网页拷贝过来的,实际上 在聊天软件中拷贝一下,再复制到gsql中即可 问题 gs_dump db9 -f 1.dump -p 8000 -U rdsAdmin -W ** ...
分类:
数据库 时间:
2021-04-15 11:58:12
阅读次数:
0