上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 106 下一页
摘要: 1 using System; 2 using System.Data; 3 using System.Configuration; 4 using System.Web; 5 using System.Web.Security; 6 using System.Web.UI; 7 using System.Web.UI.WebControls; 8 using System.Web.UI.WebControls.WebParts; 9 using System.Web.UI.HtmlControls; 10 using System.Net; 11 using System.Text; 12. 阅读全文
posted @ 2011-05-09 21:02 ®Geovin Du Dream Park™ 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Drawing; 5 using System.Drawing.Imaging; 6 using System.IO; 7 using System.Net; 8 9 10 namespace COMP11 {12 public class DownloadImage13 {14 private string imageUrl;15 private Bitmap bitmap;16 /// <summary> 阅读全文
posted @ 2011-05-06 12:08 ®Geovin Du Dream Park™ 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 1 //1.涂聚文 2 3 <asp:GridView ID="gvCategories" runat="server" > 4 5 6 <Columns> 7 8 9 <asp:HyperLinkField DataTextField="CategoryName" DataNavigateUrlFields="CategoryID,CategoryName,Description" DataNavigateUrlFormatString="~/Learning.aspx?c 阅读全文
posted @ 2011-05-02 17:37 ®Geovin Du Dream Park™ 阅读(296) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="javascriptdemo.aspx.cs" Inherits="dupcit.javascriptdemo" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd 阅读全文
posted @ 2011-05-01 17:45 ®Geovin Du Dream Park™ 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 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™ 阅读(8959) 评论(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™ 阅读(510) 评论(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™ 阅读(1190) 评论(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™ 阅读(912) 评论(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™ 阅读(848) 评论(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™ 阅读(549) 评论(0) 推荐(1) 编辑
上一页 1 ··· 91 92 93 94 95 96 97 98 99 ··· 106 下一页