前言 作为Java程序员,你有没有被JVM伤害过?面试的时候是否碰到过对JVM的灵魂拷问? 一、JVM 内存区域划分 1.程序计数器(线程私有) 程序计数器(Program Counter Register),也有称作为 PC 寄存器。保存的是程序当前执行的指令的地址(也可以说保存下一条指令的所在存 ...
分类:
编程语言 时间:
2020-02-04 20:07:52
阅读次数:
89
1. c# 索引器(indexer) using System; using System.IO; namespace IO { class Program { private string[] nameList = new string[10]; static void Main(string[] ...
分类:
Web程序 时间:
2020-02-04 15:49:04
阅读次数:
85
D:\Program Files (x86)\Board\Board WebApi Server\App_Data\config appSettings.config <appSettings> <add key="host" value="http://*:8888/" /> --默认是80,此处 ...
1.配置 1.1新建 JAVA_HOME C:\Program Files\Java\jdk 13.0.2 1.2新建 CLASSPATH .;%JAVA_HOME%\bin;%JAVA_HOME%\lib\dt.jar%JAVA_HOME%\lib\tools.jar; 1.3编辑 Path 新建 ...
分类:
编程语言 时间:
2020-02-03 17:32:19
阅读次数:
145
Write a program to find the weighted shortest distances from any vertex to a given source vertex in a digraph. If there is more than one minimum path ...
分类:
其他好文 时间:
2020-02-03 15:53:01
阅读次数:
83
Write a program to not only find the weighted shortest distances, but also count the number of different minimum paths from any vertex to a given sour ...
分类:
其他好文 时间:
2020-02-03 15:52:30
阅读次数:
88
procedure TUniServerModule.UniGUIServerModuleBeforeInit(Sender: TObject); begin Self.ExtRoot:='ext-6.7.0'; //C:\Program Files (x86)\FMSoft\Framework\u ...
分类:
其他好文 时间:
2020-02-03 12:20:05
阅读次数:
66
/// 1 Task:Waitall WaitAny Delay /// 2 TaskFactory:ContinueWhenAny ContinueWhenAll class Program { //Task.WaitAny WaitAll都是阻塞当前线程,等任务完成后执行操作 //Delay 异 ...
分类:
其他好文 时间:
2020-02-02 22:01:33
阅读次数:
96
一、Spring Cloud Alibaba简介 https://www.cnblogs.com/my-program-life/p/12203487.html 二、Spring Boot基础 https://www.cnblogs.com/my-program-life/p/12253009.ht ...
分类:
编程语言 时间:
2020-02-02 19:44:32
阅读次数:
104
A palindrome is a symmetrical string, that is, a string read identically from left to right as well as from right to left. You are to write a program ...
分类:
其他好文 时间:
2020-02-02 19:30:50
阅读次数:
72