<?xml version="1.0" encoding="big5"?>
<rss version="2.0">
  <channel>
    <title>中央論壇 - CENTER BBS - ASP</title>
    <link>https://www.centerbbs.com/forum.php?mod=forumdisplay&amp;fid=166</link>
    <description>Latest 20 threads of ASP</description>
    <copyright>Copyright(C) 中央論壇 - CENTER BBS</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 02 May 2026 16:37:16 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.centerbbs.com/static/image/common/logo_88_31.gif</url>
      <title>中央論壇 - CENTER BBS</title>
      <link>https://www.centerbbs.com/</link>
    </image>
    <item>
      <title>WEB5000-網頁設計</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=40632</link>
      <description><![CDATA[WEB5000-網頁設計

網站設計促銷專案 5000 元，專案包含一年份國際網址、一年份虛擬主機、5頁網頁設計(頁多可談)、一年份資料庫表單轉信程式、專屬信箱。

我們可以先溝通理念，你確認OK之後再付費，不滿意不用收費用(我們也可以幫你去判斷別家報價是否合理)

網 ...]]></description>
      <category>ASP</category>
      <author>app3248</author>
      <pubDate>Wed, 29 Apr 2009 07:17:23 +0000</pubDate>
    </item>
    <item>
      <title>(msn機器人)使用asp發送msn訊息</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=36777</link>
      <description><![CDATA[3分鐘學會使用程式發送msn訊息, ASP篇(六) 
msnSDK訊息控制開發套件 同時支援MSN/Yahoo即時通 訊息雙向傳遞


ASP 的範例我們使用ADO介面來處理,其他語言也可以這樣做,可參考文件(文末提供下載處),另外;下面的程式碼重要的部份只有參數不同,其他大同小異,可參考紅字 ...]]></description>
      <category>ASP</category>
      <author>lukeshei</author>
      <pubDate>Mon, 29 Dec 2008 01:27:52 +0000</pubDate>
    </item>
    <item>
      <title>想請教資料庫連結問題</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=33802</link>
      <description><![CDATA[有高手可以指導一下要怎樣對有聯合主鍵的資料表做連結嗎?
不管是ASP或PHP都會碰到這種問題吧]]></description>
      <category>ASP</category>
      <author>nk32325959</author>
      <pubDate>Mon, 22 Sep 2008 01:15:03 +0000</pubDate>
    </item>
    <item>
      <title>NET Framework 2.0 之 Code-Beside簡單教學</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=12056</link>
      <description><![CDATA[(1)用記事本ooooo.aspx存成unicode內容如下:









(2)用記事本ooooo.aspx.cs存成unicode內容如下:
using System;
using System.Web;
public partial class ooooo:System.Web.UI.Page
{
public void Page_Load(object xxx,EventArgs e)
{
lb.Text=\&quot; ...]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Tue, 04 Sep 2007 01:16:20 +0000</pubDate>
    </item>
    <item>
      <title>asp網頁提升速度方法5則</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=12055</link>
      <description><![CDATA[技巧之一：提高使用Request集合的效率 
國國訪問一個ASP集合來提取一個值是費時的、占用計算資源的過程。因為這個操作包含了一系列對相關集合的搜索，這比訪問一個局部變量要慢得多。因此，如果打算在頁面中多次使用Request集合中的一個值，應該考慮將其存貯為一個局部 ...]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Tue, 04 Sep 2007 01:15:53 +0000</pubDate>
    </item>
    <item>
      <title>c#用system.net.mail發信</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7893</link>
      <description><![CDATA[]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 21:04:42 +0000</pubDate>
    </item>
    <item>
      <title>檢測到有潛在危險的 Request.Form 值</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7892</link>
      <description><![CDATA[原因: 

(1)在提交資料的頁面或webconfig中沒有對validateRequest的屬性進行正確的設置

(2)HTML裡面寫了兩個引起

解決: 
方案一： 在.aspx檔案頭中加入這句：  
方案二： 修改web.config檔案:

   
   
   
   
因為validateRequest預設值為true。只要 ...]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 21:04:09 +0000</pubDate>
    </item>
    <item>
      <title>上傳檔案太大要注意的設定</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7891</link>
      <description><![CDATA[在web.config中


    
     
    


maxRequestLength︰
指示 ASP.NET 支援的HTTP模式上載的最大位元元組數
以 KB 為單位。預設值為 4096 KB (4 MB)。

executionTimeout︰
防止大檔上傳造成Timeout，要加長等待時間

如果遇到此錯誤訊息
aspnet_wp.ex ...]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 21:03:39 +0000</pubDate>
    </item>
    <item>
      <title>利用WebClient取得其網頁html</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7890</link>
      <description><![CDATA[using System.Net;
using System.Text;

public partial class _Default : System.Web.UI.Page 
{
    protected void Page_Load(object sender, EventArgs e)
    {
        WebClient wc = new WebClient();
        byte[] b = wc.DownloadData(\&quot;http://tw.y ...]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 21:03:12 +0000</pubDate>
    </item>
    <item>
      <title>AutoEventWireup 的用途</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7889</link>
      <description><![CDATA[AutoEventWireup=\&quot;true|false\&quot;

ASP.NET 頁面的事件是否自動連接到事件處理函式
預設值為 false

true : 會使用自訂的Page_Init 和Page_Load事件
false : 不使用(無事件動作)]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 21:02:50 +0000</pubDate>
    </item>
    <item>
      <title>as 與 is 的差別</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7888</link>
      <description><![CDATA[as 運運算元的功\用與轉型相似
除了其在轉換失敗時是產生 Null 而非引發例外狀況
正式的說，一個具有下列格式的運算式：

expression as type 
等於
expression is type ? (type)expression : (type)null]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 21:02:25 +0000</pubDate>
    </item>
    <item>
      <title>ASP.NET的常用語法</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7887</link>
      <description><![CDATA[]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 21:01:54 +0000</pubDate>
    </item>
    <item>
      <title>ASP與ASP.NET有何不同</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7886</link>
      <description><![CDATA[ASP 是直譯式的網頁服務平台

ASP.NET 是編譯式的網頁服務平台

大約是在 1996 年底左右，微軟推出第一個 ASP 1.0 (IIS 1.0) ，開啟動態網頁的先驅，其後，到了 2001 年，推出 ASP+ 來彌補 ASP 的不足，由於 ASP 部分先天設計，導致部分功\能無法加強，所以 2002 推 ...]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 21:01:05 +0000</pubDate>
    </item>
    <item>
      <title>ASP與存儲過程解析</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7885</link>
      <description><![CDATA[ASP與存儲過程(Stored Procedures)的文章不少，但是我懷疑作者們是否真正實踐過。我在初學時查閱\過大量相關資料，發現其中提供的很多方法實際操作起來並不是那麼回事。對於簡單的應用，這些資料也許\是有幫助的，但僅限於此，因為它們根本就是千篇一律，互相抄襲，稍微複 ...]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 21:00:37 +0000</pubDate>
    </item>
    <item>
      <title>ASP程序實現過濾髒話</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7884</link>
      <description><![CDATA[]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 20:57:22 +0000</pubDate>
    </item>
    <item>
      <title>ASP函數庫</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7883</link>
      <description><![CDATA[[ 本帖最後由 f66666602 於 2007-8-14 05:00 編輯 ]]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 20:56:50 +0000</pubDate>
    </item>
    <item>
      <title>ASP無法更新ACCESS資料庫解決方法</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7882</link>
      <description><![CDATA[寫在前面:　　都是XP惹的禍.個人認為XP過度的追求安全性,而以具體功\能無法實現作為代償.下面來看看這個ASP例子,相信經常接觸ASP的人會時常碰到這個問題:明明自己的代碼寫的非常正確,為什麼就是不能正常更新呢?以下幾個錯誤信息不是因為ASP本身的代碼錯誤導致的,而是一些 ...]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 20:56:28 +0000</pubDate>
    </item>
    <item>
      <title>防範SQL注入攻擊的新辦法</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7881</link>
      <description><![CDATA[近段時間由於修改一個ASP程序(有SQL注入漏洞)，在網上找了很多相關的一些防範辦法，都不近人意，所以我將現在網上的一些方法綜合改良了一下，寫出這個ASP函數，供大家參考。以下是引用片段：
Function SafeRequest(ParaName)  
Dim ParaValue  
ParaValue=Request(Pa ...]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 20:56:05 +0000</pubDate>
    </item>
    <item>
      <title>學習使用ASP對像和組件</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7880</link>
      <description><![CDATA[ASP對像讓你的服務器和瀏覽器互相影響，你會例行公事的在你的ASP腳本中使用一個或者多個對象。你不用安裝任何東西來使用它們，但是你必須要記住打開或者關閉它們。轉自：動態網製作指南 www.knowsky.com

  ASP組件，和ASP對像不同，它是ActiveX控制和ASP接口讓普通進 ...]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 20:55:42 +0000</pubDate>
    </item>
    <item>
      <title>ASP取出HTML裡面的圖片地址的函數</title>
      <link>https://www.centerbbs.com/forum.php?mod=viewthread&amp;tid=7879</link>
      <description><![CDATA[以下是取出HTML裡面的圖片地址的函數：
主要原理就是用正則判斷  的屬性。這在採集程序中將非常有用。
函數如下：
以下是引用片段：
Function ShowPic(str) 
Set objRegExp = New Regexp\'設置配置對像  
objRegExp.IgnoreCase = True\'忽略大小寫  
objRegExp.Glo ...]]></description>
      <category>ASP</category>
      <author>f66666602</author>
      <pubDate>Mon, 13 Aug 2007 20:55:16 +0000</pubDate>
    </item>
  </channel>
</rss>