10 2013 档案

摘要:15 14 Private Function GetXML(ByVal name As String) As String Dim path As String Dim xx As String = "" path = Application.StartupPath + "\xbd.xml" '文件的地址,相对位置 Try Dim reader As New Xml.XmlTextReader(path) reader.ReadToFollowin... 阅读全文

posted @ 2013-10-14 13:09 吴翰哲 阅读(252) 评论(0) 推荐(0)

摘要:Namespace Web Public Class CreateTableTools Inherits System.Web.UI.Page '**************************************** '****** 功能名称:打印创建Table功能类 '****** 功能描述:创建打印需要的创建的Table '****** '****** 开发日期:2013年9月25日 13:34:35 '****** 开 发 人:吴翰哲 '****** ... 阅读全文

posted @ 2013-10-10 13:36 吴翰哲 阅读(269) 评论(0) 推荐(0)

导航