原创 RESTClient

RESTClient is a Java application to test RESTful webservices. It can be used to test variety of HTTP communications. Th

原创 WebRequest 和 HttpWebRequest 區別

2009-10-26 11:54 by 彭白洋, 1696 閱讀, 0評論, 收藏, 編輯 首先介紹一下HTTP協議,HTTP亦即Hpyer Text Transfer Protocal的縮寫,它是現代互聯網上最重要的一種網絡協議,

原创 Eclipse插件的安裝方法

http://www.blogjava.net/javajoyo/archive/2008/10/20/235495.html   Eclipse插件的安裝方法 1、在eclipse的主目錄(ECLIPSE_HOME,比如在我的機器上安裝

原创 Excel MID函數截取文字

=MID($A$1,(ROW()-1)*10+1,10) 點贊

原创 Filestream讀寫文件

  Filestream讀寫文件 把1.pdf讀到2.pdf using System; using System.Collections.Generic; using System.Linq; using System.Text; us

原创 REST接口POST方法發送文件到服務器(C#)

using System; using System.IO; using System.Net; using System.Text; namespace xxxx { public class WebRequestPostEx

原创 如何:使用後臺輔助線程

http://msdn.microsoft.com/zh-cn/library/cc221403(v=vs.95).aspx     如何:使用後臺輔助線程 Silverlight             1(共 1)對本文的評價

原创 用棧模擬瀏覽器c++

#pragma warning (disable: 4786) #include <iostream> #include <stack> #include <string> using namespace std; //要注意當前訪問

原创 C#解析XML文件

內容提要 1.解析Xml文件有哪些方法?各有什麼優缺點? 2.如何用XPath解析xml文檔的要點。 先來看看解析xml文件的方法都有哪些吧,本段文字來自網絡,可以幫助大家對這個問題有個概要的瞭解。 在程序中訪問並操作XML文件一

原创 解決本地文本文件上傳到服務器亂碼問題(C#),ANSI轉UTF-8編碼

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace testC

原创 對九個超級程序員的採訪

http://coolshell.cn/articles/8275.html 原文:《Q&A With Nine Great Programmers》時間有限,我只能粗譯,難免錯誤。 這篇訪談源自2006年,最先發布在波蘭程序員 Jaro

原创 http://www.jmedved.com/2011/12/downloading-file-with-progress/

http://www.jmedved.com/2011/12/downloading-file-with-progress/

原创 openstack生態組成和商業運營的挑戰

openstack 2012 apac 8.10-8.11 @beijing IT業界有一個規律,基本上,只要有成功的商業應用出現,一定會出現一個對應的開源產品與之 爭風吃醋搶天下。 比如,windows vs linux,ios

原创 文件大小

public static string humanReadableByteCount(long bytes) { int unit = 1024; if (bytes < unit) re

原创 OAuth for Beginners

http://blog.bittercoder.com/?p=83488336   OAuth for Beginners Posted June 10, 2008 by admin & filed under OAuth. O