
JAVA
文章平均质量分 76
木子十甫寸
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java内存分配
原文地址:http://www.cnblogs.com/yyyyy5101/archive/2011/03/23/1992438.html 栈、堆、常量池虽同属Java内存分配时操作的区域,但其适用范围和功用却大不相同。本文将深入Java核心,详细讲解Java内存分配方面的知识。 Java内存分配与管理是Java的核心技术之一,之前我们曾介绍过Java的内存管理与内存泄转载 2013-05-11 14:24:46 · 897 阅读 · 0 评论 -
LeetCode 154题:Valid Palindrome
原题: Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example, "A man, a plan, a canal: Panama" is a palindrome. "race a car"原创 2014-11-10 16:57:09 · 787 阅读 · 0 评论 -
LeetCode 154题:Symmetric Tree
题目: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric:原创 2014-10-31 14:08:46 · 827 阅读 · 0 评论 -
LeetCode 154题:Count and Say
原题: 题目描述如下: The count-and-say sequence is the sequence of integers beginning as follows: 1, 11, 21, 1211, 111221, ... 1 is read off as "one 1" or 11. 11 is read off as "two 1s" or 21.原创 2014-11-03 20:31:16 · 824 阅读 · 0 评论 -
使用mysql数据库读写CSV文件
CSV文件是一种标准的文本文件,可以用Excel或者记事本等软件打开,原创 2014-10-28 09:33:38 · 3604 阅读 · 0 评论 -
MAC环境下使用Paralles Desktop实现DRBD
MAC环境下使用Paralles Desktop实现DRBD环境介绍 MacOS Sierra 10.12.2 Paralles Desktop 10.1.1 CentOS-6.6-x86_64 操作步骤 配置服务器 安装好两台服务器后,修改/etc/sysconfig/network中的HOSTNANME分别为node1和node2; 修改两台服务器的/etc/hosts文件,将两台服务器的I原创 2017-01-06 12:31:20 · 1019 阅读 · 0 评论