- Nov 29 Thu 2012 17:37
[C#] HTML Agility Pack 相關
- Nov 19 Mon 2012 18:40
[C#] Convert Json to C# DataStruct by JSON.NET library
JSON.NET Sample
JSON deserialization with JSON.net
To help user to auto-convert json to c# data structure.
json2csharp
download json.net lib and document.
json.net library
- Nov 16 Fri 2012 15:12
[NoSQL] 安裝時卡點的問題。
#RedHat 6.0 版本沒有 apt 指令,加上JDK version安裝一直都不順利,試著要避免用這個版本的OS。
#SSH一直都處理的很不好,要找方法讓 Master 可以無須密碼直接進入 Slave。
- Nov 16 Fri 2012 15:01
[NoSQL] Hadoop on Ubuntu
<hadoop v1.1.0 document>
http://hadoop.apache.org/docs/r1.1.0/index.html
<Install Orade Java on Ubuntu>
http://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux
<Install Hadoop Cluster system>
- Oct 11 Thu 2012 18:05
C# 與 ReportingService2005 互動的方法
Step1:開啟一個專案(EX: console application)
Step2:如下圖操作(點選 Reference),選取 Add Web Service,會跳出一個視窗。該視窗是WCF設定視窗,不過我們需要用的是舊型的Web Service,所以點選左下角的按鈕(Advance)。
Step3: 繼續往舊版的Web Service設定前進(點選下方的按鈕)