<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>吾知网 - php/jsp/html/html5</title>
    <link>http://5g99.com/bbs/forum-50-1.html</link>
    <description>Latest 20 threads of php/jsp/html/html5</description>
    <copyright>Copyright(C) 吾知网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 03 Apr 2026 21:59:12 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://5g99.com/bbs/static/image/common/logo_88_31.gif</url>
      <title>吾知网</title>
      <link>http://5g99.com/bbs/</link>
    </image>
    <item>
      <title>网站会员整合ucenter 实现多站点同步登录方法</title>
      <link>http://5g99.com/bbs/thread-367499-1-1.html</link>
      <description><![CDATA[之前简单的写过一篇的用户注册整合ucenter的文章，因为写的很简洁，很多童鞋都看的不是很明白，也收到了很多童鞋的问题邮件。前几天因为公司的几个 网站需要做同步登录功能，因此就用到了ucenter作为中间桥梁。现在很多开源的cms系统，博客系统，论坛系统都自带整合ucen ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 05 Nov 2020 08:17:28 +0000</pubDate>
    </item>
    <item>
      <title>Discuz自动生成html静态页面</title>
      <link>http://5g99.com/bbs/thread-367399-1-1.html</link>
      <description><![CDATA[Discuz自动生成html静态页面(修改超简单)index.php - 论坛主页 - 生成文件: index.htmforumdisplay.php - 主题列表 - 生成文件: fid - {板块fid} - {页码}.htmviewthread.php - 浏览帖子 - 生成文件: thread - {主题tid} - {页码}.htm(*)所有文件保存在论坛根目录插件名 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 20 Dec 2018 06:37:14 +0000</pubDate>
    </item>
    <item>
      <title>Thinkphp关闭缓存方法总结</title>
      <link>http://5g99.com/bbs/thread-367398-1-1.html</link>
      <description><![CDATA[ThinkPHP在数据缓存方面包括文件方式、共享内存方式和数据库方式在内的多种方式进行缓存，通过插件方式还可以增加以后需要的缓存类，让应用开发可以选择更加适合自己的缓存方式，从而有效地提高应用执行效率。目前已经支持的缓存方式包括：File、Apachenote、Apc、Eacce ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Tue, 18 Dec 2018 01:46:29 +0000</pubDate>
    </item>
    <item>
      <title>Windows下PHP线程安全与非线程安全、Apache版本选择，及详解五种运行模式。</title>
      <link>http://5g99.com/bbs/thread-367280-1-1.html</link>
      <description><![CDATA[相信通过这篇文章，可以解答很多在Windows下搭建PHP开发环境的朋友的困惑。 
关于从何处下载Apache：要安装Apache，你可能想当然地会去Apache官方网站下载适用于Windows的二进制版本。而这恰恰错了！PHP官方不建议在Windows下安装从apache.org网站下载的Apache二进制安 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 25 Feb 2018 03:05:04 +0000</pubDate>
    </item>
    <item>
      <title>PHP 线程安全与非线程安全版本的区别</title>
      <link>http://5g99.com/bbs/thread-367279-1-1.html</link>
      <description><![CDATA[从2000年10月20日发布的第一个Windows版的PHP3.0.17开始的都是线程安全的版本，这是由于与Linux/Unix系统是采用多进程的工作方式不同的是Windows系统是采用多线程的工作方式。如果在IIS下以CGI方式运行PHP会非常慢，这是由于CGI模式是建立在多进程的基础之上的，而非多 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 25 Feb 2018 02:53:38 +0000</pubDate>
    </item>
    <item>
      <title>discuz X3.4 乱码最终解决方案</title>
      <link>http://5g99.com/bbs/thread-367278-1-1.html</link>
      <description><![CDATA[个人资料乱码处理
原因：GBK版的该文件编码出错为UTF编码

install\\include\\install_var.php
解决：
可以把该文件转码成为GBK编码，重新安装
不想重新安装的可以修改数据库
修改pre_common_setting表
例如：install_var.php中的
\'postnocustom\' =&gt;
  array ( ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Sat, 24 Feb 2018 04:17:13 +0000</pubDate>
    </item>
    <item>
      <title>Ucenter的用户注册和登录</title>
      <link>http://5g99.com/bbs/thread-367266-1-1.html</link>
      <description><![CDATA[以Discuz! X2.5为例分析代码实现。1.注册找到source\\class\\class_member.php文件，有如下代码：

[*]$uid = uc_user_register(addslashes($username), $password, $email, $questionid, $answer, $_G[\'clientip\']);  [/backcolor]
[/backcolor]
uc_user_register定 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Tue, 02 Jan 2018 04:21:28 +0000</pubDate>
    </item>
    <item>
      <title>windows中nginx环境下discuz的Ucenter连接不上一直正在连接socket解决办法</title>
      <link>http://5g99.com/bbs/thread-367254-1-1.html</link>
      <description><![CDATA[助在 nginx 环境下 Discuz 和 Ucenter 一直出于「正在连接」的通信状态，做何调整可以使得通信成功呢？



 关于Windows Nginx 下面打开Ucenter应用无法通讯的问题
有这个现象，建议换iis+php或apache+php
http://www.discuz.net/forum.php?mod=viewthread&amp;tid=31 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Fri, 15 Dec 2017 16:08:42 +0000</pubDate>
    </item>
    <item>
      <title>UCenter整合第三方应用程序</title>
      <link>http://5g99.com/bbs/thread-367246-1-1.html</link>
      <description><![CDATA[UCenter除了对实现用户通行，各个应用通用信息的存储和处理之外，还有一个重要的功能就是开放的接口协议，其他第三方应用程序通过简单修改，即可很容易将程序纳入UCenter体系中来，和其他应用共享用户以及其他数据 ，关于第三方应用程序的整合牵扯到的东西比较多，这里 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 07 Dec 2017 02:58:19 +0000</pubDate>
    </item>
    <item>
      <title>Discuz Ucenter无法登入、验证码不显示解决方法</title>
      <link>http://5g99.com/bbs/thread-367213-1-1.html</link>
      <description><![CDATA[最近因为案件需求 , 帮客户制作X3系列的网站 , 才发现Ucenter问题很大 , 一下子验证码不显示 , 花了点时间把验证码问题搞定 , 又发现登录一下就又登出了(不用想了就是cookie在作怪) , 下方整理了两个问题的解决方法 , 不一定适用于全部的人 , 但至少Shawn在本地安装环境 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Tue, 21 Nov 2017 02:37:00 +0000</pubDate>
    </item>
    <item>
      <title>php5.4后htmlspecialchars输出为空的问题</title>
      <link>http://5g99.com/bbs/thread-367200-1-1.html</link>
      <description><![CDATA[从旧版升级到php5.4，恐怕最麻烦的就是htmlspecialchars这个问题了！当然，htmlentities也会受影响，不过，对于中文站来说一般用htmlspecialchars比较常见，htmlentities非常少用到。

可能老外认为网页普遍应该是utf-8编码的，于是苦了那些用GB2312，GBK编码的中文站 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 05 Nov 2017 03:14:46 +0000</pubDate>
    </item>
    <item>
      <title>Discuz管理权限</title>
      <link>http://5g99.com/bbs/thread-367160-1-1.html</link>
      <description><![CDATA[管理权限是指论坛中某个用户所拥有的管理论坛的权限。    它在members表中对应的字段是adminid。    Discuz!论坛系统提供了4种类别的管理权限。    分别是：管理员，超级版主，版主，无。    上述4中管理权限对应的adminid分别是：1，2，3，0。
(1) 全局变量系统篇$_G[ ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 22 Oct 2017 04:26:46 +0000</pubDate>
    </item>
    <item>
      <title>第三方支付平台支付接口及回调接口开发</title>
      <link>http://5g99.com/bbs/thread-367131-1-1.html</link>
      <description><![CDATA[作为开放式的B/S架构程序，无论所属电商，金融，机械制造，企业OA，ERP，CRM，CMS等等行业或系统中，第三方支付以及银联支付的业务一定是客户关心所在，也是保证客户系统盈利运营的一个重要保障。通常这种B2C或者C2C系统的开发，商户用户所关注的支付平台大多离不开“阿 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 12 Oct 2017 09:35:27 +0000</pubDate>
    </item>
    <item>
      <title>HTML5+NodeJs实现WebSocket即时通讯</title>
      <link>http://5g99.com/bbs/thread-367122-1-1.html</link>
      <description><![CDATA[声明：本文为原创文章，如需转载，请注明来源WAxes，谢谢！　　最近都在学习HTML5，做canvas游戏之类的，发现HTML5中除了canvas这个强大的工具外，还有WebSocket也很值得注意。可以用来做双屏互动游戏，何为双屏互动游戏？就是通过移动端设备来控制PC端网页游戏。这样的 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Wed, 11 Oct 2017 03:08:50 +0000</pubDate>
    </item>
    <item>
      <title>Discuz X3.2实现手机号登录</title>
      <link>http://5g99.com/bbs/thread-367076-1-1.html</link>
      <description><![CDATA[1.实现手机号登录，很简单在pre_common_member，pre_ucenter_members两张表增加mobile字段发现登录调用的是UC的uc_user_login接口方法，此方法在uc_client/client.php文件里，然后跟踪,在控制器文件夹uc_client/control/user.php里找到onlogin()方法，继续跟踪在model文 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Fri, 01 Sep 2017 09:00:04 +0000</pubDate>
    </item>
    <item>
      <title>手机web——自适应网页设计（html/css控制）【转】</title>
      <link>http://5g99.com/bbs/thread-367072-1-1.html</link>
      <description><![CDATA[一. 允许网页宽度自动调整：

\&quot;自适应网页设计\&quot;到底是怎么做到的？其实并不难。

首先，在网页代码的头部，加入一行viewport元标签。



viewport是网页默认的宽度和高度，上面这行代码的意思是，网页宽度默认等于屏幕宽度（width=device-width），原始缩放比例 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Sat, 19 Aug 2017 06:37:24 +0000</pubDate>
    </item>
    <item>
      <title>php 数组排序按照某个字段排序</title>
      <link>http://5g99.com/bbs/thread-367067-1-1.html</link>
      <description><![CDATA[经常，开发人员发现在PHP中使用这种数据结构对值或者数组元素进行排序非常有用。PHP提供了一些适合多种数组的排序函数，这些函数允许你在数组内部对元素进行排列，也允许用很多不同的方法对它们进行重新排序。在这篇文章中我们将讨论该排序中最重要的几个函数。简单排序 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 13 Aug 2017 15:32:36 +0000</pubDate>
    </item>
    <item>
      <title>在PHP代码中处理JSON 格式的字符串</title>
      <link>http://5g99.com/bbs/thread-367064-1-1.html</link>
      <description><![CDATA[$url=\'http://aaaa.com/apimobile/getmemberphoto?memid=\'.$id.\'&amp;num=\'.$num.\'&amp;sign=\'.$sign;
    $modelMembersPhotoJson= file_get_contents($url);
    $modelMembersPhoto=json_decode($modelMembersPhotoJson,TRUE);


在PHP代码中处理JSON 格式的字符串 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 06 Aug 2017 15:35:18 +0000</pubDate>
    </item>
    <item>
      <title>如何在 Ubuntu 14.04 把 PHP 5 升级到 PHP 7</title>
      <link>http://5g99.com/bbs/thread-367057-1-1.html</link>
      <description><![CDATA[2015年12月3日 PHP 7 发布，相对于以前版本的而言，大大提升了速度。本指南介绍如何将运行PHP 5.x（任何版本）的 Apache 或 Nginx Web 服务器快速升级到PHP 7。为PHP 7.0 软件包添加 PPAPPA 允许用户建立自己的软件仓库，自由的上传软件。PPA也被用来对一些打算进入 Ubu ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 03 Aug 2017 02:59:45 +0000</pubDate>
    </item>
    <item>
      <title>dedecms来调用discuz论坛帖子</title>
      <link>http://5g99.com/bbs/thread-367050-1-1.html</link>
      <description><![CDATA[今天我告诉大家一些在织梦dedecms里面调用 discuz论坛帖子的一些方法，这些方法都是好不容易从网上搜来的，这次一次奉献给大家啦。　　首先要注意的是下面的代码中都有table=\&quot;cdb_threads\&quot;这句。这句不是适用所有网站的，这个地方cbd是你论坛的表前缀名称，大家根据自己 ...]]></description>
      <category>php/jsp/html/html5</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 30 Jul 2017 00:28:56 +0000</pubDate>
    </item>
  </channel>
</rss>