<br />
<b>Warning</b>:  Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\class\discuz\discuz_database.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\class\discuz\discuz_database.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant setting - assumed 'setting' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>76</b><br />
<br />
<b>Warning</b>:  Use of undefined constant bbname - assumed 'bbname' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>76</b><br />
<br />
<b>Warning</b>:  Use of undefined constant siteurl - assumed 'siteurl' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Use of undefined constant setting - assumed 'setting' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>80</b><br />
<br />
<b>Warning</b>:  Use of undefined constant bbname - assumed 'bbname' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>80</b><br />
<br />
<b>Warning</b>:  Use of undefined constant siteurl - assumed 'siteurl' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>85</b><br />
<br />
<b>Warning</b>:  Use of undefined constant setting - assumed 'setting' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant bbname - assumed 'bbname' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>86</b><br />
<br />
<b>Warning</b>:  Use of undefined constant siteurl - assumed 'siteurl' (this will throw an Error in a future version of PHP) in <b>D:\wwwroot\net188.com\source\module\forum\forum_rss.php</b> on line <b>87</b><br />
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>依星源码资源网,依星资源网 - Asp教程</title>
    <link>http://www.net188.com/forum-48-1.html</link>
    <description>Latest 20 threads of Asp教程</description>
    <copyright>Copyright(C) 依星源码资源网,依星资源网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 13 Apr 2026 10:48:30 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.net188.com/static/image/common/logo_88_31.gif</url>
      <title>依星源码资源网,依星资源网</title>
      <link>http://www.net188.com/</link>
    </image>
    <item>
      <title>仅此一文让你明白事务隔离级别、脏读、不可重复读、幻读</title>
      <link>http://www.net188.com/thread-16827-1-1.html</link>
      <description><![CDATA[仅此一文让你明白事务隔离级别、脏读、不可重复读、幻读
网络上关于这方面的博文有些偏理论，有些通篇代码，都不能深入浅出。本文用图文并茂的方式，配上行云流水般的代码，非要摆清楚这个问题。附件中包含下面相关代码。事务是现代关系型数据库的核心之一。在多个事务 ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Tue, 01 Apr 2025 06:47:35 +0000</pubDate>
    </item>
    <item>
      <title>C#中(Convert.ChangeType处理Nullable&lt;&gt;和非Nullable&lt;&gt;)的说明</title>
      <link>http://www.net188.com/thread-13769-1-1.html</link>
      <description><![CDATA[C#中(Convert.ChangeType处理Nullable和非Nullable)的说明
在 C# 中，`Convert.ChangeType` 方法用于将一个对象转换为指定的类型。对于可空类型（`Nullable`）和非可空类型（`T`），`Convert.ChangeType` 的处理方式有所不同。以下是对这两种情况的详细说明。

### 1.  ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Tue, 14 Jan 2025 09:20:07 +0000</pubDate>
    </item>
    <item>
      <title>ASP语言输出JSON数据</title>
      <link>http://www.net188.com/thread-5515-1-1.html</link>
      <description><![CDATA[在ASP语言中，您可以使用 Response 对象来输出JSON数据。以下是一个简单的示例代码，演示如何在ASP中输出JSON数据：
在上面的示例中，我们首先定义了一个包含JSON数据的字符串 jsonData 。然后，我们设置 Response.ContentType 为`\&quot;application/json\&quot; ，这样浏览器会知 ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Tue, 23 Apr 2024 07:42:04 +0000</pubDate>
    </item>
    <item>
      <title>asp语言计算两个时间戮的差值</title>
      <link>http://www.net188.com/thread-5459-1-1.html</link>
      <description><![CDATA[在ASP语言中，您可以使用 DateDiff 函数来计算两个日期时间之间的差值。以下是一个简单的示例代码，演示如何计算两个时间戳之间的差值：
请注意，上面的示例假设时间戳是以秒为单位的。您可以根据实际情况调整代码以适应不同的时间戳单位。希望这可以帮助到您！如果您有 ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Mon, 22 Apr 2024 08:39:35 +0000</pubDate>
    </item>
    <item>
      <title>ASP语言中取得时间戮</title>
      <link>http://www.net188.com/thread-5458-1-1.html</link>
      <description><![CDATA[在ASP语言中，您可以使用 DateDiff 函数来获取当前时间的时间戳。时间戳通常是从特定的起始日期（如1970年1月1日）到当前时间的秒数。以下是一个示例代码，演示如何在ASP中获取当前时间的时间戳：
上面的示例代码将计算当前时间与1970年1月1日之间的秒数差值，从而得到 ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Mon, 22 Apr 2024 08:38:51 +0000</pubDate>
    </item>
    <item>
      <title>ASP解析JSON格式数据方法</title>
      <link>http://www.net188.com/thread-5454-1-1.html</link>
      <description><![CDATA[VBScript 是 ASP 服务端程序的常用语言，VBScript 解析 JSON是个问题.，自己写解析程序不太容易，碰到这问题, 第一个想到的就是 JScript 了。注意，以下文件均以UTF-8的编码保存！方法一(这是直接在 asp 里混用脚本)：还有一个方法就是 使用 MS 的 脚本控件，也一样是使 ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Sun, 21 Apr 2024 08:32:49 +0000</pubDate>
    </item>
    <item>
      <title>asp判断是POST还是GET</title>
      <link>http://www.net188.com/thread-5453-1-1.html</link>
      <description><![CDATA[在ASP中，你可以使用Request.ServerVariables(\&quot;REQUEST_METHOD\&quot;)来判断是POST还是GET请求。以下是一个简单的例子：
这段代码首先将REQUEST_METHOD服务器变量转换为大写，然后根据其值来决定执行哪个分支。如果是GET请求，它会显示一条消息说这是一个GET请求；如果是POST ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Sun, 21 Apr 2024 07:44:48 +0000</pubDate>
    </item>
    <item>
      <title>WIN10 64位操作系统下使用ASP连接ACCESS数据库出错的解决办法</title>
      <link>http://www.net188.com/thread-5451-1-1.html</link>
      <description><![CDATA[WIN10 64位操作系统下使用ASP连接ACCESS数据库出错的解决办法
方法一：开启父路径在IIS7中ASP默认情况下，“父路径”是没有启用的，我们必须手动开启“父路径”，选择“True”，搞定“父路径”选项。具体操作如下图所示：1、打开“Tnternet信息服务(IIS)管理器”，左侧 ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Fri, 19 Apr 2024 09:21:25 +0000</pubDate>
    </item>
    <item>
      <title>如何在IIS7里设置实现访问.txt文件是下载模式</title>
      <link>http://www.net188.com/thread-222-1-1.html</link>
      <description><![CDATA[如何在IIS7里设置实现访问.txt文件是下载模式



1、打开iis管理器--在网站中点击需要调整的站点，然后在如下图位置点击MIME类型[/backcolor]
[/backcolor]


2、添加一个新的MIME类型，文件扩展名填写 .txt，MIME类型填写application/octet-stream，如下图：[/backcolo ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Mon, 06 Dec 2021 01:37:13 +0000</pubDate>
    </item>
    <item>
      <title>[HTML5]iPhone 禁止 Safari 页面上下拖动反弹</title>
      <link>http://www.net188.com/thread-210-1-1.html</link>
      <description><![CDATA[iPhone 禁止 Safari 页面上下拖动反弹解决方法：
 


手机端设置: 
     
     
     

第一个meta标签表示：强制让文档的宽度与设备的宽度保持1:1，并且文档最大的宽度比例是1.0，且不允许用户点击屏幕放大浏览；width - viewport的宽度 height - viewport的高度   ini ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Tue, 02 Nov 2021 04:51:18 +0000</pubDate>
    </item>
    <item>
      <title>[HTML5]移动端web页面开发常用的头部标签设置</title>
      <link>http://www.net188.com/thread-209-1-1.html</link>
      <description><![CDATA[移动端web页面开发常用的头部标签设置

在移动端web页面开发中，我们常需要设置各种头部标签以帮助浏览器更好的解析页面，将页面完美呈现，这里列出了工作中常用的各种头部标签，以备查询。
viewport
initial-scale属性控制页面最初加载时的缩放等级。maximum-scale、mi ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Tue, 02 Nov 2021 04:50:01 +0000</pubDate>
    </item>
    <item>
      <title>[vbs]IIS管理脚本之adsutil.vbs的使用说明</title>
      <link>http://www.net188.com/thread-105-1-1.html</link>
      <description><![CDATA[Adsutil.vbs是什么？它是Windows 2003的IIS服务自带的基于命令行下的IIS管理脚本，可以说是命令行下的Internet 信息服务管理器

Adsutil.vbs是什么？它是Windows 2003的IIS服务自带的基于命令行下的IIS管理脚本，位于%SystemDrive%\\Inetpub\\AdminScripts目录下，95，426 ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Thu, 29 Oct 2020 13:49:54 +0000</pubDate>
    </item>
    <item>
      <title>[IIS]64位 IIS中ASP连接不上ACCESS数据库的解决方法</title>
      <link>http://www.net188.com/thread-104-1-1.html</link>
      <description><![CDATA[64位 IIS中ASP连接不上ACCESS数据库的解决方法
 
64位IIS已经取消了对32位ACCESS数据库连接的支持，需要你手动开启。 
  
点击开始——运行，输入cmd，回车，打开命令行窗口。 
输入： 
cscript c:\\inetpub\\adminscripts\\adsutil.vbs setw3svc/apppools/enable32bitapp ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Thu, 29 Oct 2020 13:47:53 +0000</pubDate>
    </item>
    <item>
      <title>[IIS]IIS解决上传文件大小限制</title>
      <link>http://www.net188.com/thread-29-1-1.html</link>
      <description><![CDATA[IIS解决上传文件大小限制
 
目的：通过配置文件和IIS来解决服务器对上传文件大小的限制
1：修改配置文件（默认为4M 值的大小根据自己情况进行修改）
  
2：修改IIS配置
打开C:\\Windows\\System32\\inetsrv\\config\\schema然后记事本打开IIS_schema文件
找到 然后来修改默 ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Mon, 02 Sep 2019 15:16:29 +0000</pubDate>
    </item>
    <item>
      <title>[PPT教程]ASP教程PPT及示例代码（零基础开始学编程）</title>
      <link>http://www.net188.com/thread-24-1-1.html</link>
      <description><![CDATA[ASP教程PPT及示例代码（零基础开始学编程）
 
MicrosoftActive Server Pages（ASP）是服务器端脚本环境，可用来创建交互式Web页并建立强大的Web应用程序。当服务器收到对ASP文件的请求时，它处理包含在用于构建发送给浏览器的Web页文件中的服务器端脚本。除服务器端脚本 ...]]></description>
      <category>Asp教程</category>
      <author>源码资源网</author>
      <pubDate>Fri, 30 Aug 2019 15:03:29 +0000</pubDate>
    </item>
  </channel>
</rss>