问题:本人因为重装了系统导致重新安装Elipse,在安装了当前最新版本JDK(JDK13)后,发现Eclipse安装程序出错,错误如下: 即JDK没有安装或者版本过低,这明显在扯淡,java安装测试如下: JDK和Eclipse均为64位 本人猜测原因: 1.版本不一致,即Eclipse或JDK版本 ...
分类:
编程语言 时间:
2020-02-02 21:40:45
阅读次数:
853
本文简要的分析了下Collections.synchronizedList 、CopyOnWriteArrayList、Vector线程安全的实现机制并对它们的读,写,迭代性能进行了对比。 ...
分类:
其他好文 时间:
2020-02-01 10:35:48
阅读次数:
58
1.简介 The command pattern is a behavioral design pattern in which an object is used to encapsulate all information needed to perform an action or trigg ...
分类:
其他好文 时间:
2020-01-31 15:59:15
阅读次数:
87
首先如果直接使用 root 用户来启动 tomcat 的话,是可以正常启动的。 但是我们在 Linux 中使用普通用户启动 tomcat 报了如下错误 原因是没有在 setclasspath.sh 上设置 JAVA_HOME 和 JRE_HOME。 解决办法: 打开 setclasspath.sh ...
分类:
其他好文 时间:
2020-01-24 00:08:34
阅读次数:
122
Mathematical Skills II (MAT00027I) 2019/20Project 2 – Sparse matricesBackgroundMatrices with large dimensions can be difficult to handle on computers: ...
分类:
其他好文 时间:
2020-01-20 20:59:39
阅读次数:
72
"HashMap 简介" "底层数据结构分析" "JDK1.8之前" "JDK1.8之后" "HashMap源码分析" "构造方法" "put方法" "get方法" "resize方法" "HashMap常用方法测试" 感谢 "changfubai" 对本文的改进做出的贡献! HashMap 简介 ...
分类:
其他好文 时间:
2020-01-14 13:26:19
阅读次数:
89
今天使用LayoutInflate.inflate()方法加载一个布局,当参数root 为null 时,出现下列提示 Avoid passing null as the view root (needed to resolve layout parameters on the inflated la ...
分类:
其他好文 时间:
2020-01-08 14:33:47
阅读次数:
101
1.SymmetricAlgorithm.IV Property 获取或设置对称算法的初始化向量 IV属性的大小必须与BlockSize属性除以8相同。 The classes that derive from the SymmetricAlgorithm class use a chaining ...
深入理解TCP协议及其源代码 实验环境:Linux 5.0.1 内核 32位系统的MenuOS 本次主要分析理解TCP三次握手,和跟踪三次握手的基本过程 该TCP协议的状态转换图,完整的描述了TCP状态的变化: 从中可以清楚的了解到整个TCP状态转移的过程。总共有11个状态。 先说明下图中每个字段的 ...
分类:
其他好文 时间:
2019-12-26 21:45:19
阅读次数:
125
1. Create the manifest.jsonOnly three fields is needed. 2. Add instruction (background.js)Create and register a background.js for manifest.json to ref ...
分类:
其他好文 时间:
2019-12-24 20:30:18
阅读次数:
72