原创 關於 jquery ajax 上傳數組類型數據

直接上代碼 var vehicleIdArray = new Array(); if(undefined != nodes){ $(nodes).each(function (ind,val){ vehicleId

原创 RedHat 5.5使用Centos的網絡yum源

搭建使用本地yum源是可以的,但是有時候某些軟件包是找不到的,可以從網上下載,但是感覺不方便,所以嘗試搭建redhat 使用centos的網絡yum源。 [root@localhost ~]# lsb_release -a LSB V

原创 YCSB 安裝 hadoop 2.2.0 + hbase 0.96

YCSB 對 hadoop2.2 與 hbase 0.96 沒有一個好的安裝教程,多多少少都會有些問題,所以寫下這篇文章,希望可以幫上正在安裝的你。 用 git 下載 YCSB 到本機系統,若操作系統沒有裝 git ,可直接安裝 ubun

原创 jQuery 跨域訪問

jquery ajax 跨域訪問方法: $.ajax({ url:'http://192.168.0.22/remoteServer/instance/{instid}/execSQL',