2010年5月13日
摘要: 编译VC++程序的时候出现如下提示警告:warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss因为只是一个warning,不影响正常编译,所以... 阅读全文
posted @ 2010-05-13 22:28 carekee 阅读(1524) 评论(0) 推荐(0)
摘要: Response.ClearContent(); Response.AddHeader("content-disposition", "attachment; filename=Station.xls"); Response.ContentType = "application/excel"; StringWriter sw = new StringWriter(); HtmlTextWriter... 阅读全文
posted @ 2010-05-13 13:43 carekee 阅读(342) 评论(0) 推荐(0)