摘要: You have a total of n coins that you want to form in a staircase shape, where every k-th row must have exactly k coins. Given n, find the total number 阅读全文
posted @ 2017-11-22 16:49 __Meng 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 什么是Java内存模型: Java虚拟机规范中试图定义一种Java内存模型(Java Memory Model,JMM)来屏蔽掉各种硬件和操作系统的访问差异,以实现让Java程序在各种平台下都能达到一致的内存访问效果。在此之前,主流程序语言(如C/C++等)直接使用物理硬件和操作系统的内存模型,因此 阅读全文
posted @ 2017-11-22 11:21 __Meng 阅读(242) 评论(1) 推荐(0) 编辑