閱讀時間 : 2015/4/17 - 2015/4/19
等待著?或著不等待著?
沒有希望就沒有絕望!
即使遍體鱗傷

波利 發表在 痞客邦 留言(0) 人氣()

閱讀時間 : 2015/4/14 - 2015/4/15
愛情是一種命運是一種聯繫
愛上別人前要先學會愛自己
Mystery Grand Case

波利 發表在 痞客邦 留言(0) 人氣()

using System.Xml;
XmlDocument myXml = new XmlDocument();
myXml.AppendChild(myXml.CreateXmlDeclaration("1.0", "UTF-8",""));
XmlElement RootElement = myXml.CreateElement("Doc");
myXml.AppendChild(RootElement);

波利 發表在 痞客邦 留言(0) 人氣()

using System.Net;
using System.Text;
using System.Xml;
//設定要傳送內網API的URL及傳送的資料並取得回傳值
string htmlString = "TestData=123456";

波利 發表在 痞客邦 留言(0) 人氣()

/// <summary>
/// 產生文字檔LOG
/// </summary>
/// <param name="message"></param>
public static void WriteLog(string message)
{
    string LogPath = System.Configuration.ConfigurationSettings.AppSettings["LogPath"].ToString();
    string LogName = System.Configuration.ConfigurationSettings.AppSettings["LogName"].ToString();
    string LogType = System.Configuration.ConfigurationSettings.AppSettings["LogType"].ToString();

波利 發表在 痞客邦 留言(0) 人氣()

1
Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。