摘要:
阅读全文
摘要:
hashmap之源码分析: https://www.cnblogs.com/little-fly/p/7344285.html cas理论 https://www.cnblogs.com/barrywxx/p/8487444.html jvm内存模型之GC https://www.jianshu.c 阅读全文
摘要:
阿尔萨斯: (GitHub地址:https://github.com/alibaba/arthas 用户文档:https://alibaba.github.io/arthas/) 详情查看官方文档:https://alibaba.github.io/arthas/advanced-use.html 阅读全文
摘要:
package com.answern.claimv2.service.utils; import com.alibaba.dubbo.common.utils.IOUtils; import org.dom4j.Document; import org.dom4j.DocumentExceptio 阅读全文
摘要:
下载补丁 下载地址: 链接:https://pan.baidu.com/s/1rgupjT51K0UeWgWTe3vGiQ 提取码:u11r 下载地址: 链接:https://pan.baidu.com/s/1rgupjT51K0UeWgWTe3vGiQ 提取码:u11r 激活xmind 找到 XM 阅读全文
摘要:
# -lt 列出监听的TCP端口, -u 或 --udp 显示UDP传输协议的连线状况,-n 输出中不解析主机、端口、名称, -p 显示进程ID和名称 #杀死指定PID的进程 [root@i-14fe7093 nginx]# kill 10938 #检验进程是否杀死 [root@i-14fe7093 阅读全文
摘要:
List list = new ArrayList();list.add("1");list.add("2");list.add("3"); ListIterator<String> it = list.listIterator();while (it.hasNext()) { String x = 阅读全文
摘要:
import java.awt.image.BufferedImage;import java.io.File;import java.io.FileOutputStream;import java.io.IOException;import java.io.OutputStream; import 阅读全文