Quantcast
Channel: Java – Intelligence Computing
Browsing latest articles
Browse All 21 View Live

[repost ]看看 JDK 8 给我们带来什么

original:http://www.oschina.net/translate/far-sight-look-at-jdk8 世界的变化虽然缓慢但一直在变。继JDK 7给java一个全新的面貌之后,java社区就一直期盼着java剩余的全部改进空间可以伴随着JDK 8甚至很可能是JDK 9的诞生而消失。JDK 8的目标是填补JDK...

View Article



[repost ]Erlang vs Java memory architecture

original:http://www.javacodegeeks.com/2011/04/erlang-vs-java-memory-architecture.html I read a really, really interesting article on memory management strategies for theErlang VM. It was written as a...

View Article

[repost ]Get the full neo4j power by using the Core Java API for traversing...

original:http://www.rene-pickhardt.de/get-the-full-neo4j-power-by-using-the-core-java-api-for-traversing-your-graph-data-base-instead-of-cypher-query-language/ As I said yesterday I have been busy over...

View Article

[repost ]boilerpipe:Boilerplate Removal and Fulltext Extraction from HTML pages

original:https://code.google.com/p/boilerpipe/ Summary The boilerpipe library provides algorithms to detect and remove the surplus “clutter” (boilerplate, templates) around the main textual content of...

View Article

[repost ]一网打尽13款开源Java大数据工具,从理论到实践的剖析

original:http://www.csdn.net/article/2013-04-28/2815095-big-data-theory-to-implementation Java Code Geeks联合创始人Byron Kiourtzoglou近日发表文章,从理论到实践剖析了大数据的4个V,并于文章最后分享了Java工程师可能会需要的13个主流开源大数据工具。...

View Article


[repost ]Java™ SE 6 Security

original:http://docs.oracle.com/javase/6/docs/technotes/guides/security/ Security Java™ security technology includes a large set of APIs, tools, and implementations of commonly-used security...

View Article

[repost ]Compilation error in Node.getTextContent for jdk 6

original:Compilation error in Node.getTextContent for jdk 6 java Source code not compiling with jdk 6. import org.w3c.dom.Node; Node node = list.item(0); String txtContent = node.getTextContent();...

View Article

[repost ]getTextContent() issue in w3c and apache

original:http://stackoverflow.com/questions/11648023/gettextcontent-issue-in-w3c-and-apache Question: I have used org.w3c.dom.Node.getTextContent() metthod to get the text value, the same is working...

View Article


[repost ]Java应用运维

original:http://blogread.cn/it/article/4918?f=wb 对于互联网产品或长期运行的产品而言,运维工作非常重要,尤其是在产品复杂了以后,在这篇blog中就来说下Java应用的运维工作(ps:虽然看起来各种语言做的系统的运维工作都差不多,但细节上还是会有很多不同,so本文还是只讲Java的)。 苦逼的码农按照需求开发好了一个全新的Java...

View Article


[repost ]Running SICStus from Java

original:http://bulba.sdsu.edu/prolog/relnotes/Running-SICStus-from-Java.html If Java is used as parent application, things are a little more complicated. There are a couple of things that need to be...

View Article

[repost ]Mixing Java and Prolog

original:http://sicstus.sics.se/sicstus/docs/3.7.1/html/sicstus_12.html Jasper is a bi-directional interface between programs written in Java and programs written in Prolog. The Java-side of the...

View Article

[repost ]OWASP关于JAVA的安全问题汇总列表

original:http://automationqa.com/forum.php?mod=viewthread&tid=2843&fromuid=21 OWASP关于JAVA的安全问题汇总列表 https://www.owasp.org/index.php/Category:Java C Capture-replay Comparing classes by name...

View Article

[repost ]深入探索 Java 热部署

original:http://blog.jobbole.com/48582/ 原文出处: 丁志君 在 Java 开发领域,热部署一直是一个难以解决的问题,目前的 Java 虚拟机只能实现方法体的修改热部署,对于整个类的结构修改,仍然需要重启虚拟机,对类重新加载才能完成更新操作。对于某些大型的应用来说,每次的重启都需要花费大量的时间成本。虽然 osgi...

View Article


[repost ]面向 Java 开发人员的 Scala 指南: 集合类型

original:http://www.ibm.com/developerworks/cn/java/j-scala06278.html 简介: 在 Scala 中,对象占有一席之地,然而,也经常使用到一些函数类型,比如元组、数组和列表。在这一期由 Ted Neward 撰写的流行系列文章中,您将探究 Scala 中的函数部分,并且首先研究 Scala 对函数语言中常见类型的支持。...

View Article

[repost ]面向 Java 开发人员的 Scala 指南: 类操作

original:http://www.ibm.com/developerworks/cn/java/j-scala02198.html Ted Neward, 主管, Neward & Associates   简介: Java™ 开发人员可以将对象作为理解 Scala 的出发点。本文是面向 Java 开发人员的 Scala 指南 系列 的第二期,作者 Ted Neward...

View Article


[repost ]Overview of JXTA

original:http://www.developer.com/java/other/article.php/10936_1450221_1 In This Chapter   JXTA Defines JXTAConcepts Peer and Groups Advertisements Pipe Bending Protocols Rendezvous Protocol JXTA...

View Article

[repost ]Bootstrapping a Java Project With Gradle, TestNG, Mockito and...

original:http://www.michael-noll.com/blog/2013/01/25/bootstrapping-a-java-project-with-gradle/ When starting out with a fresh Java project one of the nuisances you have to deal with is setting up your...

View Article


[repost ]Implementing Real-Time Trending Topics With a Distributed Rolling...

original:http://www.michael-noll.com/blog/2013/01/18/implementing-real-time-trending-topics-in-storm/ A common pattern in real-time data workflows is performing rolling counts of incoming data points,...

View Article

[repost ]Qt Jambi – Qt for Java

original:http://qt-jambi.org/ Qt is the de facto standard C++ framework for high performance cross-platform software development. Qt Jambi is the Qt library made available to Java. It is an open source...

View Article

[repost ]Java NIO 和 IO 的区别详解

original:http://www.codeceo.com/article/java-nio-io.html ava NIO为jdk1.4提供了新的API,本文主要来比较一下Java中NIO和IO的区别,Java初学者可以了解一下。 下表总结了Java NIO和IO之间的主要差别,我会更详细地描述表中每部分的差异。 IO NIO 面向流 面向缓冲 阻塞IO 非阻塞IO 无 选择器...

View Article
Browsing latest articles
Browse All 21 View Live




Latest Images