malaikuangren

What is the purpose or drive to build thing like (xxx),How can it achieve the original goal of design?

2017年10月5日

full visualization vs part virtualization

摘要: https://stackoverflow.com/questions/21462581/what-is-the-difference-between-full-para-and-hardware-assisted-virtualiazation 阅读全文

posted @ 2017-10-05 18:22 malaikuangren 阅读(137) 评论(0) 推荐(0) 编辑

2017年10月3日

LXC vs Docker

摘要: https://www.sumologic.com/blog/code/lxc-lxd-explaining-linux-containers/ see also: https://linuxcontainers.org/lxc/introduction/ http://blog.csdn.net/ 阅读全文

posted @ 2017-10-03 13:36 malaikuangren 阅读(242) 评论(0) 推荐(0) 编辑
Virtualization Essentials---Understanding hypervisor

摘要: Original link from : http://searchservervirtualization.techtarget.com/tip/Understanding-hosted-and-bare-metal-virtualization-hypervisor-types A virtua 阅读全文

posted @ 2017-10-03 10:48 malaikuangren 阅读(227) 评论(0) 推荐(0) 编辑

2015年1月10日

What is the ViewPort ? Why we need it .

摘要: See also :http://stackoverflow.com/questions/14775195/is-the-viewport-meta-tag-really-necessaryhttp://zhanchaojiang.iteye.com/blog/1470586 阅读全文

posted @ 2015-01-10 21:07 malaikuangren 阅读(166) 评论(0) 推荐(0) 编辑

2014年6月16日

What is the difference between the ways to implement inheritance in javascript.

摘要: see also :http://www.w3school.com.cn/js/pro_js_inheritance_implementing.asphttp://davidshariff.com/blog/javascript-inheritance-patterns/Object masquer... 阅读全文

posted @ 2014-06-16 15:38 malaikuangren 阅读(212) 评论(0) 推荐(0) 编辑

2014年6月4日

understand dojo/domReady!

摘要: require(["dojo/dom", "dojo/domReady!"], function(dom){ dom.byId("helloworld").innerHTML = "Hello New World!";}); The sharped eyed among you will not... 阅读全文

posted @ 2014-06-04 16:45 malaikuangren 阅读(210) 评论(0) 推荐(0) 编辑

2014年5月27日

Using dijit/Destroyable to build safe Components

摘要: In today's long-lived JavaScript apps it is essential to not introduce memory leaks within your custom components. Dojo Toolkit to the rescue: Thediji... 阅读全文

posted @ 2014-05-27 13:42 malaikuangren 阅读(323) 评论(0) 推荐(0) 编辑

2014年4月8日

Session Tracking Approaches

摘要: cookiesurl rewritinghidden fieldsee also:http://www.informit.com/articles/article.aspx?p=29817&seqNum=10 阅读全文

posted @ 2014-04-08 14:07 malaikuangren 阅读(117) 评论(0) 推荐(0) 编辑

2014年4月3日

difference between forward and sendredirect

摘要: Difference between SendRedirect and forward is one of classical interview questions asked during java web developer interview. This is not just applicable for servlet but also for JSP in which we can use forward action or call sendRedirect() method from scriptlet. Before examining difference on forw 阅读全文

posted @ 2014-04-03 10:32 malaikuangren 阅读(419) 评论(0) 推荐(0) 编辑

2014年3月31日

What is the DD in java web application

摘要: http://docs.oracle.com/cd/E13222_01/wls/docs70/webapp/webappdeployment.html 阅读全文

posted @ 2014-03-31 17:29 malaikuangren 阅读(152) 评论(0) 推荐(0) 编辑