上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页
摘要: 支撑Java NIO 与 NodeJS的底层技术 众所周知在近几个版本的Java中增加了一些对Java NIO、NIO2的支持,与此同时NodeJS技术栈中最为人称道的优势之一就是其高性能IO,那么我们今天要讨论的话题就是支撑这些技术的底层技术。 开始之前先要提出的一个问题是: 为什么NodeJS和 阅读全文
posted @ 2016-09-15 16:03 SolidMango 阅读(7196) 评论(8) 推荐(9) 编辑
摘要: Java I/O and NIO.2 Five ways to maximize Java NIO and NIO.2 Build more responsive Java applications with the New Input/Output APIs Java NIO -- the New 阅读全文
posted @ 2016-09-13 20:57 SolidMango 阅读(348) 评论(0) 推荐(1) 编辑
摘要: When the servletcontainer (like Apache Tomcat) starts up, it will deploy and load all webapplications. When a webapplication get loaded, the servletco 阅读全文
posted @ 2016-08-30 21:27 SolidMango 阅读(209) 评论(0) 推荐(0) 编辑
摘要: If you write Web applications in Java, the servlet is your best friend. Whether you write Java ServerPages (JSP) or plain servlets, you are both at th 阅读全文
posted @ 2016-08-30 21:24 SolidMango 阅读(478) 评论(0) 推荐(0) 编辑
摘要: C++程序员如何转Java 忙里偷闲,到了这个时间终于得空写一篇早想写的文章。其实本文的标题有些不太准确,C++程序员写Java代码不是说就非得转行写Java,抛弃C++,而只是多了一个选择而已。两种语言各有优势,这里我们且不谈语言之争,就假设有朋友需要这样一种角色转变,写了多年的C++,一时间突然 阅读全文
posted @ 2016-08-28 23:04 SolidMango 阅读(12870) 评论(2) 推荐(2) 编辑
摘要: Part I:equals() (javadoc) must define an equivalence relation (it must be reflexive, symmetric, and transitive). In addition, it must be consistent (i 阅读全文
posted @ 2016-08-23 22:37 SolidMango 阅读(360) 评论(0) 推荐(0) 编辑
摘要: The singleton pattern restricts the instantiation of a class to one object. In Java, to enforce this, the best approach is to use an enum. This great 阅读全文
posted @ 2016-08-17 16:21 SolidMango 阅读(263) 评论(0) 推荐(0) 编辑
摘要: VS Code - Debugger for Chrome调试JavaScript的两种方式 最近由于出差的缘故,博客写的不是很多,一直想写一篇VS Code - Debugger for Chrome相关的文章,没想到一直拖到了今天。VS Code 开源以后确实在社区得到了很多人的支持,当中很多优 阅读全文
posted @ 2016-07-18 15:17 SolidMango 阅读(54367) 评论(9) 推荐(7) 编辑
摘要: NPTL vs PThread POSIX threads (pthread) is not an implementation, it is a API specification (a standard, on paper, in english) of several functions wh 阅读全文
posted @ 2016-06-10 13:42 SolidMango 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 使用node-inspector调试NodeJS代码 任何一门完备的语言技术栈都少不了健壮的调试工具,对于NodeJS平台同样如此,笔者研究了几种调试NodeJS代码的方式,通过对比,还是觉得node-inspector的调试方式比较方便,而且和前端JavaScript代码的调试具有一致的体验,不仅 阅读全文
posted @ 2016-04-17 20:55 SolidMango 阅读(9387) 评论(1) 推荐(2) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页