2021-06-21 LeetCode每日一题 链接:https://leetcode-cn.com/problems/binary-watch/ 标签:位运算、回溯 题目 二进制手表顶部有 4 个 LED 代表 小时(0-11),底部的 6 个 LED 代表 分钟(0-59)。每个 LED 代表一 ...
分类:
其他好文 时间:
2021-06-22 17:46:33
阅读次数:
0
修改Mariadb存储路径大部分基于此文章操作:http://lddyw.blog.51cto.com/4151746/1684364 找个好久的资料,都打算源码安装了,最后终于更改成功了。 环境:CentOS6.6 64位虚拟机,MariaDB 10.0.20 数据库安装方式:rpm包本地安装 注 ...
分类:
数据库 时间:
2021-06-22 17:37:41
阅读次数:
0
简介OS: CentOS Linux release 8.2 开始清除mysql# 查看系统信息$ cat /etc/redhat-releaseCentOS Linux release 8.2.2004 (Core) # 查看有没有mysql$ rpm -qa | grep mysqlmysql- ...
分类:
数据库 时间:
2021-06-22 17:36:24
阅读次数:
0
问题 数据库大小写不敏感 库名,表名敏感: 配置参数lower_case_table_names 可选值 【0,1】0不敏感,1敏感 数据敏感: 排序规则: *_bin: 表示的是binary case sensitive collation,也就是说是区分大小写。 *_ci: case insen ...
分类:
数据库 时间:
2021-06-21 20:31:26
阅读次数:
0
camunda开源流程引擎默认支持H2数据库,官方支持的数据库有:MySQL 、MariaDB 、Oracle 、DB2 、PostgreSQL 、SQL Server、H2,本文介绍如何给camunda配置mysql数据库。 ...
分类:
数据库 时间:
2021-06-21 20:20:09
阅读次数:
0
说明 工具类,提供了许多静态方法,用于操作集合。 模块:java.util.Collections 方法:全是static方法,使用时直接Collections.xxx( ... ) 返回值类型 方法 说明 boolean addAll(Collection< ? super T >c, T... ...
分类:
编程语言 时间:
2021-06-20 18:43:07
阅读次数:
0
查看是否区分大小写 show Variables like '%table_names' 查看lower_case_table_names的值,0代表区分,1代表不区分 修改方法 1.用ROOT登录,修改/etc/my.cnf 2.在[mysqld]下加入一行:lower_case_table_na ...
分类:
数据库 时间:
2021-06-17 17:06:18
阅读次数:
0
[数据库]MySQL基础知识 参考: MariaDB / MySQL数据类型-阿里云开发者社区 (aliyun.com) MariaDB 教程_w3cschool MySQL 教程 | 菜鸟教程 (runoob.com) MariaDB Server Documentation - MariaDB ...
分类:
数据库 时间:
2021-06-17 16:43:50
阅读次数:
0
有待总结。 Binary Search: 633, Sum of Square Numbers 475, Heaters 744, Find Smallest Letter Greater than target(LC submissions from original session) 427?? ...
分类:
其他好文 时间:
2021-06-13 09:48:38
阅读次数:
0
总体说明 对于学习Linux的人来说,使用Mysql时可能不会刻意地用Excel记录下自己设定的root密码,亦或是记下了但是却在输入的时候发生了冲突。 当这种局面出现的时候,下面的方法也许可以给你提供一些参考。 操作步骤: 1、停止mysql服务 2、进行跳过密码验证的设置 3、启动mysql服务 ...
分类:
数据库 时间:
2021-06-11 17:34:45
阅读次数:
0