asp.net ÖлñÈ¡ÖÐÎÄÊ××ÖĸµÄ´úÂë Çײâ
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
using System.Text.RegularExpressions;
using System.Text;
public partial class baikeWeb_test : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)
{
}
}
static public string GetChineseSpell(string strText)
{
int len = strText.Length;
string myStr = "";
for (int i = 0; i < len; i++)
{
myStr += getSpell(strText.Substring(i, 1).ToUpper());
}
//¿ÉÒÔ·µ»ØËùÓеÄÖÐÎÄ×Ö·ûµÄÊ××Öĸ
//return myStr;
return getSpell(strText.Substring(0, 1)).ToUpper();
}
static public string getSpell(string cnChar)
{
byte[] arrCN = Encoding.Default.GetBytes(cnChar);
if (arrCN.Length > 1)
{
int area = (short)arrCN[0];
int pos = (short)arrCN[1];
&nbs
Ïà¹ØÎĵµ£º
FileUp.aspx Ò³Ãæ
1<%@ Page language="c#" Codebehind="FileUp.aspx.cs" AutoEventWireup="false" Inherits="TestCenter.FileUp" %>
2<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
3<HTML>
4 <HEAD>
5 &l ......
ÔÚAsp.NetÖÐдÁËÒ»¸ö¸½¼þÉÏ´«ºÍÏÂÔØµÄ³ÌÐò£¬¸½¼þÉÏ´«µ½Êý¾Ý¿âÖУ¬È»ºó½«¸½¼þµÄGUID±£´æÆðÀ´£¬ÎÒÃÇ¿ÉÒÔ¸ù¾ÝGUIDÀ´ÕÒµ½Êý¾Ý¿âÖеĸ½¼þ£¬Ò»°ã¸½¼þÏÂÔØµÄ´úÂëÊÇ£º
private void Download(string ID)
{
file = logic.GetA ......
Bitmap srcImg = new Bitmap(300, 300); //Ò²¿ÉÒÔ¶ÁÈëÒ»ÕÅͼƬ
Graphics graphics = Graphics.fromImage(srcImg);
Font font = new Font("ËÎÌå", 16); //×ÖÌåÓë´óС
Brush brush = new SolidBrush(Color.Red);
graphics.DrawString("www.cftea.com", font, brush, 50, 50); //д×Ö£¬×îºóÁ½¸ö²ÎÊý±íʾλÖÃ
Pen pen = ne ......
ÎÞˢУºÒ²¾ÍÊÇÒ»°ãÍøÕ¾¶¼Óеē¿´²»Ç壬µã»÷¸ü»»”¡¢“¸ü»»ÑéÖ¤Â딵ÄÄÇÖÖ¹¦ÄÜ£¬Ò»¶Îjs½Å±¾¸ã¶¨£¡
²¨ÐÎŤÇú£ºÀàËÆgoogleÑéÖ¤Â룬Õâ¸öÄܸüÓÐЧµÄ·ÀÖ¹ÑéÖ¤Âë±»»úÆ÷È˹¥ÆÆ£¬¾ßÌåµÄŤÇú³Ì¶È¿ÉÒÔ×ÔÐÐÉèÖã¨ÕýÏÒÇúÏßWaveŤÇúͼƬ²úÉú²¨ÐÎÂ˾µÐ§¹û£©£¬¼Ó¼Ó²ÎÊýÒ²¿ÉÒԸijÉmsnµÄÄÇÖÖ°¡£¬×Ô¼º¾ÙÒ»· ......
from:http://www.pccode.net/info/2010/02/24/20100224-1732.html
±¾ÎÄÎÒÃǽ«ÌÖÂÛµÄÊÇASP.NETÒ³Ãæ¼äÊý¾Ý´«µÝµÄ¼¸ÖÖ·½·¨£¬¶Ô´ËÏ£ÍûÄܰïÖú´ó¼ÒÕýÈ·µÄÀí½âASP.NETÒ³Ãæ¼äÊý¾Ý´«µÝµÄÓô¦ÒÔ¼°±ãÀûÐÔ¡£
0¡¢ÒýÑÔ
WebÒ³ÃæÊÇÎÞ״̬µÄ£¬
·þÎñÆ÷¶Ôÿһ´ÎÇëÇó¶¼ÈÏΪÀ´×Ô²»Í¬Óû§£¬Òò´Ë£¬±äÁ¿µÄ״̬ÔÚÁ¬Ðø¶ÔÍ¬Ò»Ò³ÃæµÄ¶à´ÎÇëÇóÖ®¼ä»òÔ ......