会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
404
博客园
首页
新随笔
联系
订阅
管理
2017年4月
test
摘要: test test
阅读全文
posted @ 2017-04-05 11:19 包拯
阅读(189)
评论(0)
推荐(0)
2016年5月
[转]深入理解java虚拟机 精华总结(面试)
摘要: 原文 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 包拯
阅读(559)
评论(0)
推荐(0)
2015年10月
微软发布会。。。
摘要:
阅读全文
posted @ 2015-10-06 23:19 包拯
阅读(260)
评论(0)
推荐(0)
2015年6月
OS X快捷键
摘要: 文本位置跳转快捷键:跳转到一行的开头:Command+左箭头跳转到一行的末尾:Command+右箭头跳转到当前单词的开头(适合英文、拼音):Option+左箭头跳转到当前单词的末尾(适合英文、拼音):Option+右箭头跳转到全部文本的开头:Command+上箭头跳转到全部文本的末尾:Command...
阅读全文
posted @ 2015-06-09 17:25 包拯
阅读(212)
评论(0)
推荐(0)
2015年5月
nodejs forever
摘要: $ 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 包拯
阅读(226)
评论(0)
推荐(0)
Eclipse jee src path package
摘要: 1: maven -->update project2. maybe modify .classpath
阅读全文
posted @ 2015-05-05 15:43 包拯
阅读(275)
评论(0)
推荐(0)
序偶
摘要: 什么叫序偶"序偶" 英文对照ordered pair; ordered couples;"序偶" 在工具书中的解释由某个集合中元素x与y,以确定的顺序所组成的一对:第一个是x,第二个是y,称为序偶,记为(x,y)。由有顺序的两个数所组成的一对,称为数偶,它是序偶的特例。平面上点的坐标,就是实数集的一...
阅读全文
posted @ 2015-05-01 07:43 包拯
阅读(4763)
评论(0)
推荐(0)
2015年2月
Linux相关
摘要: Linux 使用相关sodu su -ps -ef|greprsync 远程同步 remote
阅读全文
posted @ 2015-02-05 20:45 包拯
阅读(220)
评论(0)
推荐(0)
Maven相关
摘要: 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 包拯
阅读(302)
评论(0)
推荐(0)
2014年8月
System.Math 方法
摘要: 名称说明Abs(Decimal)返回Decimal数字的绝对值。Abs(Double)返回双精度浮点数字的绝对值。Abs(Int16)返回 16 位有符号整数的绝对值。Abs(Int32)返回 32 位有符号整数的绝对值。Abs(Int64)返回 64 位有符号整数的绝对值。Abs(SByte)返回...
阅读全文
posted @ 2014-08-26 20:20 包拯
阅读(624)
评论(0)
推荐(0)
公告