上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 109 下一页
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Diagnostics; using System.Runtime.InteropServices; namespace VirtualKeyboardDemo{ /// <summary> /// Geovin Du 涂聚文 /// http: 阅读全文
posted @ 2011-04-27 18:17 ®Geovin Du Dream Park™ 阅读(8990) 评论(1) 推荐(1) 编辑
摘要: 1usingSystem;2usingSystem.IO;3usingSystem.Globalization;4usingSystem.Text;5usingSystem.Data;6usingSystem.Xml;789publicclassBinStream10{11publicBinStream()12{13Writer();14Reader();15//ReaderWriteFile();16}17publicstaticvoidMain()18{19BinStreambs=newBinStream();20Console.ReadLine();21222324}252627priv 阅读全文
posted @ 2011-04-27 16:45 ®Geovin Du Dream Park™ 阅读(512) 评论(0) 推荐(0) 编辑
摘要: 1 //Windows XP 简体中文测试的结果,涂聚文注. 2 3 using System.Runtime.InteropServices;//第一种API方式 4 5 6 //API方式: 7 [DllImport("kernel32.dll", EntryPoint = "GetSystem 阅读全文
posted @ 2011-04-21 13:54 ®Geovin Du Dream Park™ 阅读(1219) 评论(0) 推荐(0) 编辑
摘要: 1<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">2<htmlxmlns="http://www.w3.org/1999/xhtml">34<head>5<metacontent="text/html;charset=utf-8"http-equiv="Content-Type" 阅读全文
posted @ 2011-04-19 09:28 ®Geovin Du Dream Park™ 阅读(924) 评论(0) 推荐(0) 编辑
摘要: 1<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">2<htmlxmlns="http://www.w3.org/1999/xhtml">34<head>5<metacontent="text/html;charset=utf-8"http-equiv="Content-Type" 阅读全文
posted @ 2011-04-15 17:36 ®Geovin Du Dream Park™ 阅读(850) 评论(0) 推荐(0) 编辑
摘要: 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™ 阅读(552) 评论(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™ 阅读(466) 评论(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™ 阅读(929) 评论(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™ 阅读(621) 评论(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™ 阅读(732) 评论(0) 推荐(0) 编辑
上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 109 下一页