摘要: test test 阅读全文
posted @ 2017-04-05 11:19 包拯 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 原文 http://www.cnblogs.com/prayers/p/5515245.html 一、运行时数据区域 3 1.1 程序计数器 3 1.2 Java虚拟机栈 3 1.3 本地方法栈 3 1.4 Java堆 3 1.5 方法区 3 1.6 运行时常量池 4 二、 hotspot虚拟机对象 阅读全文
posted @ 2016-05-21 19:03 包拯 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-10-06 23:19 包拯 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 文本位置跳转快捷键:跳转到一行的开头:Command+左箭头跳转到一行的末尾:Command+右箭头跳转到当前单词的开头(适合英文、拼音):Option+左箭头跳转到当前单词的末尾(适合英文、拼音):Option+右箭头跳转到全部文本的开头:Command+上箭头跳转到全部文本的末尾:Command... 阅读全文
posted @ 2015-06-09 17:25 包拯 阅读(185) 评论(0) 推荐(0) 编辑
摘要: $ sudo npm install forever -g #install$ forever start app.js #$ forever stop app.js #$ forever start -l forever.log -o out.log -e... 阅读全文
posted @ 2015-05-06 01:55 包拯 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 1: maven -->update project2. maybe modify .classpath 阅读全文
posted @ 2015-05-05 15:43 包拯 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 什么叫序偶"序偶" 英文对照ordered pair; ordered couples;"序偶" 在工具书中的解释由某个集合中元素x与y,以确定的顺序所组成的一对:第一个是x,第二个是y,称为序偶,记为(x,y)。由有顺序的两个数所组成的一对,称为数偶,它是序偶的特例。平面上点的坐标,就是实数集的一... 阅读全文
posted @ 2015-05-01 07:43 包拯 阅读(4533) 评论(0) 推荐(0) 编辑
摘要: Linux 使用相关sodu su -ps -ef|greprsync 远程同步 remote 阅读全文
posted @ 2015-02-05 20:45 包拯 阅读(185) 评论(0) 推荐(0) 编辑
摘要: Maven使用相关记录Error:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories. C... 阅读全文
posted @ 2015-02-05 20:44 包拯 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 名称说明Abs(Decimal)返回Decimal数字的绝对值。Abs(Double)返回双精度浮点数字的绝对值。Abs(Int16)返回 16 位有符号整数的绝对值。Abs(Int32)返回 32 位有符号整数的绝对值。Abs(Int64)返回 64 位有符号整数的绝对值。Abs(SByte)返回... 阅读全文
posted @ 2014-08-26 20:20 包拯 阅读(585) 评论(0) 推荐(0) 编辑