//十进制切片数组转换为16进制字符串
import (
"fmt"
"strings"
)
func Tool_DecimalByteSlice2HexString(DecimalSlice []byte) string {
var sa = make([]string, 0)
for _, v := range De
Vector与ArrayList很像,主要区别在于Vector是线程安全的。
Vector的类声明:
* As of the Java 2 platform v1.2, this class was retrofitted to
* implement the {@link List} interface, maki