mysql修改密码 可以直接在服务里面找到MySQL双击点击登录,如图,可以直接在登录里面修改密码 navicat连接MySQL时出现1251异常 输入 ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '修 ...
分类:
数据库 时间:
2021-03-06 15:02:06
阅读次数:
0
一.Linux 常用目录 1.home :普通用户的家目录 2.root :管理员家目录 3.usr/local :用户自行安装的软件存放路径 4.etc :配置文件存放路径 5.var :存放经常变化的文件 二.Linux 常用命令 1.su + 用户名 切换用户 su root 切换到管理员用户 ...
分类:
系统相关 时间:
2021-03-06 14:46:29
阅读次数:
0
流水线案例地址https://flow.aliyun.com/pipelines/1258359/current POM文件增加配置 <distributionManagement> <repository> <id>rdc-releases</id> <name>User Project Rele ...
分类:
其他好文 时间:
2021-03-06 14:35:37
阅读次数:
0
1、引用pom文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <dependency> <group ...
分类:
编程语言 时间:
2021-03-06 14:34:47
阅读次数:
0
select * from table where id in (select max(id) from table group by [去除重复的字段名列表,....]) --删除 from table where id not in (select max(id) from table grou ...
分类:
数据库 时间:
2021-03-06 14:17:01
阅读次数:
0
1、二级菜单使用barSubItem 2、分段符设置属性 BeginGroup=true ...
分类:
其他好文 时间:
2021-03-05 13:28:09
阅读次数:
0
1 def list_of_groups(init_list, childern_list_len): 2 ''' 3 :param init_list: 4 :param childern_list_len: 5 :return: 6 ''' 7 list_of_group = zip(*(ite ...
分类:
编程语言 时间:
2021-03-05 13:23:08
阅读次数:
0
pip install selenium python pip升级 第一种 python -m install pip --upgrade pip 第二种 python -m pip install -u --force-reinstall pip 第三种 pip install --user -- ...
分类:
编程语言 时间:
2021-03-05 12:54:23
阅读次数:
0
案例要求 功能要求: 登录功能 添加、修改、删除功能 删除所选项功能 分页查询功能 复杂条件查询功能 准备阶段 下载jar包 将jar包导入到 WEB-INF/lib 目录下 c3p0-0.9.1.2.jar commons-beanutils-1.8.3.jar commons-logging-1 ...
分类:
其他好文 时间:
2021-03-05 12:53:39
阅读次数:
0
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev ...
分类:
Web程序 时间:
2021-03-04 13:35:58
阅读次数:
0