原创 java調用python(jython)的報錯

下載和安裝可以參考下面兩個網址的 網址1:http://jingyan.baidu.com/article/380abd0a76fe071d90192c24.html  網址2:http://www.cnblogs.com/sesamfo

原创 hadoop2.7.1對應的hadoop.dll,winutils.exe等。親測,可用!

hadoop2.7.1對應的hadoop.dll,winutils.exe等。親測,可用! 下載地址:http://download.csdn.net/detail/n1007530194/9221605 針對問題: hadoop2.7.

原创 Tensorflow 2 Feature Columns and Keras

Tensorflow 2 Feature Columns and Keras tensorflow 2.0 was just recently introduced and one of the most anticipated feat

原创 htmlunit教程 動態鏈接的獲取

<pre class="prettyprint cs" style="margin-top: 0px; margin-bottom: 1.5em; padding: 0.3em; font-family: Monaco, Menlo, C

原创 MapReduce之輸入輸出類型

轉載:http://blog.csdn.net/lucktroy/article/details/7957120  話說用hadoop MapReduce編程有一陣子了,但是關於Mapper, Combiner, Reducer的輸入

原创 poi的各個版本

目前POI的最新發布版本是3.10_FINAL.該版本保護的jar包有: Maven artifactId Prerequisites JAR poi commons-logging, commons-codec, log

原创 287. 發現重複的數量(Find the Duplicate Number)

1 題目 Given an array nums containing n + 1 integers where each integer is between 1 and n (inclusive), prove that at

原创 15. 3Sum

1 題目 iven an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplet

原创 107. Binary Tree Level Order Traversal II

1 題目 Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, l

原创 1. 兩數字求和 (Two Sum)

1 題目 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You

原创 21. Merge Two Sorted Lists

1 題目 Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the no

原创 常用的32個算法

奧地利符號計算研究所(Research Institute for Symbolic Computation,簡稱RISC)的Christoph K

原创 myeclipse工程裏可以運行,但cmd 運行jar包報錯

因項目需求,需要把工程打成jar包,但是出現了在MyEclipse工程裏運行沒問題,通過cmd調用運行就出問題的現象,報錯是報空指針,調用jar包不在的問題。網上查閱了好多資料,在下面兩個網頁中找到了原因。 問題1:文件流,亂碼問題 有一

原创 List、String、Map相互轉換

0 參數  <span style="white-space:pre"> </span>private static final String SEP1 = " "; private static final String SEP2

原创 html通過JavaScript調用java代碼

使用DWR實現JS調用服務端Java代碼 1 DWR簡介 DWR全稱Direct Web Remoting,是一款非常優秀的遠程過程調用(Remote Procedure Call)框架,通過瀏覽器提供的Ajax引擎實現在前端頁面的J