上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 119 下一页
摘要: 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™ 阅读(446) 评论(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™ 阅读(307) 评论(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™ 阅读(313) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System. 阅读全文
posted @ 2011-04-27 18:17 ®Geovin Du Dream Park™ 阅读(9053) 评论(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™ 阅读(525) 评论(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™ 阅读(1299) 评论(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™ 阅读(953) 评论(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™ 阅读(858) 评论(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™ 阅读(564) 评论(0) 推荐(1)
摘要: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.U 阅读全文
posted @ 2011-03-25 12:43 ®Geovin Du Dream Park™ 阅读(481) 评论(0) 推荐(0)
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 119 下一页