Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee My腾云code

Happy_EveryDay

可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 44 下一页

2021年5月10日

docker笔记202105-12

摘要: 阅读全文

posted @ 2021-05-10 11:39 cn2025 阅读(62) 评论(0) 推荐(0)

2021年5月9日

docker笔记202104-11

摘要: 阅读全文

posted @ 2021-05-09 13:12 cn2025 阅读(37) 评论(0) 推荐(0)

2021年5月8日

docker笔记202104-10

摘要: 阅读全文

posted @ 2021-05-08 09:35 cn2025 阅读(45) 评论(0) 推荐(0)

docker笔记202104-10

摘要: 阅读全文

posted @ 2021-05-08 09:32 cn2025 阅读(49) 评论(0) 推荐(0)

2021年5月7日

docker笔记202104-9

摘要: 阅读全文

posted @ 2021-05-07 11:28 cn2025 阅读(53) 评论(0) 推荐(0)

2021年5月6日

docker笔记202104-8

摘要: 阅读全文

posted @ 2021-05-06 09:43 cn2025 阅读(47) 评论(0) 推荐(0)

2021年4月29日

赵-先秦2021

摘要: 阅读全文

posted @ 2021-04-29 10:30 cn2025 阅读(47) 评论(0) 推荐(0)

2021年4月28日

模式23

摘要: --创建New Singleton单恋 Abstract Factory Factory Method工厂接口< >子类表示 Builder妇产复杂构建<==分离==>其表示同样的构建过程,不同的表示factory.BuildProducct(pro1)factory.BuildProducct(p 阅读全文

posted @ 2021-04-28 18:08 cn2025 阅读(59) 评论(0) 推荐(0)

docker笔记202104-7

摘要: 阅读全文

posted @ 2021-04-28 09:53 cn2025 阅读(35) 评论(0) 推荐(0)

2021年4月27日

SB+MyCat mysql主从2 多数据源

摘要: ######mycat###### 1、server.xml ###schemas:TESTDB <user name="root" defaultAccount="true"> <property name="password">root</property> <property name="sc 阅读全文

posted @ 2021-04-27 11:50 cn2025 阅读(294) 评论(0) 推荐(0)

Spring data jpa sort多属性排序问题

摘要: Sort.Order order=new Sort.Order(Sort.Direction.DESC,"id"); Sort sort1=Sort.by(order); return testTwoRepository.findAll(sort1); 阅读全文

posted @ 2021-04-27 10:49 cn2025 阅读(459) 评论(0) 推荐(0)

2021年4月26日

晋-先秦2021

摘要: 阅读全文

posted @ 2021-04-26 16:53 cn2025 阅读(50) 评论(0) 推荐(0)

docker笔记202104-6

摘要: 阅读全文

posted @ 2021-04-26 09:44 cn2025 阅读(46) 评论(0) 推荐(0)

2021年4月25日

docker笔记202104-5

摘要: 阅读全文

posted @ 2021-04-25 10:20 cn2025 阅读(36) 评论(0) 推荐(0)

2021年4月24日

docker笔记202104-4

摘要: 阅读全文

posted @ 2021-04-24 15:04 cn2025 阅读(36) 评论(0) 推荐(0)

2021年4月23日

docker笔记202104-3

摘要: 阅读全文

posted @ 2021-04-23 09:12 cn2025 阅读(34) 评论(0) 推荐(0)

2021年4月22日

docker笔记202104-2

摘要: 阅读全文

posted @ 2021-04-22 09:31 cn2025 阅读(38) 评论(0) 推荐(0)

2021年4月21日

idea插件篇之java内存分析工具(JProfiler)

摘要: 前言 在运行java的时候有时候想测试云运行时占用内存情况,这时候就需要使用测试工具查看了。在eclipse里面有 Eclipse Memory Analyzer tool(MAT)插件可以测试,而在idea中也有这么一个插件,就是JProfilerl。 下载安装 打开idea,进入设置界面 安装之 阅读全文

posted @ 2021-04-21 14:54 cn2025 阅读(1387) 评论(0) 推荐(0)

燕-先秦2021

摘要: 阅读全文

posted @ 2021-04-21 14:24 cn2025 阅读(58) 评论(0) 推荐(0)

docker笔记202104-1

摘要: 阅读全文

posted @ 2021-04-21 11:55 cn2025 阅读(37) 评论(0) 推荐(0)

2021年4月20日

Jmeter(线程组+http请求+汇总报告)

摘要: 教程 1、线程组 线程组参数 2、Http请求 http请求参数 3、测试 汇总报告 阅读全文

posted @ 2021-04-20 18:08 cn2025 阅读(252) 评论(0) 推荐(0)

kafka笔记202104-8

摘要: 阅读全文

posted @ 2021-04-20 14:47 cn2025 阅读(62) 评论(0) 推荐(0)

SB+MyCat mysql主从

摘要: 实例 ######mysql主从###### ######mycat###### 1、server.xml ###schemas:TESTDB <user name="root" defaultAccount="true"> <property name="password">root</prope 阅读全文

posted @ 2021-04-20 14:32 cn2025 阅读(72) 评论(0) 推荐(0)

2021年4月17日

ZK客户端zkClient.bat

摘要: ZooInspector @echo offe: cd E:\tools\pro\JAVA\VM linux\ZK\ZooInspector\build start java -jar zookeeper-dev-ZooInspector.jar 阅读全文

posted @ 2021-04-17 21:09 cn2025 阅读(95) 评论(0) 推荐(0)

2021年4月16日

齐-先秦2021

摘要: 阅读全文

posted @ 2021-04-16 15:02 cn2025 阅读(53) 评论(0) 推荐(0)

kafka笔记202104-7

摘要: 阅读全文

posted @ 2021-04-16 09:59 cn2025 阅读(30) 评论(0) 推荐(0)

2021年4月15日

秦-先秦2021

摘要: 阅读全文

posted @ 2021-04-15 21:22 cn2025 阅读(57) 评论(0) 推荐(0)

楚-先秦2021

摘要: 阅读全文

posted @ 2021-04-15 21:20 cn2025 阅读(59) 评论(0) 推荐(0)

kafka笔记202104-6

摘要: 阅读全文

posted @ 2021-04-15 10:09 cn2025 阅读(30) 评论(0) 推荐(0)

2021年4月14日

kafka笔记202104-5伪集-生产消费 流程图

摘要: 阅读全文

posted @ 2021-04-14 15:37 cn2025 阅读(60) 评论(0) 推荐(0)

Web管理工具 Kafka Eagle

摘要: http://download.smartloli.org/ https://ke.smartloli.org/2.Install/2.Installing.html https://ke.smartloli.org/3.Manuals/1.Dashboard.html 3.1. 设置KE_HOME 阅读全文

posted @ 2021-04-14 10:54 cn2025 阅读(154) 评论(0) 推荐(0)

kafka笔记202104-4集群(伪)

摘要: 1、 # 下载kafka [root@localhost kafka]# tar -xzf kafka_2.11-2.0.0.tgz[root@localhost kafka]# cd kafka_2.11-2.0.0[root@localhost kafka_2.11-2.0.0]# pwd/us 阅读全文

posted @ 2021-04-14 10:47 cn2025 阅读(64) 评论(0) 推荐(0)

kafka笔记202104-3

摘要: 阅读全文

posted @ 2021-04-14 09:21 cn2025 阅读(42) 评论(0) 推荐(0)

2021年4月13日

kafka笔记202104-2

摘要: 阅读全文

posted @ 2021-04-13 09:06 cn2025 阅读(45) 评论(0) 推荐(0)

2021年4月12日

kafka笔记202104

摘要: 文档 阅读全文

posted @ 2021-04-12 09:11 cn2025 阅读(48) 评论(0) 推荐(0)

2021年4月8日

多线程join (wait-notify-synchronized)

摘要: join主要为让多线程按顺序执行 源码:wait-notify-synchronized public class Thread008 implements Runnable{ public static void main(String[] args){ //主线程调用t1.join 主线程阻塞且 阅读全文

posted @ 2021-04-08 09:34 cn2025 阅读(64) 评论(0) 推荐(0)

2021年4月6日

多线程 input生产 res(username,sex) out消费 synchronized(res) wait-notify

摘要: 1、wait 使用说明 public class Thread001 { class Res{ public String userName; private char sex; private boolean flag; } class InputThread extends Thread{ Re 阅读全文

posted @ 2021-04-06 10:32 cn2025 阅读(87) 评论(0) 推荐(0)

多线程wait

摘要: 当前线程变为阻塞(释锁) 放弃CPU执行 在同步代码块中使用且必须要通过对象.wait(this.wait) 释锁目的: 生产者写数据,防死锁 public class Thread002 { public static void main(String[] args) { new Thread00 阅读全文

posted @ 2021-04-06 00:52 cn2025 阅读(69) 评论(0) 推荐(0)

2021年4月4日

多线程 input生产 res(username,sex) out消费 synchronized(res)

摘要: public class Thread001 { class Res{ public String userName; private char sex; } class InputThread extends Thread{ Res res; public InputThread(Res res) 阅读全文

posted @ 2021-04-04 03:01 cn2025 阅读(66) 评论(0) 推荐(0)

2021年4月3日

多线程 input生产 res(username,sex) out消费

摘要: public class Thread001 { class Res{ public String userName; private char sex; } class InputThread extends Thread{ Res res; public InputThread(Res res) 阅读全文

posted @ 2021-04-03 21:11 cn2025 阅读(61) 评论(0) 推荐(0)

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 44 下一页

导航