关于各种内存的解释,来源于stackoverflow
Wired?:?This?refers?to?kernel?code?and?such.?Memory?that?should?not
??ever?be?moved?out?of?the?RAM.?Also?know?as?resident?memory.
S...
分类:
其他好文 时间:
2015-08-30 23:39:46
阅读次数:
670
接口分析:
请求方式 : GET
请求url : http://open.weixin.qq.com/qr/code/
请求参数:username = {微信号(如下图所示)}
用例:
显示结果:...
分类:
微信 时间:
2015-08-30 23:11:53
阅读次数:
249
1、错误描述exception is org.hibernate.exception.DataException: error executing work
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMet...
分类:
Web程序 时间:
2015-08-30 23:09:03
阅读次数:
246
一旦 shard coordinator(相当于分布式系统的 zookeeper) 启动,它就会启动一个定时器,每隔一定的时间尝试平衡一下集群中各个节点的负载,平衡的办法是把那些负载较重的 actor 移动到负载较轻的节点上。在这一点上,我以前的理解有误,我以为 shardRegion 是移动的最小...
分类:
其他好文 时间:
2015-08-30 22:54:03
阅读次数:
473
HTML code: 姓名: email: 电话号码: 备注: 检索: ...
分类:
数据库 时间:
2015-08-30 21:08:16
阅读次数:
170
要了解HashMap的实现原理,首先得知道散列表(哈希表).一、散列表 散列表是一种可以快速地查找所需要的对象的数据结构,散列表为每个对象计算一个整数,称为散列码(hash code),散列码是由对象的实例域产生的一个整数。具有不同的数据域对象将产生不同的散列码,java中的散列码是通过has...
分类:
其他好文 时间:
2015-08-30 19:20:29
阅读次数:
338
SQL> startup nomount;
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []产生这个问题的根本原因是服务器hostname没有正确配置,通过hostname命令得到的主机名无法ping通,Oracle10g认为主机无法达到所以启动数据库报错。解决方法:...
分类:
其他好文 时间:
2015-08-30 17:35:36
阅读次数:
158
Your code will work fine: the weak reference will not cause a retain cycle as you explicitly instruct ARC not to increase the retainCount of your weak...
分类:
其他好文 时间:
2015-08-30 17:11:47
阅读次数:
185
1.首先建立测试表,并插入测试数据:create table myPartition(id number,code varchar2(5),identifier varchar2(20));
insert into myPartition values(1,'01','01-01-0001-000001');
insert into myPartition values(2,'02','02-01-...
分类:
数据库 时间:
2015-08-30 15:52:48
阅读次数:
219
专业的 Markdown 写作支持极简 UI、Dark Mode、漂亮的 Markdown 语法高亮、列表缩进优化,提供 5 种主题选择。除了支持基本的 Markdown 语法外,还支持大量 Markdown 扩展语法:Table、TOC、MathJax、Fenced code block、任务列表...
分类:
Web程序 时间:
2015-08-30 14:12:16
阅读次数:
205