Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

asp.netÖÐʵÏÖÆ´ÒôÊ××Öĸ²éѯ

ÔÚsqlÀïÃæÐ½¨×Ô¶¨Ò庯Êý£¬´úÂëÈçÏ£º
CREATE function fun_getPY(@str nvarchar(4000))
returns nvarchar(4000)
as
begin
declare @word nchar(1),@PY nvarchar(4000)
set @PY=''
while len(@str)>0
begin
set @word=left(@str,1)
--Èç¹û·Çºº×Ö×Ö·û£¬·µ»ØÔ­×Ö·û
set @PY=@PY+(case when unicode(@word) between 19968 and 19968+20901
then (select top 1 PY from (
select 'A' as PY,N'驁' as word
union all select 'B',N'²¾'
union all select 'C',N'錯'
union all select 'D',N'鵽'
union all select 'E',N'樲'
union all select 'F',N'鰒'
union all select 'G',N'腂'
union all select 'H',N'夻'
union all select 'J',N'攈'
union all select 'K',N'穒'
union all select 'L',N'鱳'
union all select 'M',N'旀'
union all select 'N',N'桛'
union all select 'O',N'漚'
union all select 'P',N'ÆØ'
union all select 'Q',N'囕'
union all select 'R',N'鶸'
union all select 'S',N'蜶'
union all select 'T',N'籜'
union all select 'W',N'鶩'
union all select 'X',N'鑂'
union all select 'Y',N'韻'
union all select 'Z',N'咗'
) T
where word>=@word collate Chinese_PRC_CS_AS_KS_WS
order by PY ASC) else @word end)
set @str=right(@str,len(@str)-1)
end
return @PY
end
ÔÚ³ÌÐòÖÐÖ±½Óµ÷ÓþͿÉÒÔÁË


Ïà¹ØÎĵµ£º

ASP.NETÒ³Ãæ¼äÖµ´«µÝµÄ¼¸ÖÖ·½·¨


ASP.NETÒ³Ãæ¼äÖµ´«µÝµÄ¼¸ÖÖ·½·¨
ÒýÓÃÒ³£ºhttp://developer.51cto.com/art/200909/149626.htm  2009-09-04 11:20  ØýÃû  Öйú½Ì³ÌÔÚÏß 
ÕâÀォ½²ÊöÁËʹÓò»Í¬µÄ·½·¨ÊµÏÖÁËASP.NETÒ³Ãæ¼äÖµ´«µÝµÄ·½·¨£¬ÆäÖеÄÈýÖÖ·½·¨ÊÇ£ºQueryString,SessionºÍServer.Transfer¡£
ASP.NETÒ³Ãæ¼äÖµ´«µÝµÄ·½·¨Ö÷Ò ......

ʵÓÃASP.NETÆß´óÄÚÖöÔÏóÏê½â

Ò»¡¢Response¶ÔÏó
Response¶ÔÏóÊÇHttpResponseÀàµÄÒ»¸öʵÀý¡£¸ÃÀàÖ÷ÒªÊÇ·â×°À´×ÔASP.NET²Ù×÷µÄHTTPÏìÓ¦ÐÅÏ¢¡£
1.Response¶ÔÏóµÄÊôÐÔ
   ¢Ù BufferOutput
   ˵Ã÷£º»ñÈ¡»òÉèÖÃÒ»¸öÖµ£¬¸ÃֵָʾÊÇ·ñ»º³åÊä³ö£¬²¢ÔÚÍê³É´¦ÀíÕû¸öÒ³Ö®ºó½«Æä·¢ËÍ
   ÊôÐÔÖµ£ºÈç¹û»º³åÁ˵½¿Í»§¶ËµÄÊä³ö£¬ ......

asp.netÖйýÂÔhtml´úÂë

// <summary>
        /// ¹ýÂËhtml´úÂë
        /// </summary>
        public static string RphtmlStr(string html)
        {
   &n ......

asp.net ×öÑéÖ¤Âë

ASP.NETÑéÖ¤Â루3ÖÖ£©
°Ñ×î½üÅöµ½µÄ Äܹ»ÓõÄÑéÖ¤Âë ¶¼·Å³öÀ´£¬×÷¸ö¼Ç¼
1.GSC_WebControlLibrary ÕâÊÇÔÚÍøÉÏÕÒµ½µÄÒ»¸ö¿Ø¼þ£¬·Ç³£ºÃÓᣵ«ÊÇЧ¹û²»ÊÇÌØ±ðºÃ£¨¼ûÏÂͼ¡£
£©ËäÈ»ÈÝÒ×ʹÓã¬ËùÓеÄÊôÐÔ¶¼¿ÉÒÔÏñ¿Ø¼þÒ»ÑùÉèÖ㬵«ÊÇ¿ÉÓÃÐÔ²»Ì«¸ß¡£Óû§²»ÄÜ×Ô¶¨Ò壬¶øÇÒ¿´ÆðÀ´Õâ¸öÑéÖ¤ÂëЧ¹û²»Ì«ºÃ¡£
Ч¹û£º
2.ÓÃÒ»¸öÒ³ÃæÉú ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ