<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>龙网论坛 - web技术</title>
    <link>https://bbs.nfer.net/forum-41-1.html</link>
    <description>Latest 20 threads of web技术</description>
    <copyright>Copyright(C) 龙网论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 19 May 2026 07:40:36 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.nfer.net/static/image/common/logo_88_31.gif</url>
      <title>龙网论坛</title>
      <link>https://bbs.nfer.net/</link>
    </image>
    <item>
      <title>安装Debian后的操作记录</title>
      <link>https://bbs.nfer.net/thread-1292-1-1.html</link>
      <description><![CDATA[安装Debian后的操作记录
    apt-get update -y &amp;&amp; apt-get install curl -y

    修改SSH端口:vi /etc/ssh/sshd_config 命令打开文件，修改其中的port后面的数字。
    DeBian重启SSH：service ssh restart 

    Debian下Vi编辑器在文本输入模式时，不能正确使用方向 ...]]></description>
      <category>web技术</category>
      <author>admin</author>
      <pubDate>Mon, 29 Apr 2024 15:00:41 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 复制整个文件夹到另一个文件夹</title>
      <link>https://bbs.nfer.net/thread-1291-1-1.html</link>
      <description><![CDATA[在Ubuntu中，你可以使用cp命令来复制整个文件夹到另一个文件夹。如果目标文件夹不存在，cp命令会自动创建它。

以下是一个命令行示例，它将把source_folder复制到destination_folder：
cp -r /path/to/source_folder /path/to/destination_folder
解释：
-r 或 -R 表示 ...]]></description>
      <category>web技术</category>
      <author>admin</author>
      <pubDate>Mon, 29 Apr 2024 14:29:45 +0000</pubDate>
    </item>
    <item>
      <title>nginx反代出错http2</title>
      <link>https://bbs.nfer.net/thread-1287-1-1.html</link>
      <description><![CDATA[一是 listen 443；，改成listen 443 http2 ssl;
二是协议  ssl_protocols SSLv3 TLSv1.2 TLSv1.1 TLSv1;
三是加密方式ssl_ciphers EECDH+CHACHA20:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Fri, 03 Sep 2021 14:26:07 +0000</pubDate>
    </item>
    <item>
      <title>重新编译nginx增加模块（反代相关）</title>
      <link>https://bbs.nfer.net/thread-1286-1-1.html</link>
      <description><![CDATA[1、find / -name nginx-1
        /usr/local/nginx-1.18/sbin/nginx
        /usr/local/nginx-generic-1.18/sbin/nginx

2、根据查出的目录查看编译参数并保存，注意去掉 “arguments:”
    如：/usr/local/nginx-1.18/sbin/nginx -V
3、下载nginx相应版本
        w ...]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Fri, 03 Sep 2021 14:21:46 +0000</pubDate>
    </item>
    <item>
      <title>Discuz can‘t find “pre_forum_rsscache“的解决方案</title>
      <link>https://bbs.nfer.net/thread-1281-1-1.html</link>
      <description><![CDATA[网上很多代码最后一行有问题，其实应该在phpmyadmin里运行]]></description>
      <category>web技术</category>
      <author>admin</author>
      <pubDate>Thu, 22 Jul 2021 06:35:57 +0000</pubDate>
    </item>
    <item>
      <title>宝塔BT+55+v2插件nginx分流伪装</title>
      <link>https://bbs.nfer.net/thread-1279-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Wed, 02 Jun 2021 06:17:30 +0000</pubDate>
    </item>
    <item>
      <title>宝塔BT面板+V2Ray：实现Websocket+TLS+Nginx分流</title>
      <link>https://bbs.nfer.net/thread-1278-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Wed, 02 Jun 2021 06:16:48 +0000</pubDate>
    </item>
    <item>
      <title>杰奇、关关相关问题集锦</title>
      <link>https://bbs.nfer.net/thread-1263-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Tue, 23 Jan 2018 14:11:18 +0000</pubDate>
    </item>
    <item>
      <title>使用MySQL MySqldump命令导出数据时的注意事项</title>
      <link>https://bbs.nfer.net/thread-1232-1-1.html</link>
      <description><![CDATA[今天使用mysqldump命令备份数据的时候出现了一个问题。
一开始迁移 Discuz 7 论坛的 mysql 数据库时,采用 mysqldump 命令的时候一切顺利，但导入的时候却遇到了
 ERROR 1062 (xxxxx) at line 1262: Duplicate entry \'XXX\' for key \'XXX‘ 错误，并停在原地。对于遇到相 ...]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Sat, 09 Jan 2016 05:20:04 +0000</pubDate>
    </item>
    <item>
      <title>详解MySQL大数据量的导入与导出迁移</title>
      <link>https://bbs.nfer.net/thread-1231-1-1.html</link>
      <description><![CDATA[如果我们的数据比较小（比如2M或以下），我们可以很方便的使用phpMyAdmin的导入导出功能先说导出，我们在phpMyAdmin中导出SQL 脚本就相当于文件下载，如果PHP环境允许，脚本执行不会超时的情况也是可以导出大文件的，但是稳定性和速度不够。我们还可以使用MySQL提供给我 ...]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Sat, 09 Jan 2016 05:02:37 +0000</pubDate>
    </item>
    <item>
      <title>Windows Server 2008 R2下修改MySQL 5.5数据库目录</title>
      <link>https://bbs.nfer.net/thread-1228-1-1.html</link>
      <description><![CDATA[说明：操作系统：Windows Server 2008 R2MySQL版本：5.5.25aMySQL程序安装目录：D:\\Program Files\\MySQL\\MySQL Server 5.5MySQL数据库默认目录：C:\\ProgramData\\MySQL\\MySQL Server 5.5\\data\\需求：修改MySQL数据库目录为D:\\Program Files\\MySQL\\MySQL Server 5.5\\data ...]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Thu, 24 Dec 2015 05:54:16 +0000</pubDate>
    </item>
    <item>
      <title>永久免费SSL安全证书Letsencrypt安装使用教程</title>
      <link>https://bbs.nfer.net/thread-1227-1-1.html</link>
      <description><![CDATA[一直以来SSL安全证书（简而言之就是支持https://）就是网站特别是商务网站的必备，大家在选购VPS的时候也务必避开那些没有SSL安全证书的商家。LetsEncrypt在出现之初就引起了不少关注，这种宣称永久免费的SSL证书，对于少则2美元/年，多则上百美元的商业产品算是不小的 ...]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Thu, 24 Dec 2015 05:49:53 +0000</pubDate>
    </item>
    <item>
      <title>杰奇使用二级分类</title>
      <link>https://bbs.nfer.net/thread-1226-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Wed, 23 Dec 2015 07:33:36 +0000</pubDate>
    </item>
    <item>
      <title>杰奇1.8使用5.3以上版本出现的部分中文不显示的问题</title>
      <link>https://bbs.nfer.net/thread-1224-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Wed, 23 Dec 2015 07:22:37 +0000</pubDate>
    </item>
    <item>
      <title>杰奇在php5.5.*以上版本出现的Deprecated: preg_replace(): The /e modi...</title>
      <link>https://bbs.nfer.net/thread-1223-1-1.html</link>
      <description><![CDATA[使用php5.5及以上版本运行杰奇的时候出现如下错误Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in 这个问题。解决方法如下，找到
return preg_replace($patterns, $replacements, $text);
替换为
return preg_replac ...]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Tue, 15 Dec 2015 12:21:29 +0000</pubDate>
    </item>
    <item>
      <title>关关10.5及后续版本对杰奇1.8的支持问题</title>
      <link>https://bbs.nfer.net/thread-1221-1-1.html</link>
      <description><![CDATA[关关10.5增加了对杰奇1.8的拼音分类的支持。从杰奇1.8开始，杰奇支持使用 {?$sortcode?} 标签来调用分类的拼音名称，从而达到分类拼音化的目的，但是无论是在关关，还是杰奇1.8程序本身，对此标签都支持不够完善。10.5开始，关关将全面支持此标签的使用，所以，现在在你 ...]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Wed, 02 Dec 2015 09:25:24 +0000</pubDate>
    </item>
    <item>
      <title>杰奇1.7升级到1.8</title>
      <link>https://bbs.nfer.net/thread-1220-1-1.html</link>
      <description><![CDATA[杰奇1.7的bug,漏洞一直比较多，而且只能运行在php5.2.x，效率也比较差。杰奇1.8可以运行在php5.3.x，开源的杰奇1.8更是支持到php5.5.x，再加上杰奇的原生的书库，分类拼音化等功能，使得杰奇1.7和杰奇1.8产生了天壤之别。今天，我就教教小白们怎么从杰奇1.7平滑升级到杰 ...]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Wed, 02 Dec 2015 09:19:21 +0000</pubDate>
    </item>
    <item>
      <title>关关+杰奇 Linux+Windows 异地采集 用samba很简单</title>
      <link>https://bbs.nfer.net/thread-1217-1-1.html</link>
      <description><![CDATA[杰奇小说站运行在Linux，又想用关关采集，其实很简单。

Linux服务器上安装samba服务，
CentOS
yum -y install samba

Debian
apt-get install samba

配置好/etc/samba/smb.conf，增加files/article所在的目录共享。添加共享用户。

在运行关关的windows上映射网络驱动 ...]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Tue, 24 Nov 2015 10:13:06 +0000</pubDate>
    </item>
    <item>
      <title>JS广告、统计代码如何添加，怎样添加JS统计代码和广告</title>
      <link>https://bbs.nfer.net/thread-1216-1-1.html</link>
      <description><![CDATA[在网页里添加广告和统计代码有很多方法，直接引用JS文件和JS方法是常用的添加方法，那么怎样才能正确添加呢？
这里说下广告代码或者统计代码要怎样转换，这里说的只是其中的一种方法，还很多方法可以使用


1、把广告代码或统计代码的所有换行删掉，最后的广告代码（统 ...]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Tue, 24 Nov 2015 05:03:01 +0000</pubDate>
    </item>
    <item>
      <title>Nginx配置文件nginx.conf的常用配置</title>
      <link>https://bbs.nfer.net/thread-1215-1-1.html</link>
      <description><![CDATA[Nginx使 用有两三年了，现在经常碰到有新用户问一些很基本的问题，我也没时间一一回答，今天下午花了点时间，结合自己的使用经验，把Nginx的主要配置参数说明 分享一下，也参考了一些网络的内容，这篇是目前最完整的Nginx配置参数中文说明了。更详细的模块参数请参 考： ...]]></description>
      <category>web技术</category>
      <author>龙哥</author>
      <pubDate>Sun, 22 Nov 2015 12:54:55 +0000</pubDate>
    </item>
  </channel>
</rss>