`
文章列表

IT 词汇记录

1. open parenthesis :左挂号     example: Nested groups are ordered by the opening parentheses [Regex Matcher group]
  //This progame is to display how regex class work, //how to find match subsequence from the Sting. package com.src; import java.util.regex.Matcher; import java.util.regex.Pattern; //\s A whitespace character, short for [ \t\n\x0b\r\f] //\S A non-whitespace character, short for [^\s] //\ ...
1.java核心技术。 2.高效java. 3.java 并发编程[高效java作者,jac 四个作者写的]
虚拟机网络模式 无论是vmware,virtual box,virtual pc等虚拟机软件,一般来说,虚拟机有三种网络模式: 1.桥接 2.NAT Host-Only 但这三种网络那种适合自己的虚拟机呢? (三种网络的拓扑图)        [img] [/img]      桥接:   桥接网络是指本地物理网卡和虚拟网卡通过VMnet0虚拟交换机进行桥接,物理网卡和虚拟网卡在拓扑图上处于同等地位,那么物理网卡和虚拟网卡就相当于处于同一个网段,虚拟交换机就相当于一台现实网络中的交换机,所以两个网卡的IP地址也要设置为同一网段。   基于链路层协议将两个通信网络互连, ...
Global site tag (gtag.js) - Google Analytics