<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>宝峰科技 - Web开发综合区</title>
    <link>https://wgbcw.com/forum-109-1.html</link>
    <description>Latest 20 threads of Web开发综合区</description>
    <copyright>Copyright(C) 宝峰科技</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 12 May 2026 21:50:50 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://wgbcw.com/static/image/common/logo_88_31.gif</url>
      <title>宝峰科技</title>
      <link>https://wgbcw.com/</link>
    </image>
    <item>
      <title>Win7 IIS7+PHP 搭建 PHP 网站服务器</title>
      <link>https://wgbcw.com/thread-4522-1-1.html</link>
      <description><![CDATA[Win7 IIS7+PHP 搭建 PHP 网站服务器

PHP软件版本：php-5.4.45-Win32-VC9-x86.zip 链接: https://pan.baidu.com/s/1S5o9I1qq4sIgFKhQm5RmeA?pwd=ksr4 提取码: ksr4 
PHP Manager软件版本： PHPManagerForIIS-1.2.0-x64.msi 链接: https://pan.baidu.com/s/1uKo0JHl8kOEA ...]]></description>
      <category>Web开发综合区</category>
      <author>admin</author>
      <pubDate>Tue, 25 Apr 2023 10:33:43 +0000</pubDate>
    </item>
    <item>
      <title>宝塔Linux面板7.4.2及Windows面板6.8紧急安全更新</title>
      <link>https://wgbcw.com/thread-4514-1-1.html</link>
      <description><![CDATA[根据宝塔官方紧急安全更新消息：此次更新为紧急安全更新，请Liunx版本7.4.2版本和windows版6.8版本的用户务必更新到最新版（其他版本不受影响）。更新方法登录宝塔面板，首页右上角点击更新即可，如若更新失败，请尝试修复面板或者联系客服。据宝塔官方介绍安装了宝塔面 ...]]></description>
      <category>Web开发综合区</category>
      <author>admin</author>
      <pubDate>Mon, 24 Aug 2020 10:55:40 +0000</pubDate>
    </item>
    <item>
      <title>SEMrush蜘蛛 等搜索引擎蜘蛛爬虫需要屏蔽吗</title>
      <link>https://wgbcw.com/thread-4145-1-1.html</link>
      <description><![CDATA[最近一段时间我们发现有些时段在线用户突然增多，经过查看网站日志及查询IP数据后确定为 SEMrush蜘蛛：






   我们先来了解下 SEMrush蜘蛛（SEMrushBot）：
   SEMrushBot，它是一款功能强大的 SEO 及 SEM 综合工具，在线营销市场上占据着举足轻重的地位；它的原 ...]]></description>
      <category>Web开发综合区</category>
      <author>admin</author>
      <pubDate>Thu, 23 Apr 2020 08:11:05 +0000</pubDate>
    </item>
    <item>
      <title>宝峰科技又被攻击，临时解决办法：禁止攻击者IP</title>
      <link>https://wgbcw.com/thread-4144-1-1.html</link>
      <description><![CDATA[2020年4月9日 21点左右，在维护网站时，发现网站 500错误，过了几分钟再次偿试还是 500错误，后面又请副站长再次确认同样 500错误。因之前出现过这样的情况，后面进入服务商控制台发现内存已经100%，猜想一定是有人攻击了，接着强行停止服务器，再次运行服务器（ ...]]></description>
      <category>Web开发综合区</category>
      <author>admin</author>
      <pubDate>Thu, 23 Apr 2020 04:34:48 +0000</pubDate>
    </item>
    <item>
      <title>SELECT bid FROM `table` WHERE vid=\'233\' and bid&lt;168 ORDER BY bid desc LIMIT 6</title>
      <link>https://wgbcw.com/thread-4143-1-1.html</link>
      <description><![CDATA[数据表 table 下有以下字段如 bid vid ，如图：


我们执行如下 SQL 查询语句：
[mw_shl_code=sql,true]SELECT bid FROM `table` WHERE vid=\'233\' and bid]]></description>
      <category>Web开发综合区</category>
      <author>admin</author>
      <pubDate>Wed, 15 Apr 2020 08:11:11 +0000</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 R2 导入 mdf 数据库文件</title>
      <link>https://wgbcw.com/thread-4139-1-1.html</link>
      <description><![CDATA[1、导入 mdf 数据文件之前，先确认已经正确安装 SQL Server 2008 R2 数据库。2、先运行 Microsoft SQL Server Management Studio 工具，并登陆要导入数据库的服务器，这里以本地为例：



3、正确登陆数据库服务器后，选择树目录下的 “数据库” ：



4、然后右键点击 ...]]></description>
      <category>Web开发综合区</category>
      <author>admin</author>
      <pubDate>Sat, 21 Mar 2020 06:58:28 +0000</pubDate>
    </item>
    <item>
      <title>HTTP 和 HTTPS 交叉使用跨域(Mixed Content)问题解决方法</title>
      <link>https://wgbcw.com/thread-4122-1-1.html</link>
      <description><![CDATA[今天在测试一段php代码时出现如下错误：
以前从未接触过，最近在写个小程序时出现了。所以上网搜索的结果就是群里曾经提过的跨域问题，而今天我这测试的结果加上这段代码就可以解决……
先测试代码：
[mw_shl_code=php,true]echo \&quot;\&quot;;[/mw_shl_code]
测试后没提示“Mixed ...]]></description>
      <category>Web开发综合区</category>
      <author>admin</author>
      <pubDate>Thu, 08 Mar 2018 13:12:57 +0000</pubDate>
    </item>
    <item>
      <title>“SEO工具”该付费吗？</title>
      <link>https://wgbcw.com/thread-3961-1-1.html</link>
      <description><![CDATA[“SEO工具”该付费吗？

      一般来说，不用。为什么呢？
      有时候，看上去每个人都试图让你付费，每次尝试获取一个链接时，就会有人向你收费，比如，我最近偶然遇到一个含有各种目录的门户网站，但需要我付59美元（通常是99美元，虽然我不确定这个“通常”是什么 ...]]></description>
      <category>Web开发综合区</category>
      <author>antonio0584</author>
      <pubDate>Tue, 02 Jun 2015 06:52:17 +0000</pubDate>
    </item>
    <item>
      <title>MIME类型大全</title>
      <link>https://wgbcw.com/thread-3830-1-1.html</link>
      <description><![CDATA[获取ＭＩＭＥ：HttpContext.Current.Request.Files[fileKey].ContentLength
MIME类型就是设定某种扩展名的文件用一种应用程序来打开的方式类型，当该扩展名文件被访问的时候，浏览器会自动使用指定应用程序来打开。多用于指定一些客户端自定义的文件名，以及一些媒体文 ...]]></description>
      <category>Web开发综合区</category>
      <author>admin</author>
      <pubDate>Mon, 01 Dec 2014 16:35:44 +0000</pubDate>
    </item>
    <item>
      <title>动态网页制作视频教程_方成32讲</title>
      <link>https://wgbcw.com/thread-1319-1-1.html</link>
      <description><![CDATA[http://115.com/file/b3pzr0r#
TechSmith_Screen_Capture_Codec_2.0.5.0.exe
http://115.com/file/cm9pm66#
第32讲.JSP动态网页制作例程4.rar
http://115.com/file/atsstd5#
第31讲.JSP动态网页制作例程3.rar
http://115.com/file/ewql6o5#
第30讲.JSP动态网页制作例程2 ...]]></description>
      <category>Web开发综合区</category>
      <author>admin</author>
      <pubDate>Wed, 19 Oct 2011 16:30:46 +0000</pubDate>
    </item>
    <item>
      <title>风讯.动易.网站快车，哪个更安全？用IBM的工具检测试一下就知道了</title>
      <link>https://wgbcw.com/thread-862-1-1.html</link>
      <description><![CDATA[　　 作网站，　安全非常重要，如果老被黑，给挂马，那可糟糕，但是，糟糕的事情似乎是与身俱来的，被黑这种事，总是挥之不去，不管我怎么搞，换主机空间，总被黑，空间商告诉我，说我用的程序有漏洞，我又找程序开发商，说空间安全性不好，晕倒，这让我等日子怎么过呀 ...]]></description>
      <category>Web开发综合区</category>
      <author>languages</author>
      <pubDate>Mon, 18 Oct 2010 04:00:46 +0000</pubDate>
    </item>
    <item>
      <title>跟我学，图解说，20分钟建立WIN2008SQL2005的ASP.NET网站</title>
      <link>https://wgbcw.com/thread-817-1-1.html</link>
      <description><![CDATA[看到很多人说作网站多难，不会配置，其实，我一直觉得这个并不是这么麻烦，看我如何20分钟作一个用WIN2008 SQL2005的网站，　WINDOWS SERVER 2008是微软最新的服务器操作系统，性能高，速度快，安全性好，是作网站的不二选择，　SQL2005同样是微软的力作。有了 ...]]></description>
      <category>Web开发综合区</category>
      <author>languages</author>
      <pubDate>Sat, 09 Oct 2010 09:26:33 +0000</pubDate>
    </item>
  </channel>
</rss>