<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>草根吧 - PHP技术区</title>
    <link>https://www.cgzz8.cn/f-73-1.html</link>
    <description>Latest 20 threads of PHP技术区</description>
    <copyright>Copyright(C) 草根吧</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Sat, 05 Sep 2026 04:40:45 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.cgzz8.cn/static/image/common/logo_88_31.gif</url>
      <title>草根吧</title>
      <link>https://www.cgzz8.cn/</link>
    </image>
    <item>
      <title>PHP点击超链接刷新当前页的代码</title>
      <link>https://www.cgzz8.cn/t-39091-1-1.html</link>
      <description><![CDATA[在PHP中，可以通过多种方式实现点击超链接刷新当前页的效果。以下是几种常见的方法：1.使用JavaScript的location.reload()方法刷新页面
**** 本内容被作者隐藏 ****
2.使用PHP的header()函数进行重定向
**** 本内容被作者隐藏 ****

 ...]]></description>
      <category>PHP技术区</category>
      <author>小草根</author>
      <pubDate>Sat, 25 Oct 2025 12:59:45 +0000</pubDate>
    </item>
    <item>
      <title>使用php正则httpABc模糊调用远端链接的preg_replace转化解码方法</title>
      <link>https://www.cgzz8.cn/t-38853-1-1.html</link>
      <description><![CDATA[我们以[西风]视频中心插件为例：
路径：\\jameson_sp\\function\\function_jamesonsp.php
其中：
我们看到，

使用正在进行了调用远端链接进行了地址模糊处理，
我们可以使用以下方法解码出来：
**** 本内容被作者隐藏 ****
 ...]]></description>
      <category>PHP技术区</category>
      <author>民审-M</author>
      <pubDate>Thu, 06 Dec 2018 07:06:17 +0000</pubDate>
    </item>
    <item>
      <title>Discuz! https网站协议判断加强调用</title>
      <link>https://www.cgzz8.cn/t-38733-1-1.html</link>
      <description><![CDATA[引入：
$sys = $this-&gt;check_is_https() ? \'https://\' : \'http://\';


判断：
public function check_is_https()
]]></description>
      <category>PHP技术区</category>
      <author>民审-M</author>
      <pubDate>Sun, 02 Dec 2018 15:50:06 +0000</pubDate>
    </item>
    <item>
      <title>运营级一比一仿微信含直播小视频app源码定制开发</title>
      <link>https://www.cgzz8.cn/t-38213-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>PHP技术区</category>
      <author>frsd</author>
      <pubDate>Tue, 13 Nov 2018 05:33:57 +0000</pubDate>
    </item>
    <item>
      <title>Discuz!服务器环境设置并发 (PHP-FPM)php-fpm.conf 配置 性能优化 参数详解</title>
      <link>https://www.cgzz8.cn/t-37792-1-1.html</link>
      <description><![CDATA[下图是展示一下php-fpm.conf 主要配置参数：
pm = dynamic; 表示使用哪种进程数量管理方式
dynamic表示php-fpm进程数是动态的，最开始是pm.start_servers指定的数量，如果请求较多，则会自动增加，保证空闲的进程数不小于pm.min_spare_servers，如果进程数较多，也会进 ...]]></description>
      <category>PHP技术区</category>
      <author>民审-M</author>
      <pubDate>Thu, 25 Oct 2018 03:22:03 +0000</pubDate>
    </item>
    <item>
      <title>discuz服务器环境php-fpm和cgi，并发响应的理解以及高并发和多线程的关系</title>
      <link>https://www.cgzz8.cn/t-37791-1-1.html</link>
      <description><![CDATA[首先搞清楚php-fpm与cgi的关系
[*]cgi
　　cgi是一个web server与cgi程序（这里可以理解为是php解释器）之间进行数据传输的协议，保证了传递的是标准数据。
[*]php-cgi
　　php-cgi是php解释器，就是上文提到的cgi程序。
[*]Fastcgi
　　Fastcgi是用来提高cgi程序（php- ...]]></description>
      <category>PHP技术区</category>
      <author>民审-M</author>
      <pubDate>Thu, 25 Oct 2018 03:19:49 +0000</pubDate>
    </item>
    <item>
      <title>Discuz!模板做单独插件授权引入语法</title>
      <link>https://www.cgzz8.cn/t-37506-1-1.html</link>
      <description><![CDATA[实例：
其中：在模板相关需要引入的文件，


下面添加：
**** 本内容被作者隐藏 ****
为授权引入。]]></description>
      <category>PHP技术区</category>
      <author>民审-M</author>
      <pubDate>Mon, 08 Oct 2018 07:44:26 +0000</pubDate>
    </item>
    <item>
      <title>discuz x3.4我收藏的版块和帖子、文章、日志、群组的查询</title>
      <link>https://www.cgzz8.cn/t-36592-1-1.html</link>
      <description><![CDATA[1.我收藏的版块


2.我收藏的帖子


3.我收藏的文章


4.我收藏的群组


5.我收藏的日志


可被收藏的就这些了吧。 这里只是列出20条，像帖子、文章、日志这种可能会收藏很多，如果有分页需要可以利用自带的分页函数来分页。



20190919 补充调用方法
和


20180919 ...]]></description>
      <category>PHP技术区</category>
      <author>民审-M</author>
      <pubDate>Wed, 19 Sep 2018 08:09:22 +0000</pubDate>
    </item>
    <item>
      <title>如何解决vue脚手架打包上线遇到的问题</title>
      <link>https://www.cgzz8.cn/t-34643-1-1.html</link>
      <description><![CDATA[关于如何解决vue脚手架打包上线遇到的问题，有着一定的参考价值，现在分享给大家，有需要的朋友可以参考一下
index.html是有的 但是页面是空白的 通过network找出是路径中少了一个打包的文件夹的名称；在config.js文件夹下面的index.js中修改加个点相对于index.html的路 ...]]></description>
      <category>PHP技术区</category>
      <author>小小虎哥</author>
      <pubDate>Sun, 15 Jul 2018 16:46:40 +0000</pubDate>
    </item>
    <item>
      <title>分析Vue中mixin的使用方法</title>
      <link>https://www.cgzz8.cn/t-34642-1-1.html</link>
      <description><![CDATA[关于详解Vue中mixin的使用方法，有着一定的参考价值，现在分享给大家，有需要的朋友可以参考一下
在项目中我们经常会遇到多个组件调用同一个方法的问题，为了避免每次都在.vue文件中定义并调用，我们可采用vue的mixin的用法：具体使用如下：我们需要在main.js中引入mixi ...]]></description>
      <category>PHP技术区</category>
      <author>小小虎哥</author>
      <pubDate>Sun, 15 Jul 2018 16:46:10 +0000</pubDate>
    </item>
    <item>
      <title>关于vue2.0中rem的运行环境搭建的过程</title>
      <link>https://www.cgzz8.cn/t-34641-1-1.html</link>
      <description><![CDATA[关于vue2.0中rem的运行环境搭建的过程，有着一定的参考价值，现在分享给大家，有需要的朋友可以参考一下
1.下载lib-flexible文件　　npm install lib-flexible --save2.引入lib-flexible文件　　import \'lib-flexible\'3.安装px2rem　　#. npm i postcss-px2rem --save　 ...]]></description>
      <category>PHP技术区</category>
      <author>小小虎哥</author>
      <pubDate>Sun, 15 Jul 2018 16:45:37 +0000</pubDate>
    </item>
    <item>
      <title>Discuz!模板扩展样式css写法</title>
      <link>https://www.cgzz8.cn/t-34252-1-1.html</link>
      <description><![CDATA[----------------------------------

结构目录：
]]></description>
      <category>PHP技术区</category>
      <author>民审-M</author>
<enclosure url="https://img.cgzz8.cn/data/attachment/forum/2. 全局常用 CSS 样式
" length="3. 表单及表单元素
" type="image/jpeg" />      <pubDate>Wed, 20 Jun 2018 13:45:44 +0000</pubDate>
    </item>
    <item>
      <title>请教技术，环境搭建（执行速度优化）问题！</title>
      <link>https://www.cgzz8.cn/t-32742-1-1.html</link>
      <description><![CDATA[服务器系统    Wind2012  64位   IIS8.0
PHP版本       PHP5.3  
数据库版本    Mysql5.5  
独享IP宽带    2M硬盘              80G
西部数码的 云服务器
开启了 zend_loader PHP加速扩展
开启了 eAccelerator   PHP加速扩展
Discuz论坛 后台 缓存按照  推荐设置。


测 ...]]></description>
      <category>PHP技术区</category>
      <author>jkewajj</author>
      <pubDate>Thu, 15 Mar 2018 12:45:46 +0000</pubDate>
    </item>
    <item>
      <title>草根吧鼠标点击特效&quot;富强&quot;&quot;民主&quot;&quot;文明&quot;实现方法与应用</title>
      <link>https://www.cgzz8.cn/t-32468-1-1.html</link>
      <description><![CDATA[草根吧鼠标点击特效：\&quot;富强\&quot;, \&quot;民主\&quot;, \&quot;文明\&quot;, \&quot;和谐\&quot;, \&quot;自由\&quot;, \&quot;平等\&quot;, \&quot;公正\&quot; ,\&quot;法治\&quot;, \&quot;爱国\&quot;, \&quot;敬业\&quot;, \&quot;诚信\&quot;, \&quot;友善\&quot; 点击显示效果应用：


应用效果如图所示：


代码：


应用方法：
**** 本内容被作者隐藏 ****
 ...]]></description>
      <category>PHP技术区</category>
      <author>民审-M</author>
      <pubDate>Thu, 01 Mar 2018 01:21:56 +0000</pubDate>
    </item>
    <item>
      <title>Discuz！PHP的超全局变量$_SERVER</title>
      <link>https://www.cgzz8.cn/t-32453-1-1.html</link>
      <description><![CDATA[$_SERVER是PHP中十分实用的超全局变量，在开发可移植的网站的时候会变得很有用。　　下面我记录一下我自己常用到的几个变量　　1.  $_SERVER[\'SERVER_NAME\']  ：记录了网站的域名。　　2.  $_SERVER[\'DOCUMENT_ROOT\']  ：网站的根目录（就是在你系统下的绝对路径，在win ...]]></description>
      <category>PHP技术区</category>
      <author>民审-M</author>
      <pubDate>Tue, 27 Feb 2018 08:02:48 +0000</pubDate>
    </item>
    <item>
      <title>asp环境检测测试脚本探针</title>
      <link>https://www.cgzz8.cn/t-32437-1-1.html</link>
      <description><![CDATA[asp环境检测测试脚本探针：]]></description>
      <category>PHP技术区</category>
      <author>民审-M</author>
      <pubDate>Mon, 26 Feb 2018 05:11:43 +0000</pubDate>
    </item>
    <item>
      <title>Discuz!插件应用PHP运算符逻辑判断序列化混淆</title>
      <link>https://www.cgzz8.cn/t-32177-1-1.html</link>
      <description><![CDATA[本节展示了可用于 PHP 脚本中的各种运算符.
PHP 算数运算符下例展示了使用不同算数运算符的不同结果：实例运行实例
PHP 赋值运算符PHP 赋值运算符用于向变量写值。PHP 中基础的赋值运算符是 \&quot;=\&quot;。这意味着右侧赋值表达式会为左侧运算数设置值。下例展示了使用不同赋值运 ...]]></description>
      <category>PHP技术区</category>
      <author>民审-M</author>
      <pubDate>Tue, 30 Jan 2018 05:12:00 +0000</pubDate>
    </item>
    <item>
      <title>php加壳的那种加密不用安装组件就能用实现</title>
      <link>https://www.cgzz8.cn/t-32010-1-1.html</link>
      <description><![CDATA[php加壳的那种加密不用安装组件就能用实现
**** 本内容被作者隐藏 ****]]></description>
      <category>PHP技术区</category>
      <author>冠希。</author>
      <pubDate>Fri, 19 Jan 2018 03:35:37 +0000</pubDate>
    </item>
    <item>
      <title>DZ应用中心魔方加密第三代加密引擎函数类型支持性预览</title>
      <link>https://www.cgzz8.cn/t-31986-1-1.html</link>
      <description><![CDATA[DZ应用中心魔方加密第三代加密引擎函数类型支持性预览：


开发手册（适用于  · 第三代加密引擎）
**** 本内容被作者隐藏 ****]]></description>
      <category>PHP技术区</category>
      <author>Discuz! 反addon</author>
      <pubDate>Wed, 17 Jan 2018 12:04:16 +0000</pubDate>
    </item>
    <item>
      <title>【本人实测】标签伪静态修改和伪静态规则</title>
      <link>https://www.cgzz8.cn/t-31385-1-1.html</link>
      <description><![CDATA[编写本篇的原因是网上较多描述不清楚的教程，使用了后发现各种问题。对于我们这种菜鸟级的，教程需要思路清晰，表述清楚！下边是根据网上整理过来的，修改不正确的地方！亲测可用了。

标签伪静态演示链接：
http://www.tuyuanma.com/tag-1176.html
http://www.tuyuanma ...]]></description>
      <category>PHP技术区</category>
      <author>小华</author>
      <pubDate>Thu, 07 Dec 2017 07:30:31 +0000</pubDate>
    </item>
  </channel>
</rss>