{"id":237,"date":"2010-09-30T11:56:48","date_gmt":"2010-09-30T11:56:48","guid":{"rendered":"http:\/\/enjoyasp.net\/?p=237"},"modified":"2010-09-30T11:56:48","modified_gmt":"2010-09-30T11:56:48","slug":"%e6%96%87%e4%bb%b6%e8%af%bb%e5%86%99-%e6%97%a5%e5%bf%97","status":"publish","type":"post","link":"https:\/\/enjoyasp.net\/index.php\/2010\/09\/30\/%e6%96%87%e4%bb%b6%e8%af%bb%e5%86%99-%e6%97%a5%e5%bf%97\/","title":{"rendered":"\u6587\u4ef6\u8bfb\u5199&#8211;\u65e5\u5fd7"},"content":{"rendered":"<pre lang=\"csharp\">\r\n public static void WriteLog(string context)\r\n        {\r\n            using (StreamWriter w = File.AppendText(\"c:\\\\temp.txt\"))\r\n            {\r\n                Log(context, w);\r\n                w.Close();\r\n            }\r\n\r\n\r\n        }\r\n\r\n        public static void Log(String logMessage, TextWriter w)\r\n        {\r\n            w.Write(\"\\r\\nLog Entry : \");\r\n            w.WriteLine(\"{0} {1}\", DateTime.Now.ToLongTimeString(),\r\n                DateTime.Now.ToLongDateString());\r\n            w.WriteLine(\"  :\");\r\n            w.WriteLine(\"  :{0}\", logMessage);\r\n            w.WriteLine(\"-------------------------------\");\r\n            \/\/ Update the underlying file.\r\n            w.Flush();\r\n        }\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>public static void WriteLog(string context) { using (St [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-237","post","type-post","status-publish","format-standard","hentry","category-csharp"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/237","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/comments?post=237"}],"version-history":[{"count":0,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/posts\/237\/revisions"}],"wp:attachment":[{"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/media?parent=237"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/categories?post=237"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/enjoyasp.net\/index.php\/wp-json\/wp\/v2\/tags?post=237"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}