上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页
摘要: 我为什么要自己编译openjdk8以及那些坑 这是笔者第二次编译openjdk, 第一次编译的是openjdk7,那么好多人会好奇,为什么要自己编译openjdk呢,官方不是已经发布了安装包了么? 要回答这个问题就要明白c\c++是什么?Java又是什么? 记得有位业内同行说过,C++和Java之间 阅读全文
posted @ 2016-10-02 21:55 SolidMango 阅读(16044) 评论(7) 推荐(3)
摘要: 支撑Java NIO 与 NodeJS的底层技术 众所周知在近几个版本的Java中增加了一些对Java NIO、NIO2的支持,与此同时NodeJS技术栈中最为人称道的优势之一就是其高性能IO,那么我们今天要讨论的话题就是支撑这些技术的底层技术。 开始之前先要提出的一个问题是: 为什么NodeJS和 阅读全文
posted @ 2016-09-15 16:03 SolidMango 阅读(7249) 评论(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 阅读(364) 评论(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 阅读(218) 评论(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 阅读(512) 评论(0) 推荐(0)
摘要: C++程序员如何转Java 忙里偷闲,到了这个时间终于得空写一篇早想写的文章。其实本文的标题有些不太准确,C++程序员写Java代码不是说就非得转行写Java,抛弃C++,而只是多了一个选择而已。两种语言各有优势,这里我们且不谈语言之争,就假设有朋友需要这样一种角色转变,写了多年的C++,一时间突然 阅读全文
posted @ 2016-08-28 23:04 SolidMango 阅读(13082) 评论(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 阅读(368) 评论(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 阅读(277) 评论(0) 推荐(0)
摘要: VS Code - Debugger for Chrome调试JavaScript的两种方式 最近由于出差的缘故,博客写的不是很多,一直想写一篇VS Code - Debugger for Chrome相关的文章,没想到一直拖到了今天。VS Code 开源以后确实在社区得到了很多人的支持,当中很多优 阅读全文
posted @ 2016-07-18 15:17 SolidMango 阅读(54483) 评论(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 阅读(628) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页