上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 118 下一页
摘要: 1protectedvoidPage_Load(objectsender,EventArgse)2{3//Pagetitle4.4Page.Title="Thisisatitleandmetatestpage.";5//Encode/Contenttype7.6HtmlMetaencode=newHtmlMeta();7encode.HttpEquiv="Content-Type";8encode.Content="text/html;charset=utf-8";9Page.Header.Controls.Add(encode);1 阅读全文
posted @ 2011-03-31 20:26 ®Geovin Du Dream Park™ 阅读(563) 评论(0) 推荐(1)
摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Web.UI.HtmlControls;using System.Data.OleDb;namespace sitemapdemo{ / 阅读全文
posted @ 2011-03-25 12:43 ®Geovin Du Dream Park™ 阅读(476) 评论(0) 推荐(0)
摘要: 1usingSystem;2usingSystem.Data;3usingSystem.Configuration;4usingSystem.Collections;5usingSystem.Web;6usingSystem.Web.Security;7usingSystem.Web.UI;8usingSystem.Web.UI.WebControls;9usingSystem.Web.UI.WebControls.WebParts;10usingSystem.Web.UI.HtmlControls;1112namespacesitemapdemo13{14///<summary> 阅读全文
posted @ 2011-03-23 09:34 ®Geovin Du Dream Park™ 阅读(935) 评论(0) 推荐(0)
摘要: 1///<summary>2///ADOXobjects3///创建Access数据4///涂聚文5///</summary>6privatevoidcreateAccessTest()7{8stringdbName=Server.MapPath("~")+"\\"+Guid.NewGuid().ToString()+".mdb";//"D:DataBaseFirstCatalog.mdb";9ADOX.CatalogClasscatlog=newADOX.CatalogClass();10 阅读全文
posted @ 2011-03-19 18:17 ®Geovin Du Dream Park™ 阅读(628) 评论(0) 推荐(0)
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1///<summary>2///Msn天气预报3///涂聚文2011-02-16因为被扒手把移动硬盘扒了.重新写.几年的代码因为没有备份,全泡了.重新开始.4///</summary>5publicclassMsnWeatherAPI6{7///<summary>8///Msn天气预报9///</summary>10///<param 阅读全文
posted @ 2011-02-16 19:34 ®Geovin Du Dream Park™ 阅读(736) 评论(0) 推荐(0)
摘要: from: http://social.msdn.microsoft.com/Forums/zh-TW/236/thread/78f5f655-f378-4662-b73d-b6371d03f20c 1.在网站內新增一个项目叫做 浏览器文件", 它自动会产生一个App_Browsers的目录, 包含一个叫BrowserFile.browser的文件.2.在App_Browsers的目录下再新增一个 "浏览器文件"项目,取名为Others.browser.文件代码为:代码Code highlighting produced by Actipro CodeHighlighter (freeware 阅读全文
posted @ 2011-01-18 14:56 ®Geovin Du Dream Park™ 阅读(908) 评论(0) 推荐(0)
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1usingSystem;2usingSystem.Data;3usingSystem.Configuration;4usingSystem.Collections;5usingSystem.Web;6usingSystem.Web.Security;7usingSystem.Web.UI;8usingSystem.Web.UI.WebControls;9usingSystem.Web.UI.W 阅读全文
posted @ 2011-01-15 18:52 ®Geovin Du Dream Park™ 阅读(505) 评论(0) 推荐(0)
摘要: FROM: http://sourceforge.net/projects/metadataspr/ http://www.drewnoakes.com/code/exif/http://www.holmessoft.co.uk/homepage/Software/ExifUsage.htmhttp://www.exif.org/samples.htmlWrite EXIF metadata to a jpeg file http://www.dreamincode.net/code/snippet3144.htm代码Code highlighting produced by Actipro 阅读全文
posted @ 2011-01-15 16:41 ®Geovin Du Dream Park™ 阅读(1207) 评论(0) 推荐(0)
摘要: FROM: http://nicolasgallagher.com/pure-css-folded-corner-effect/代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"2htmlxmlns="http://w 阅读全文
posted @ 2010-12-18 12:35 ®Geovin Du Dream Park™ 阅读(409) 评论(0) 推荐(0)
摘要: FROM: http://nicolasgallagher.com/ 還有其他更好的CSS特效代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"2htmlxmlns="http://www.w3.org/1999/xh 阅读全文
posted @ 2010-12-18 12:22 ®Geovin Du Dream Park™ 阅读(680) 评论(0) 推荐(0)
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 118 下一页