<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>微酷论坛 - 网站建设教程</title>
    <link>https://bbs.vcoo.cc/forum-24-1.html</link>
    <description>Latest 20 threads of 网站建设教程</description>
    <copyright>Copyright(C) 微酷论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 13 May 2026 12:24:24 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.vcoo.cc/static/image/common/logo_88_31.gif</url>
      <title>微酷论坛</title>
      <link>https://bbs.vcoo.cc/</link>
    </image>
    <item>
      <title>YOURLS 短网址在 Nginx 下的伪静态规则</title>
      <link>https://bbs.vcoo.cc/show-176-1-1.html</link>
      <description><![CDATA[YOURLS是一款优化的PHP短网址系统，这里分享一下在Nginx下的伪静态规则：]]></description>
      <category>网站建设教程</category>
      <author>admin</author>
      <pubDate>Fri, 05 Jun 2015 15:34:26 +0000</pubDate>
    </item>
    <item>
      <title>升级到Discuz!X3后QQ互联英文乱码解决方案</title>
      <link>https://bbs.vcoo.cc/show-167-1-1.html</link>
      <description><![CDATA[从Discuz!X2.5升级到X3后会发现在每个贴子尾的分享到：QQ好友和群是乱码，解决方法很简单：

1、执行下面的语句后：2、后台 - 云平台 - 诊断工具 -修复插件，重新启用QQ互联，微酷测试不需要重新上传QQ互联插件文件夹。 ...]]></description>
      <category>网站建设教程</category>
      <author>admin</author>
      <pubDate>Sat, 25 May 2013 13:47:11 +0000</pubDate>
    </item>
    <item>
      <title>百度贴吧发网址和图片链接的最新方法（2012.06.10）</title>
      <link>https://bbs.vcoo.cc/show-164-1-1.html</link>
      <description><![CDATA[你懂得，将代码修改，然后打到贴吧回复页面，输入验证码后将下面代码粘贴到地址栏加车。

发网址：发图片：]]></description>
      <category>网站建设教程</category>
      <author>admin</author>
      <pubDate>Sat, 09 Jun 2012 20:55:26 +0000</pubDate>
    </item>
    <item>
      <title>ShopEX整合UCenter无法同步登陆解决方案（附补丁）</title>
      <link>https://bbs.vcoo.cc/show-153-1-1.html</link>
      <description><![CDATA[微酷用UCenter 1.6整合ShopEX 4.85和最土团购通信成功却发现同步登陆出现异常，现象是从最土团购登陆后没问题，ShopEX也会同步登陆，可是反过来在ShopEX登陆后最土团购就不能同步登陆了。@VCOO
 
最后确定下来是ShopEX的问题，网上已经有朋友找到了解决方案，经微酷测试 ...]]></description>
      <category>网站建设教程</category>
      <author>admin</author>
      <pubDate>Tue, 10 Apr 2012 11:35:16 +0000</pubDate>
    </item>
    <item>
      <title>生成网站快捷方式到桌面的PHP代码</title>
      <link>https://bbs.vcoo.cc/show-144-1-1.html</link>
      <description><![CDATA[可能现在会发现有许多网站上面的都有个存到桌面的链接，点击后会弹出保存对话框将网站快捷方式保存到桌面，这个功能貌似不错，于是找到了相应的PHP代码分享一下。

生成快捷方式保存到桌面的PHP代码：将代码保存成一个php文件上传到网站空间，在网页上做个链接指向这个 ...]]></description>
      <category>网站建设教程</category>
      <author>admin</author>
      <pubDate>Thu, 26 Jan 2012 15:48:30 +0000</pubDate>
    </item>
    <item>
      <title>Discuz!X2 修改贴子标题长度，解决贴子标题80个字符的限制</title>
      <link>https://bbs.vcoo.cc/show-142-1-1.html</link>
      <description><![CDATA[Discuz!X2 贴子标题默认最大80个字符限制，如果想增加字符数量的话请按下面的教程修改。

 
①  /source/function/fuction_post.php 
在该函数中查找

 
② /source/language/lang_message.php
    
 
③ /static/js/forum_post.js

 ④ \\template\\default\\forum\\forumd ...]]></description>
      <category>网站建设教程</category>
      <author>admin</author>
      <pubDate>Mon, 09 Jan 2012 17:49:27 +0000</pubDate>
    </item>
    <item>
      <title>Discuz!X2修改图片水印位置紧贴图片边缘</title>
      <link>https://bbs.vcoo.cc/show-138-1-1.html</link>
      <description><![CDATA[Discuz!X2在后台设置图片水印的位置后会在边缘多出5个像素的空，有时候需要水印图片紧贴图片边缘，这时需要修改代码实现。]]></description>
      <category>网站建设教程</category>
      <author>admin</author>
      <pubDate>Fri, 30 Dec 2011 15:55:11 +0000</pubDate>
    </item>
    <item>
      <title>Discuz!X2标题输入框长度增大的方法</title>
      <link>https://bbs.vcoo.cc/show-68-1-1.html</link>
      <description><![CDATA[Discuz! X2 发布贴子时标题输入框的默认长度不是很长（25em），有时输入很长内容并且经常改来改去的时候很不方便，比较电影下载论坛发布电影时往往标题很长，还要经过多次修改，反正我是这么认为的，于是想把输入框长度加大一些，官方论坛找了下没找到，也没仔细长，自 ...]]></description>
      <category>网站建设教程</category>
      <author>admin</author>
      <pubDate>Sun, 20 Nov 2011 07:57:28 +0000</pubDate>
    </item>
    <item>
      <title>Discuz!后台删除用户 提示 “抱歉，没有搜索到需要删除的用户”</title>
      <link>https://bbs.vcoo.cc/show-59-1-1.html</link>
      <description><![CDATA[问题版本：Discuz! X2 Release 20111010
问题描述：后台删除用户 提示 “抱歉，没有搜索到需要删除的用户”

官方补丁出来前的临时解决方案：

① 打开：source/admincp/admincp_members.php

② 找到：
③ 替换成：
④ OK了。
 ...]]></description>
      <category>网站建设教程</category>
      <author>ifu25</author>
      <pubDate>Tue, 15 Nov 2011 04:52:08 +0000</pubDate>
    </item>
    <item>
      <title>Discuz!论坛使用等级图标替换星星等级的方法</title>
      <link>https://bbs.vcoo.cc/show-38-1-1.html</link>
      <description><![CDATA[修改source/function/function_forumlist.php

找到下面的函数

替换成

把等级图片按等级星星数命名传到上面代码中的目录中。]]></description>
      <category>网站建设教程</category>
      <author>ifu25</author>
      <pubDate>Sun, 03 Jul 2011 15:53:11 +0000</pubDate>
    </item>
  </channel>
</rss>