Ubuntu 18.04 彻底卸载MySQL 5.7.31 1. 查看MySQL的依赖项 dpkg --list|grep mysql 2. 卸载 mysql-common sudo apt remove mysql-common 3. 卸载 mysql-server sudo apt autore ...
分类:
数据库 时间:
2020-12-22 13:13:25
阅读次数:
0
package tools.guava; import com.google.common.base.Joiner; import com.google.common.base.Splitter; import com.google.common.collect.ArrayListMultimap; ...
分类:
编程语言 时间:
2020-12-19 12:06:13
阅读次数:
2
【问题】mysql从5.6升级到5.7后出现:插入数据和修改数据时出错Caused by: com.ibatis.common.jdbc.exception.NestedSQLException: The error occurred while applying a parameter map. ...
分类:
数据库 时间:
2020-12-18 12:26:29
阅读次数:
2
本文译自https://towardsdatascience.com/10-common-software-architectural-patterns-in-a-nutshell-a0b47a1e9013?gi=f8addb915af7,作者VijiniMallawaarachchi,Sep4,2017译者:evandeng2009(blog.csdn.net/evandeng2009/)为了更
分类:
其他好文 时间:
2020-12-18 12:15:51
阅读次数:
2
Smallest Subtree with all the Deepest Nodes (M) 题目 Given the root of a binary tree, the depth of each node is the shortest distance to the root. Retur ...
分类:
其他好文 时间:
2020-12-17 12:55:47
阅读次数:
3
悟净真是勤奋好学,才用两天时间就手写了一个JsonBuilder出来,经过测试完全OK,而且具有开源精神,把它放到了Github上了(https://github.com/endofprogram/eop-common)。唐僧边走边想着,移动互联网大潮下,网民巨多,无时无刻都在网上。应用都进行了分层拆分,分布式部署,它们之间大都是以http为基础的接口调用。应该打造一个通用的工具来进行接口调用,或
分类:
Web程序 时间:
2020-12-16 12:18:29
阅读次数:
4
org.apache.hadoop.hbase.DoNotRetryIOException: java.lang.IllegalAccessError: tried to access method com.google.common.base.Stopwatch.<init>()V from cl ...
分类:
编程语言 时间:
2020-12-15 12:35:48
阅读次数:
4
\angular-master\packages\common\src\directives 模拟ngClass 方法 @Directive({ selector: '[appNkClass]' }) export class NkClassDirective implements DoCheck ...
分类:
其他好文 时间:
2020-12-15 11:42:24
阅读次数:
2
Spring IOC 初始化刷新流程:https://www.cnblogs.com/jhxxb/p/13609289.html 这一步主要是实例化和注册 beanFactory 中实现了 BeanPostProcessor 接口的 Bean。 什么是 BeanPostProcessor /** * ...
分类:
编程语言 时间:
2020-12-11 12:18:18
阅读次数:
10
一、统一响应对象 项目开发中返回统一的数据格式有利于统一前后台开发规范 1、编写统一响应对象 package com.learn.mall.common; import com.learn.mall.exception.LearnMallExceptionEnum; /** * 通用返回对象 * * ...
分类:
编程语言 时间:
2020-12-09 12:29:35
阅读次数:
9