<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>风叶林 - 技术交流</title>
    <link>https://hifyl.com/forum.php?mod=forumdisplay&amp;fid=157</link>
    <description>Latest 20 threads of 技术交流</description>
    <copyright>Copyright(C) 风叶林</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 03 May 2026 15:51:06 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://hifyl.com/static/image/common/logo_88_31.gif</url>
      <title>风叶林</title>
      <link>https://hifyl.com/</link>
    </image>
    <item>
      <title>劲舞团问道密传一条龙4csf.com商业私服版本免费送</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3413</link>
      <description><![CDATA[美丽世界开区服务端乱勇OL开区服务端倚天2开区服务端完美世界开区服务端征服开区服务端
绝对女神开区服务端传说OL开区服务端刀剑开区服务端弹弹堂开区服务端科洛斯开区服务端
魔力宝贝开区服务端武林外传开区服务端网页游戏开区服务端页游开区服务端希望OL开区服务端
天 ...]]></description>
      <category>技术交流</category>
      <author>帆莓朝</author>
      <pubDate>Thu, 12 Nov 2020 06:13:03 +0000</pubDate>
    </item>
    <item>
      <title>编译时出现这种问题怎么解决：&quot;unresolved external symbol __imp__WSACleanup@0&quot;</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3388</link>
      <description><![CDATA[编译时出现这种问题怎么解决：\&quot;unresolved external symbol __imp__WSACleanup@0\&quot;
出现此类问题一般是ws2_32.lib这个lib没有link上去。
在project-&gt;setting-&gt;link-&gt;object/library modules里面加入ws2_32.lib即可。
或者
#pragma comment(lib, \&quot;Ws2_32.lib\&quot;)
 
这里我是 ...]]></description>
      <category>技术交流</category>
      <author>那个谁</author>
      <pubDate>Mon, 09 Dec 2013 06:10:07 +0000</pubDate>
    </item>
    <item>
      <title>易友编程助手源码</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3373</link>
      <description><![CDATA[可以开发自己的 编程助手！
下载:http://yunpan.cn/QUNmPsGaghhYq  访问密码 8d9e]]></description>
      <category>技术交流</category>
      <author>小东</author>
      <pubDate>Sun, 08 Dec 2013 07:38:00 +0000</pubDate>
    </item>
    <item>
      <title>[win7 64位]土豆系统--十一心沥之作win7 64位系统下载-旗舰装机版v11</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3353</link>
      <description><![CDATA[软件格式：NTFS 
软件语言：简体中文 
软件大小：3.86G 
适用环境：适合于菜鸟及懒人安装
发布时间：2013年11月24日 
MD5校检 ：26B177B8536844DA4490375329D51572

系统特色:?用最齐全的驱动,优化最佳性能,稳定的精简方案.把QQ软件等装到D盘.桌面,文档,收藏夹都转移到 ...]]></description>
      <category>技术交流</category>
      <author>神马再现</author>
      <pubDate>Thu, 05 Dec 2013 08:00:48 +0000</pubDate>
    </item>
    <item>
      <title>Apache正向代理与反向代理配置</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3309</link>
      <description><![CDATA[正向代理示例配置：
[*]ProxyRequests On
[*]ProxyVia On
[*] 
[*]
[*]Order deny,allow
[*]Deny from all
[*]Allow from 192.168.0
[*]
[*]CacheEnable disk /
[*]CacheRoot \&quot;/var/cache/mod_proxy\&quot;
反向代理示例配置：
[*]ProxyRequests Off
[*]
[*]Order deny,allow
 ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:40:08 +0000</pubDate>
    </item>
    <item>
      <title>使用nginx Limit Requests模块限制单个IP请求速率</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3308</link>
      <description><![CDATA[此模块可以限制单个客户端发送请求的速率。
示例配置:
[*]http {
[*]    limit_req_zone  $binary_remote_addr  zone=one:10m   rate=1r/s;
[*] 
[*]    ...
[*] 
[*]    server {
[*] 
[*]        ...
[*] 
[*]location ~ .*\\.(php|php5)?$
[*]    {
[*]       limit_r ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:39:33 +0000</pubDate>
    </item>
    <item>
      <title>nginx_lua模块基于mysql数据库动态修改网页内容</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3307</link>
      <description><![CDATA[最近要实现一个需求，根据查询mysql数据库返回的内容，插入到网页底部。目前前端是用varnish作的缓存，刚开始想从varnish下手，但官方varnish不支持修改网页内容，要支持的话还需要自己修改源码实现，这个有点难度放弃了，于是想在varnish的后端架设一台nginx的反向代理 ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:36:54 +0000</pubDate>
    </item>
    <item>
      <title>利用nginx concat模块合并js css</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3306</link>
      <description><![CDATA[如果你网站有很多css和js文件，如果把它们分别合并到一个文件，可以大大减小http请求数，加快网站访问速度。nginx-http-concat模块是由淘宝网开发的，现在淘宝网合并js和css正是用这个模块，如链接http://a.tbcdn.cn/??s/kissy/1.2.0/kissy-min.js,p/global/1.0/global- ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:35:30 +0000</pubDate>
    </item>
    <item>
      <title>OpenResty(nginx扩展)实现防cc攻击</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3305</link>
      <description><![CDATA[更完善的防御已经编写成http-guard。http://www.centos.bz/http-guard/
本文介绍使用openresty来实现防cc攻击的功能。openresty官网http://openresty.org/cn/index.html。下面是防cc攻击的流程图。
根据流程图，我们知道防cc攻击主要包括两部分，一是限制请求速度，二是 ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:34:11 +0000</pubDate>
    </item>
    <item>
      <title>EZHTTP(一键安装Nginx Apache PHP MySQL Memcached Pureftpd)安装</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3304</link>
      <description><![CDATA[EZHTTP简介

EZHTTP是集成了nginx apache php mysql memcached等web服务器软件的一键安装脚本，它能自由选择安装任意的软件，自动选最优线路下载，定制容易。更详细的介绍请转到：www.centos.bz/ezhttp/。下面详细介绍下如何使用。


如何安装

因为安装时间会比较久 ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:32:50 +0000</pubDate>
    </item>
    <item>
      <title>nginx反向代理缓存配置</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3303</link>
      <description><![CDATA[这里给出示例，并详解。
[*]http {
[*][...]
[*][...]
[*] 
[*]proxy_cache_path  /data/nginx/cache/one  levels=1:2   keys_zone=one:10m max_size=10g;
[*]proxy_cache_key  \&quot;$host$request_uri\&quot;;
[*] 
[*]server {
[*]    server_name www.centos.bz centos.bz;
[*] ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:30:10 +0000</pubDate>
    </item>
    <item>
      <title>使用nginx lua实现网站统计中的数据收集</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3302</link>
      <description><![CDATA[网站数据统计分析工具是网站站长和运营人员经常使用的一种工具，比较常用的有谷歌分析、百度统计和腾讯分析等等。所有这些统计分析工具的第一步都是网站访问数据的收集。目前主流的数据收集方式基本都是基于javascript的。本文将简要分析这种数据收集的原理，并一步一步 ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:29:26 +0000</pubDate>
    </item>
    <item>
      <title>Undelete Files on Linux Systems</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3301</link>
      <description><![CDATA[Often times, a computer user will delete a needed file accidentally andnot have an easy way to regain or recreate the file. Thankfully, filescan be undeleted. When a user deletes a file, it is not gone, onlyhidden for some time. Here is how it all wo ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:26:37 +0000</pubDate>
    </item>
    <item>
      <title>I/O监视器-iotop</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3300</link>
      <description><![CDATA[iotop 是一个用来监视磁盘 I/O 使用状况的 top 类工具。如下图所示，Iotop 具有与 top 相似的 UI，其中包括 PID、用户、I/O、进程等相关信息。
1、安装
[*]ubuntu:apt-get install iotop
[*]centos:yum install iotop
2、使用方法
iotop [OPTIONS]
主要选项有：
-o :只 ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:20:25 +0000</pubDate>
    </item>
    <item>
      <title>grub rescue下手动引导系统</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3299</link>
      <description><![CDATA[现在让我们来学习手动来引导系统。
1、执行ls命令会出现所有的系统分区，如下
[*]grub rescue&gt; ls
[*](hd0,1),(hd0,2),(hd1,1),(hd2,1)
2、一个人ls查看，看能否看到/boot分区
[*]grub rescue&gt; ls (hd0,1)/
[*]   grub      lost+found    memtest86+_multiboot.bin     ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:11:37 +0000</pubDate>
    </item>
    <item>
      <title>linux文件名编码转换工具convmv</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3298</link>
      <description><![CDATA[[bgcolor=#ffffff]今天介绍个文件名转码的工具--convmv，convmv能帮助我们很容易地对一个文件，一个目录下所有文件进行编码转换，比如gbk转为utf8等。[/bgcolor]
语法：
[bgcolor=#ffffff]convmv [options] FILE(S) ... DIRECTORY(S)[/bgcolor]
主要选项：
[bgcolor=#ff ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Wed, 04 Dec 2013 06:10:21 +0000</pubDate>
    </item>
    <item>
      <title>设置centos6 yum源为光盘</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3290</link>
      <description><![CDATA[1、挂载光盘

[*]mount /dev/cdrom /media/cdrom



2、设置CentOS-Media.repo

检查/etc/yum.repos.d/目录是否存在里文件，如存在，此步略过，如果不存在，手动建立，代码如下：
[*][c6-media]
[*]name=CentOS-$releasever - Media
[*]baseurl=file:///media/CentOS/ ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Tue, 03 Dec 2013 09:44:14 +0000</pubDate>
    </item>
    <item>
      <title>HTTP状态码详解</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3289</link>
      <description><![CDATA[1、百科名片

HTTP状态码（HTTP Status Code）是用以表示网页服务器HTTP响应状态的3位数字代码。它由 RFC 2616 规范定义的，并得到RFC 2518、RFC 2817、RFC 2295、RFC 2774、RFC 4918等规范扩展。所有状态码的第一个数字代表了响应的五种状态之一。


2、具体含义

1x ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Tue, 03 Dec 2013 09:39:51 +0000</pubDate>
    </item>
    <item>
      <title>DNS查询原理讲解</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3288</link>
      <description><![CDATA[1、客户端需要访问www.centos.bz网站，首先查找本地dns缓存是否存在www.centos.bz的IP记录。
2、如果本地缓存没有记录，则向本地首选DNS服务器发送www.centos.bz的DNS查询请求。
3、本地DNS服务器接收查询请求后，首先查询缓存是否存在此域名的dns记录，如果找不到记录 ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Tue, 03 Dec 2013 09:39:00 +0000</pubDate>
    </item>
    <item>
      <title>十进制数与二进制数的转换</title>
      <link>https://hifyl.com/forum.php?mod=viewthread&amp;tid=3287</link>
      <description><![CDATA[一、二进制数转换成十进制数

由二进制数转换成十进制数的基本做法是，把二进制数首先写成加权系数展开式，然后按十进制加法规则求和。这种做法称为\&quot;按权相加\&quot;法。
例1105 把二进制数110.11转换成十进制数。



二、十进制数转换为二进制数

十进制数转换为二进制数时 ...]]></description>
      <category>技术交流</category>
      <author>果子</author>
      <pubDate>Tue, 03 Dec 2013 09:36:12 +0000</pubDate>
    </item>
  </channel>
</rss>