亲爱的爸爸! 520快乐呀,嘿嘿。我是你的涛涛大宝贝哦(*?´╰╯`?)? 今天不知道爸爸过得怎么样,( ?? ﹏ ?? ) 我希望爸爸感冒能早点好起来,介样子,我就能把爸爸装进麻袋啦!?(?^o^?)? 爸爸,我知道我不乖。但是,听爸爸的话,我能变成一个好孩子吧!(  ̄▽ ̄)σ 我以后要改掉我的坏 ...
分类:
其他好文 时间:
2020-05-21 00:09:15
阅读次数:
52
# Example MySQL config file for small systems. # # This is for a system with little memory (<= 64M) where MySQL is only used # from time to time and i ...
分类:
数据库 时间:
2020-05-20 18:49:41
阅读次数:
153
I have two components. I want to call a method of the first component from the second component. How can I do it? Here is my code. First Component cla ...
分类:
Web程序 时间:
2020-05-20 10:49:28
阅读次数:
143
1概述乱码问题,除了编码不对应应该没有别的原因了。可以先查看一下自己的编码,进行MySQL命令行,使用status;或showvariableslike‘%char%‘;查看编码是否对应。2解决方案对于windows用户,修改MySQL安装目录下的my.ini文件,对于linux用户,若是编译安装的也是在安装目录下,包管理器安装的在/etc/my.cnf#或/etc/mysql/my.cnf下,在
分类:
数据库 时间:
2020-05-20 09:22:12
阅读次数:
58
l 主mysql上: # cp /etc/my.cnf /etc/my.cnf.bak # vi /etc/my.cnf log_bin=mysql-bin //开启二进制日志 server_id=1 //server_id 的值主从必须不同 登录mysql后进行授权: mysql> grant a ...
分类:
数据库 时间:
2020-05-19 20:44:15
阅读次数:
80
背景: 在下载oss视频时由于 oss后台进行优化 无法一次性下载完整个较大的视频 所以需要分段下载。 直接下载会导致 Premature end of Content-Length delimited message body (expected 异常。 直接贴代码: package com.my ...
分类:
编程语言 时间:
2020-05-19 14:49:43
阅读次数:
104
描述: 取list集合中两个字段,且将两个字段作为key ,map,利用steam流转为map集合,且满足key相同时,将value转为List集合 查询到资料 转自https://my.oschina.net/u/3725073/blog/1807970/ List<User> userList ...
分类:
编程语言 时间:
2020-05-19 14:22:54
阅读次数:
248
mysql升级方式有多种 其中包括: In-Place Upgrade Logical Upgrade 针对RPM包安装的mysql需要采用rpm包安装方式升级 举例: mysql版本5.7.18升级到5.7.30 第一步:查看当前的安装版本以及操作系统版本 第一步:查看当前的安装版本 方式一:my ...
分类:
数据库 时间:
2020-05-18 22:55:19
阅读次数:
99
MySQL基础知识总结 [toc] 1. MySQL使用前提 1.1 安装以及开启服务 1.2.1 windows安装MySQL 1. 官网下载压缩包,并解压 2. 添加 mysql/bin 至 path 3. 在mysql安装目录下新建 my.in : mysql默认使用 编码方式,不支持中文 4 ...
分类:
数据库 时间:
2020-05-18 20:31:37
阅读次数:
71
解决方法: 在my.ini或者/etc/my.cnf下面添加skip-name-resolve 如下是linux,打开my.cnf添加skip-name-resolve并保存,重启服务 vim /etc/my.cnf #添加以下代码到[mysqld] [mysqld] skip-name-resol ...
分类:
数据库 时间:
2020-05-18 12:21:03
阅读次数:
125