原创 Inheritance vs. Composition in Java

Inheritance vs. Composition in Java

原创 HashSet vs. TreeSet vs. LinkedHashSet

HashSet vs. TreeSet vs. LinkedHashSet

原创 Identifying Sensors and Sensor Capabilities

Identifying Sensors and Sensor Capabilities識別傳感器及其功能The Android sensor framework provides several methods that make it e

原创 十道海量數據處理面試題與十個方法大總結

海量數據處理:十道面試題與十個海量數據處理方法總結

原创 Andrdoid Sensors Overview (探測器概述)三

Sensor Framework 探測器框架You can access these sensors and acquire raw sensor data by using the Android sensor framework. Th

原创 Ubuntu 12.04下配置JDK8

第一步:下載jdkhttp://www.oracle.com/technetwork/java/javase/downloads/index.html第二步:解壓安裝進入文件所在目錄 執行 sudo tar zxvf jdk-7-linux

原创 ubuntu   Force Quit 一個爲響應的程序

How to Force Quit Unresponsive Applications and Panels in Ubuntu

原创 win8中關閉休眠功能~

出處:http://www.pcbeta.com/forum.php?mod=viewthread&tid=985597相信大家現在基本都是裝的雙系統或者虛擬安裝的win8本人只給win8了20G空間,所以比較緊張~嘗試用win7的命令關閉

原创 IPC(進程間通信)幾種常用的方法

linux進程間通信(IPC)有幾種方式,下面將將簡單的簡述一下:  一。管道(pipe)  管道是Linux支持的最初IPC方式,管道可分爲無名管道,有名管道等。  (一)無名管道,它具有幾個特點:  1) 管道是半雙工的,只能支持數據的

原创 ArrayList vs. LinkedList vs. Vector

http://www.programcreek.com/2013/03/arraylist-vs-linkedlist-vs-vector/1.List總覽List,顧名思義,是一個有序序列。當我們討論List時,會和Set進行比較,Set

原创 逗號表達式

出處:逗號表達式c語言提供一種特殊的運算符,逗號運算符,優先級別最低,它將兩式聯接起來,如:(3+5,6+8)稱爲逗號表達式,其求解過程先表達式1,後表達式2,整個表達式值是表達式2的值,如:(3+5,6+8)的值是14。(a=3*5,a*

原创 紅黑樹的介紹和實現(一)

紅黑樹的介紹和實現(一)

原创 HashMap實現原理分析

HashMap實現原理分析

原创 Andrdoid Sensors Overview (探測器概述)一

Most Android-powered devices have built-in sensors that measure motion, orientation, and 大部分Android設備有內置的探測器,用於探測運動,方位,及

原创 nodejs windows 環境變量配置

 Windows下的NodeJS安裝是比較方便的(v0.6.0版本之後,支持windows native),只需要登陸官網(http://nodejs.org/),便可以看到首頁的“INSTALL”按鈕,直接點擊就會自動下載安裝。安裝過