×Ôд±£´æ×Ö·û´®»òÎļþΪasp.net»º´æµÄÀà
using System;
using System.Text;
using System.Web;
using System.IO;
namespace Chsword {
/// <summary>
/// ³É»Ã»¥Áª»º´æÀà
/// ×Þ½¡ 2007.5
/// </summary>
class Cache {
TimeSpan _TimeSpan;
/// <summary>
/// ¹¹Ô캯Êý¡£×Ô¶¯ÉèÖûº´æÎª1Сʱ20·Ö¡£
/// </summary>
public Cache() {
_TimeSpan = new TimeSpan(0, 1, 20, 0, 0);
}
/// <summary>
/// ¹¹Ô캯Êý¡£ÊÖ¶¯ÉèÖûº´æÓÐЧʱ¼ä¡£
/// </summary>
/// <param name="ts">»º´æÓÐЧʱ¼ä</param>
public Cache(TimeSpan ts) {
_TimeSpan = ts;
}
/// <summary>
/// ¼ì²â»º´æÊÇ·ñ´æÔÚ»òΪ¿Õ¡£
/// </summary>
/// <param name="CacheName">»º´æÃû³Æ</param>
/// <returns>»º´æ´æÔÚÔò·µ»ØTrue£¬·´Ö
Ïà¹ØÎĵµ£º
FCKeditorÏà¹Ø×ÊÁϼò½é£º
¹Ù·½ÍøÕ¾http://www.fckeditor.net/
¹Ù·½Îĵµhttp://wiki.fckeditor.net/
ÏÂÔØµØÖ·http://www.fckeditor.net/download/default.html
¹Ù·½ÑÝʾhttp://www.fckeditor.net/demo/default.html
FCKEditor asp.netÉèÖÃ
ÏÂÔØ£ºhttp://www.fckeditor.net
£¨ÒªÏÂÔØFCKeditor2.4.2.zipºÍFCKeditor.NET ......
µÚÒ»£º
private void Button1_Click( object sender, System.EventArgs e ) { Response.Redirect( Request.Url.ToString( ) ); } µÚ¶þ£º
private void Button2_Click( object sender, System.EventArgs e ) { Response.Write( " < script language=javascript>window.location.href=document.URL; < /script&g ......
Internet Àà
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Net;
using System.IO;
using System.Text.RegularExpressions;
using System.Threading;
namespace DownData
{
class internet
{
&nb ......
1.Response.Redirect("http://www.jb51.net",false);
Ä¿±êÒ³ÃæºÍÔÒ³Ãæ¿ÉÒÔÔÚ2¸ö·þÎñÆ÷ÉÏ£¬¿ÉÊäÈëÍøÖ·»òÏà¶Ô·¾¶¡£ºóÃæµÄboolֵΪÊÇ·ñÍ£Ö¹Ö´Ðе±Ç°Ò³¡£
Ìø×ªÏòеÄÒ³Ãæ£¬Ô´°¿Ú±»´úÌæ¡£"
ä¯ÀÀÆ÷ÖеÄURLΪз¾¶¡£
:Response.Redirect·½·¨µ¼ÖÂä¯ÀÀÆ÷Á´½Óµ½Ò»¸öÖ¸¶¨µÄURL¡£µ±Response.Redirect()·½·¨± ......