会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
四叶草的诗雨
居安思危,委曲求全。--lious
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
下一页
2019年12月31日
idea破解以2018为例<<windows>> and <<mac>>
摘要: 先说 windows 一、找到idea安装目录 在安装的idea下面的bin目录下面有两个文件:一个是idea64.exe.vmoptions,还有一个是idea.exe.vmoptions idea15-2018.1.5激活补丁:http://idea.lanyus.com/jar/Jetbrai
阅读全文
posted @ 2019-12-31 16:59 四叶草的诗雨
阅读(442)
评论(0)
推荐(0)
2019年12月25日
分布式的事务该怎么做?
摘要: 原文链接:https://blog.csdn.net/catoop/article/details/100679497
阅读全文
posted @ 2019-12-25 16:02 四叶草的诗雨
阅读(151)
评论(0)
推荐(0)
redis cluster配置文件和集群状态详解
摘要: 原文链接:https://blog.csdn.net/mysqldba23/article/details/67640478/
阅读全文
posted @ 2019-12-25 15:43 四叶草的诗雨
阅读(247)
评论(0)
推荐(0)
[ERR] Node 10.211.55.8:7001 is not empty. Either the node already knows other nodes (check with CLUSTER NODES) or contains some key in database 0.
摘要: 错误描述: [ERR] Node 10.211.55.8:7001 is not empty. Either the node already knows other nodes (check with CLUSTER NODES) or contains some key in database
阅读全文
posted @ 2019-12-25 15:40 四叶草的诗雨
阅读(1223)
评论(0)
推荐(0)
2019年12月24日
hashmap1.8较1.7做了哪些优化。。。(转载)
摘要: 前言 HashMap 在 Java 和 Android 开发中非常常见 而HashMap 1.8 相对于 HashMap 1.7 更新多 今天,我将通过源码分析HashMap 1.8 ,从而讲解HashMap 1.8 相对于 HashMap 1.7 的更新内容,希望你们会喜欢。 本文基于版本 JDK
阅读全文
posted @ 2019-12-24 11:10 四叶草的诗雨
阅读(1051)
评论(1)
推荐(2)
2019年12月23日
快速排序
摘要: /** * @Description:ლ【】ლ->快速排序 * @Param: * @Return: * @Author: Mr.li * @Date: 2019/12/23 */ public class QuickSort { public static int[] qsort(int arr[
阅读全文
posted @ 2019-12-23 15:55 四叶草的诗雨
阅读(147)
评论(0)
推荐(0)
二分查找
摘要: /** * @Description:ლ【】ლ->二分查找 * @Author: Mr.li * @Date: 2019/11/29 */ public class BinarySearch { /** * @Description:ლ【】ლ->二分查找递归查询 * @Param: arrays 要
阅读全文
posted @ 2019-12-23 15:53 四叶草的诗雨
阅读(287)
评论(0)
推荐(0)
冒泡排序
摘要: /** * @Description:ლ【】ლ->冒泡排序 * @Param: * @Return: * @Author: Mr.li * @Date: 2019/12/23 */ public class DubbleSort { public static void main(String[]
阅读全文
posted @ 2019-12-23 15:52 四叶草的诗雨
阅读(104)
评论(0)
推荐(0)
选择排序
摘要: /** * 选择排序 * @Author: Mr.li * @Date: 2019/11/29 */ public class SelectSort { public static void main(String[] args) { int[] arr = {49, 38, 65, 97, 76,
阅读全文
posted @ 2019-12-23 15:50 四叶草的诗雨
阅读(101)
评论(0)
推荐(0)
堆排序
摘要: import java.util.Arrays; public class HeapSort { public static void main(String[] args){ int[] arr = {6, 5, 4, 3, 9, 8, 7, 2, 1}; sort(arr); System.ou
阅读全文
posted @ 2019-12-23 15:49 四叶草的诗雨
阅读(166)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
下一页
公告