会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Sunray
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
11
下一页
2021年4月6日
面试
摘要: 1:VUE生命周期 2:Spring注入方式 3:单例模式 4:tomcat 的性能优化
阅读全文
posted @ 2021-04-06 14:06 Sunray0330
阅读(49)
评论(0)
推荐(0)
2020年11月16日
NIO AIO的原理解读
摘要:
阅读全文
posted @ 2020-11-16 09:54 Sunray0330
阅读(105)
评论(0)
推荐(0)
2019年11月27日
SpringBoot快速开发01
摘要: 1:环境准备 使用idea 2017 使用maven 3.3.9 使用jdk1.8 2:一般maven方式创建 3:快速创建SpringBoot程序 4:总结
阅读全文
posted @ 2019-11-27 15:47 Sunray0330
阅读(144)
评论(0)
推荐(0)
2019年11月4日
java命令--jstack 工具
摘要: https://www.cnblogs.com/kongzhongqijing/articles/3630264.html
阅读全文
posted @ 2019-11-04 09:56 Sunray0330
阅读(119)
评论(0)
推荐(0)
JVM 类加载机制概述
摘要: 1:类加载机制概述: 虚拟机把描述类的数据从Class文件加载到内存,并对数据进行校验,解析和初始化,最终形成可以被虚拟机直接使用的Java类型,这就是虚拟机的类加载机制。 2:懒加载 windows的懒加载方式 3:及时加载 4:类加载器,自定义的类加载器。网络类加载器读取网络上的数据。 OSGI
阅读全文
posted @ 2019-11-04 09:52 Sunray0330
阅读(723)
评论(0)
推荐(0)
hadoop(安装)
摘要: 1;安装liunx 3:安装 4:解压hadoop 5:配置相关文件 1:配置core-site.xml文件 2:配置hdfs-site.xml文件 3:配置yarn-site.xml文件 4:配置mapred-site.xml文件 5:配置环境变量 /etc/hosts文件配置 /etc/sysc
阅读全文
posted @ 2019-11-04 09:50 Sunray0330
阅读(100)
评论(0)
推荐(0)
2019年9月13日
01_hadoop
摘要: hadoop的组成结构
阅读全文
posted @ 2019-09-13 13:47 Sunray0330
阅读(100)
评论(0)
推荐(0)
2019年4月16日
获取服务器IP地址
摘要: /** * 获取服务器IP地址 * @return */ public static String getServerIp(){ String SERVER_IP = null; try { String ipAddr=""; InetAddress inetAddress=InetAddress.
阅读全文
posted @ 2019-04-16 15:16 Sunray0330
阅读(770)
评论(0)
推荐(0)
2019年3月4日
JAVA虚拟机08-对象的创建
摘要:
阅读全文
posted @ 2019-03-04 20:29 Sunray0330
阅读(118)
评论(0)
推荐(0)
JAVA虚拟机07-对象的结构
摘要:
阅读全文
posted @ 2019-03-04 20:15 Sunray0330
阅读(102)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
11
下一页
公告