<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>吾知网 - 导读 - 最新回复</title>
    <link>http://www.5g99.com/bbs/forum.php?mod=guide&amp;view=new</link>
    <description>最新回复</description>
    <copyright>Copyright(C) 吾知网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 13 Jun 2026 21:31:40 +0000</lastBuildDate>
    <ttl>30</ttl>
    <image>
      <url>http://www.5g99.com/bbs/static/image/common/logo_88_31.gif</url>
      <title>吾知网</title>
      <link>http://www.5g99.com/bbs/</link>
    </image>
    <item>
      <title>网站会员整合ucenter 实现多站点同步登录方法</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367499</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>Android：一个实用的WebView浏览网页，可直接使用</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367425</link>
      <description><![CDATA[1、前言
无论是日常开发还是练习，相信网页显示是经常需要实现的业务场景，现在的应用一般有网页链接传入，都直接在自己的应用中显示，不会去跳转自带浏览器。今天，我们就来实现一个能满足基本网页浏览需求的页面。国际惯例附上源码。
2、效果图




WebView浏 ...]]></description>
      <category>android/ios</category>
      <author>jekeyhui99</author>
      <pubDate>Wed, 31 Jul 2019 03:42:07 +0000</pubDate>
    </item>
    <item>
      <title>Flex Air 窗口 接受文件拖入</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367423</link>
      <description><![CDATA[通常桌面软件需要支援文件拖入然后打开文件的功能，步骤如下

1、在WindowedApplication 中注册两个事件监听器，监听NativeDragEvent.NATIVE_DRAG_ENTER (文件拖入窗口但未释放鼠标按键)和 NativeDragEvent.NATIVE_DRAG_DROP(释放鼠标按键)

this.addEventListener( ...]]></description>
      <category>flash/as3/js/</category>
      <author>jekeyhui99</author>
      <pubDate>Tue, 04 Jun 2019 11:25:26 +0000</pubDate>
    </item>
    <item>
      <title>SVN中update to revision与revert to revision的区别</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367422</link>
      <description><![CDATA[假设我们有许多个版本，版本号分别是1-10
如果我们在7这里选择revert to this version那么7之后的8,9,10的操作都会被消除
如果在7选择revert changes from this version那么7版本的修改将会被消除
如果同时选择7,8 revert changes from this version那么7和8两个版本 ...]]></description>
      <category>Linux/MySql/开发工具/操作系统</category>
      <author>jekeyhui99</author>
      <pubDate>Tue, 26 Feb 2019 12:28:31 +0000</pubDate>
    </item>
    <item>
      <title>wss连接的一些坑</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367421</link>
      <description><![CDATA[转自：https://blog.csdn.net/qq_28804275/article/details/80891921&#8195;&#8195;过去的这一个多月里，我的工（开）作（发）任务转战回了游戏。短短的一个月里，催着输出两款h5游戏，再加上对接、联调，想想真是够辛（ku）苦（bi）的。本人负责后端，也就是服务端这块 ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Mon, 28 Jan 2019 09:01:04 +0000</pubDate>
    </item>
    <item>
      <title>利用babel将ES6代码转化成ES5代码</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367420</link>
      <description><![CDATA[ES6转化为ES5的工具有很多,下面介绍babel来转化ES6代码;在npm环境下:cd 到项目目录;npm init -ynpm install babel-cli -g&amp;nbsp;(先全局安装babel-cli);npm install&amp;nbsp;babel-cli&amp;nbsp;babel-preset-es2015 --save-dev(本地安装这两个);项目目录:&amp;nbsp;其中.babelrc文 ...]]></description>
      <category>flash/as3/js/</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 27 Jan 2019 07:44:18 +0000</pubDate>
    </item>
    <item>
      <title>通过python的hashlib模块计算一个文件的MD5值</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367418</link>
      <description><![CDATA[Python的hashlib提供了很多摘要算法，如MD5，SHA1等常用算法。&amp;nbsp; 什么是摘要算法呢？摘要算法又称哈希算法、散列算法。它通过一个函数，把任意长度的数据转换为一个长度固定的数据串（如MD5值共32位，且每位都是用16进制进行表示）。&amp;nbsp; 摘要算法就是通过摘要函 ...]]></description>
      <category>nodejs/python</category>
      <author>jekeyhui99</author>
      <pubDate>Fri, 25 Jan 2019 03:56:53 +0000</pubDate>
    </item>
    <item>
      <title>Python爬虫-正则</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367417</link>
      <description><![CDATA[前言
想说正则的知识点并不多，需要思考地方却不少。python里提取数据的方式很多，但私以为掌握那些中的某一个的同时，一定要兼顾正则。主观推崇原因有二，一：re是python的基本库，不需要额外安装且解析速度快；二：正则能做到xpatn、BeautifulSoup、PyQuery可以做到 ...]]></description>
      <category>nodejs/python</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 24 Jan 2019 07:14:14 +0000</pubDate>
    </item>
    <item>
      <title>Python 汉字简体和繁体的相互转换</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367416</link>
      <description><![CDATA[其实利用python实现汉字的简体和繁体相互转早有人做过,并发布到github上了,地址:https://github.com/skydark/nstools/tree/master/zhtools该项目还有其他很多跟汉字相关的功能,本文只介绍繁体和简体相互转换具体方法很简单,下载该项目中的&amp;nbsp;zh_wiki.py &amp;nbsp;和&amp;nbs ...]]></description>
      <category>nodejs/python</category>
      <author>jekeyhui99</author>
      <pubDate>Sat, 19 Jan 2019 06:13:05 +0000</pubDate>
    </item>
    <item>
      <title>python中digest()和hexdigest()区别</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367415</link>
      <description><![CDATA[hashlib是涉及安全散列和消息摘要，提供多个不同的加密算法接口，如SHA1、SHA224、SHA256、SHA384、SHA512、MD5等。其中hash.digest()&amp;nbsp;返回摘要，作为二进制数据字符串值hash.hexdigest()&amp;nbsp;返回摘要，作为十六进制数据字符串值&amp;nbsp;举个例子import hashlib
 ...]]></description>
      <category>nodejs/python</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 17 Jan 2019 03:21:19 +0000</pubDate>
    </item>
    <item>
      <title>在python上调用cmd中文乱码</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367414</link>
      <description><![CDATA[os.system(\'dir\')
解决方法加上

os.system(\'chcp 65001\')
注：CHCP是一个计算机指令，能够显示或设置活动代码页编号。
代码页 描述
65001 UTF-8代码页
950繁体中文
936简体中文默认的GBK
437 MS-DOS美国英语
但是通过CHCP设置编码是治标不治本的
想永久的更 ...]]></description>
      <category>nodejs/python</category>
      <author>jekeyhui99</author>
      <pubDate>Wed, 16 Jan 2019 13:47:42 +0000</pubDate>
    </item>
    <item>
      <title>Python模块: 命令行解析optionparser</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367413</link>
      <description><![CDATA[Python 有两个内建的模块用于处理命令行参数：一个是 getopt，《Deep in python》一书中也有提到，只能简单处理 命令行参数；另一个是 optparse，它功能强大，而且易于使用，可以方便地生成标准的、符合Unix/Posix 规范的命令行说明。使用optionparser模块来解析optionp ...]]></description>
      <category>nodejs/python</category>
      <author>jekeyhui99</author>
      <pubDate>Wed, 16 Jan 2019 11:16:11 +0000</pubDate>
    </item>
    <item>
      <title>python 中的[::-1]</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367412</link>
      <description><![CDATA[for value in rang(10)涉及的数字倒序输出：　　for value in rang(10)[::-1]涉及的数字倒序输出：一、反转
二、详解这个是python的slice notation的特殊用法。a = [0,1,2,3,4,5,6,7,8,9]
b = a 表示复制a到a[j-1]，以生成新的list对象
b = a[1:3] 那么，b的内容是 [ ...]]></description>
      <category>nodejs/python</category>
      <author>jekeyhui99</author>
      <pubDate>Wed, 16 Jan 2019 08:24:28 +0000</pubDate>
    </item>
    <item>
      <title>python编程中的if __name__ == \'main\': 的作用和原理</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367411</link>
      <description><![CDATA[在大多数编排得好一点的脚本或者程序里面都有这段if __name__ == \'main\': ，虽然一直知道他的作用，但是一直比较模糊，收集资料详细理解之后与打架分享。&amp;nbsp; &amp;nbsp;1、这段代码的功能&amp;nbsp; &amp;nbsp;一个python的文件有两种使用的方法，第一是直接作为脚本执行，第二是 ...]]></description>
      <category>nodejs/python</category>
      <author>jekeyhui99</author>
      <pubDate>Wed, 16 Jan 2019 07:43:16 +0000</pubDate>
    </item>
    <item>
      <title>python中%代表什么意思</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367410</link>
      <description><![CDATA[python中%：
1. 求模运算，相当于mod，也就是计算除法的余数，比如5%2就得到1。
2. %还用在python的格式化输出，比如：
     a = \'test\'
     print \'it is a %s\' %(a)
     打印的结果就是 it is a test]]></description>
      <category>nodejs/python</category>
      <author>jekeyhui99</author>
      <pubDate>Wed, 16 Jan 2019 07:41:48 +0000</pubDate>
    </item>
    <item>
      <title>娱乐开发两不误，10 大开源游戏框架推荐</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367409</link>
      <description><![CDATA[从角色扮演游戏到即时策略游戏，从冒险解谜游戏到动作射击游戏，甚至是只有一兆大小的迷你游戏，都有起着核心作用的技术组成部分。本文将介绍十大好用的开源游戏引擎和框架，希望能给你的游戏开发带来帮助。1、网易游戏服务器框架 Pomelo[/backcolor]Pomelo 是由网易开 ...]]></description>
      <category>golang</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 13 Jan 2019 14:46:59 +0000</pubDate>
    </item>
    <item>
      <title>给skynet增加websocket模块</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367408</link>
      <description><![CDATA[&amp;nbsp;最近迷上了skynet，代码质量很高，算开源游戏服务器框架中的佼佼者，不管是Python的firefly，C++/Python的kbengine，C#的scut，还是nodejs的pomelo，skynet在并发上和商业应用都有很大的优势，根据http://thislinux.com/blog/5_panic.html描述，skynet能支持单机3 ...]]></description>
      <category>erlang</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 13 Jan 2019 11:50:20 +0000</pubDate>
    </item>
    <item>
      <title>c#替换文件目录及其子目录中的文件内容</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367407</link>
      <description><![CDATA[using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace urlChange{&amp;nbsp; &amp;nbsp; class Program&amp;nbsp; &amp;nbsp; {&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; static void Main(string[] args)&amp;n ...]]></description>
      <category>c/c++/c#</category>
      <author>jekeyhui99</author>
      <pubDate>Mon, 07 Jan 2019 14:24:37 +0000</pubDate>
    </item>
    <item>
      <title>C#匹配中文字符串的4种正则表达式</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367406</link>
      <description><![CDATA[在C#中，匹配中文的正则表达式用Unicode来表示时，范围是： [\\u4e00-\\u9fa5]。所以，在此基础上，我们可以得到如下一些正则表达式。1、匹配字符串全部是中文字符的正则表达式代码如下:\&quot;^[\\u4e00-\\u9fa5]+$\&quot;说明：“^”表示字符串开头，“$”表示字符串结束，“[\\u4e00-\\ ...]]></description>
      <category>c/c++/c#</category>
      <author>jekeyhui99</author>
      <pubDate>Mon, 07 Jan 2019 08:45:20 +0000</pubDate>
    </item>
    <item>
      <title>[转]常用正则表达式大全！（例如：匹配中文、匹配html）</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367405</link>
      <description><![CDATA[常用正则表达式大全！（例如：匹配中文、匹配html） 
匹配中文字符的正则表达式：    
　　评注：匹配中文还真是个头疼的事，有了这个表达式就好办了 
　　匹配双字节字符(包括汉字在内)：[^x00-xff] 
　　评注：可以用来计算字符串的长度（一个双字节字符长度计2， ...]]></description>
      <category>flash/as3/js/</category>
      <author>jekeyhui99</author>
      <pubDate>Mon, 07 Jan 2019 01:41:43 +0000</pubDate>
    </item>
    <item>
      <title>MMORPG游戏服务器技术选型参考</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367404</link>
      <description><![CDATA[游戏服务器一般追求稳定和效率，所以偏向于保守，使用的技术手段也是以已经过验证、开发人员最熟悉、能HOLD为主要前提。

1、典型按场景分服设计
  开发语言： c++

  数据库：mysql

  架构：

  多个网关：维持与玩家间的SOCKET连接，可处理广播、断线重连等 ...]]></description>
      <category>c/c++/c#</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 06 Jan 2019 14:18:52 +0000</pubDate>
    </item>
    <item>
      <title>对于游戏服务器的一些思考和研究</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367403</link>
      <description><![CDATA[客户端已经写了五六年了，但是并没有写过服务器。现在有相关的需求，希望能够以比较省时省力的方式完成服务器的开发。经验比较浅，所以以下言论只是个人观点和吐槽。


          我对服务器技术的理解是这样的。做到京东、阿里这么大的规模的时候，对数据一致性、容 ...]]></description>
      <category>nodejs/python</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 06 Jan 2019 13:25:45 +0000</pubDate>
    </item>
    <item>
      <title>神奇现象100个未解之谜</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367402</link>
      <description><![CDATA[导语：神秘世界100个未解之谜:【两亿年前的脚印之谜】【柬埔寨高棉王国消失】【世界第一大峡谷悬疑】【奥兹诅咒】【神农架野人】【古墓长明灯不熄之谜】【玛雅文明消失之谜】【巴别通天塔之谜】【大津巴布韦之谜】【起死回生的圣泉】……据悉，2002年5月25日台湾中华航 ...]]></description>
      <category>悬疑/未解之谜</category>
      <author>jekeyhui99</author>
      <pubDate>Fri, 21 Dec 2018 03:50:06 +0000</pubDate>
    </item>
    <item>
      <title>理解 JavaScript 的 async/await</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367401</link>
      <description><![CDATA[随着&amp;nbsp;Node 7&amp;nbsp;的发布，越来越多的人开始研究据说是异步编程终级解决方案的 async/await。我第一次看到这组关键字并不是在 JavaScript 语言里，而是在 c# 5.0 的语法中。C# 的 async/await 需要在 .NET Framework 4.5 以上的版本中使用，因此我还很悲伤了一阵— ...]]></description>
      <category>flash/as3/js/</category>
      <author>jekeyhui99</author>
      <pubDate>Fri, 21 Dec 2018 03:46:32 +0000</pubDate>
    </item>
    <item>
      <title>egret之分包加载学习笔记</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367400</link>
      <description><![CDATA[将 scripts/wxgame/subpackage.ts 拷贝进您的项目
https://github.com/himuil/subPackageDemo 下载链接

修改 config.wxgame.ts，将 ManifestPlugin 替换为 SubPackagePlugin （注意，您需要修改 build 和 publish）
1.引入文件

2.build处修改

3.publish处修 ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 20 Dec 2018 13:48:58 +0000</pubDate>
    </item>
    <item>
      <title>Discuz自动生成html静态页面</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367399</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://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367398</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>《大天使之剑H5》主程与项目总监：H5游戏的压缩与优化经验</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367363</link>
      <description><![CDATA[2017年3月，三七互娱在其主办的中国国际互动娱乐大会上称，《大天使之剑H5》最高单日流水超4000万元，而单月最高流水超过了1.8亿元。    上周末，在极光网络与三七互娱联合主办的极光会客厅——“2D小游戏开发实战技术沙龙”上，《大天使之剑H5》的主程陈策与网络项目总 ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Mon, 05 Nov 2018 07:56:09 +0000</pubDate>
    </item>
    <item>
      <title>古龙的死因</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367360</link>
      <description><![CDATA[大家都知道著名武侠小说家古龙吧！你们知道古龙仅仅47岁就早亡，竟然是源于一场黑帮砍人？不错，古大侠自己就是个黑帮分子，被另一个娱乐界黑帮大佬砍成重伤，最终因此送命。听萨沙说一说吧。
香港有部电影叫做《摩登如来神掌》，刘德华、陈百祥和王祖贤主演，非常搞笑 ...]]></description>
      <category>名人/名星</category>
      <author>jekeyhui99</author>
      <pubDate>Wed, 31 Oct 2018 01:48:39 +0000</pubDate>
    </item>
    <item>
      <title>egret微信小游戏在本地用户文件目录下创建文件并读取内容</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367357</link>
      <description><![CDATA[微信API参考Platform.ts添加declare interface Platform {&amp;nbsp;&amp;nbsp; &amp;nbsp; getUserInfo(): Promise&amp;lt;any&amp;gt;;&amp;nbsp;&amp;nbsp; &amp;nbsp; login(): Promise&amp;lt;any&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; getFileData(fileName): Promise&amp;lt;any&amp;gt;;&amp;nbsp;&amp;nbsp; &amp;nbsp; writeFileData(fileN ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Tue, 23 Oct 2018 10:39:15 +0000</pubDate>
    </item>
    <item>
      <title>使用 AssetsManager 灵活定制微信小游戏的缓存策略</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367356</link>
      <description><![CDATA[背景知识微信小游戏分为“游戏包”和“本地缓存”两个存储空间，当开发者将微信小游戏在微信开发者工具中发布时，微信开发者工具会将所有微信工程中的源码和资源进行压缩打包，既“游戏包”，该包体积不能超过4M。高于4M的资源需要通过服务器进行动态下载，白鹭引擎之前 ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Tue, 23 Oct 2018 03:49:14 +0000</pubDate>
    </item>
    <item>
      <title>windows下面配置apache+https</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367355</link>
      <description><![CDATA[在Apache里配一个&amp;lt;VirtualHost *:6044&amp;gt;，然后针对这个6044设置https，https可反向代理映射到http地址，但http不可反向代理映射到https地址。需要修改httpd.conf&amp;nbsp;、httpd-vhosts.conf两个文件1、修改conf/httpd.conf&amp;nbsp;取消以下注释，使appache启动时调用ssl ...]]></description>
      <category>Linux/MySql/开发工具/操作系统</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 21 Oct 2018 12:26:59 +0000</pubDate>
    </item>
    <item>
      <title>windows Apache 环境下配置支持HTTPS的SSL证书</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367354</link>
      <description><![CDATA[1.准备工作1）在设置Apache + SSL之前, 需要做:安装Apache, 下载安装Apache时请下载带有SSL版本的Apache安装程序.并且ssl需要的文件在如下的位置:    [Apache安装目录]/modules/ mod_ssl.so    [Apache安装目录]/bin/ openssl.exe, libeay32.dll, ssleay32.dll, openssl ...]]></description>
      <category>Linux/MySql/开发工具/操作系统</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 21 Oct 2018 12:22:13 +0000</pubDate>
    </item>
    <item>
      <title>skynet云风服务端框架</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367353</link>
      <description><![CDATA[http://forthxu.com/blog/skynet.html

skynet是云风编写的服务端底层管理框架，底层由C编写，配套lua作为脚本使用，可换python等其他脚本语言。skynet主要工作是管理注册服务，并开启多线程协调服务之间的调用和通讯。skynet一般用于开发游戏服务端程序。本页面持续 ...]]></description>
      <category>c/c++/c#</category>
      <author>jekeyhui99</author>
      <pubDate>Fri, 19 Oct 2018 10:40:22 +0000</pubDate>
    </item>
    <item>
      <title>TextureMerger批处理swf动画转为json动画</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367352</link>
      <description><![CDATA[下载TextureMergerhttp://developer.egret.com/cn/github/egret-docs/tools/TextureMerger/update/update172/index.html


打包命令
[*]命令格式：-p [目录] […] -o [json输出路径] -e [文件筛选正则表达式]
[*]命令示例：-p d:/Y1 d:/Y2 -o d:/yyy.json -e /.*.( ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 18 Oct 2018 06:55:01 +0000</pubDate>
    </item>
    <item>
      <title>AJAX 状态值(readyState)与状态码(status)详解</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367346</link>
      <description><![CDATA[1- AJAX状态值与状态码区别
AJAX状态值是指，运行AJAX所经历过的几种状态，无论访问是否成功都将响应的步骤，可以理解成为AJAX运行步骤。如：正在发送，正在响应等，由AJAX对象与服务器交互时所得；使用“ajax.readyState”获得。（由数字1~4单位数字组成）
AJAX状态 ...]]></description>
      <category>flash/as3/js/</category>
      <author>jekeyhui99</author>
      <pubDate>Fri, 21 Sep 2018 10:52:31 +0000</pubDate>
    </item>
    <item>
      <title>(AS3)利用BitmapData.draw对位图进行翻转缩放操作</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367344</link>
      <description><![CDATA[Sprite对象有2个关于缩放的属性scaleX、scaleY，分别是缩放x轴和y轴。看下面代码：&amp;nbsp;var&amp;nbsp;c:Sprite&amp;nbsp;=&amp;nbsp;new&amp;nbsp;Sprite;c.x&amp;nbsp;=&amp;nbsp;200;addChild(c);var&amp;nbsp;s:Sprite&amp;nbsp;=&amp;nbsp;new&amp;nbsp;Sprite;s.graphics.beginFill(0xff0000);s.graphics.d ...]]></description>
      <category>flash/as3/js/</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 13 Sep 2018 02:51:05 +0000</pubDate>
    </item>
    <item>
      <title>cocos2dx plist中属性详细含义</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367343</link>
      <description><![CDATA[plist文件直接用文本方式（txt）或者notepad打开。
[/backcolor][/backcolor]1.如下图所示为plist文件中一个图像的数据。[/backcolor][/backcolor][cpp] view plain copy


 [/backcolor]


[*]  
[*]    frame  
[*]    {{2,2},{182,148}}  
[*]    offset   ...]]></description>
      <category>android/ios</category>
      <author>jekeyhui99</author>
      <pubDate>Tue, 11 Sep 2018 06:55:38 +0000</pubDate>
    </item>
    <item>
      <title>官方问答：微信小游戏常见问题</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367326</link>
      <description><![CDATA[常见问题[/backcolor]Q: 什么时候可以注册申请小游戏?[/backcolor]A: 请关注我们后期的公告。[/backcolor]Q: 小程序如何创建和获取画布?[/backcolor]A: 调用 wx.createCanvas() 接口即可创建画布，画布的使用方法详见教程的快速上手部分[/backcolor]Q: 小游戏可以使用 d ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Fri, 03 Aug 2018 13:24:03 +0000</pubDate>
    </item>
    <item>
      <title>Theme皮肤文件(json解析、多文件管理)</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367325</link>
      <description><![CDATA[一 &amp;nbsp;官方教程http://developer.egret.com/cn/github/egret-docs/extension/EUI/skin/theme/index.html&amp;nbsp;二 thm主题文件解析default.thm.json皮肤主题文件范例：{
  \&quot;skins\&quot;: {
    \&quot;eui.Button\&quot;: \&quot;resource/eui_skins/ButtonSkin.exml\&quot;
  },
  \&quot;autoGenera ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Fri, 03 Aug 2018 03:16:56 +0000</pubDate>
    </item>
    <item>
      <title>白鹭HTML5游戏转微信小游戏问题集锦</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367322</link>
      <description><![CDATA[首先，再次强调一些微信小游戏的基础技术限制：* 不允许操作 DOM、BOM、如果必须改成小游戏相应的 API 调用方式，目前引擎会自动引入weapp-adapter.js 文件做兼容处理。* 不允许动态执行代码的能力，eval、setTimeout 和 setInterval 函数的第一个参数不能为字符串，Fun ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Wed, 01 Aug 2018 03:23:12 +0000</pubDate>
    </item>
    <item>
      <title>SblimeText搭建TypeScript开发环境</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367321</link>
      <description><![CDATA[Sublime Text创建开发环境（for Windows）：1、下载Sublime Text 3，或者Sublime Text 2版本，网址可自己google，下载后安装。2、下载typescript.tmlanguage，这个用来支持Sublime Text中TS代码高亮，下载地址：http://blogs.msdn.com/b/interoperability/archive/2012/ ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Fri, 27 Jul 2018 06:39:22 +0000</pubDate>
    </item>
    <item>
      <title>“黑色大丽花”案 谁是真凶</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367308</link>
      <description><![CDATA[70年前，洛杉矶惊现肢解女尸。美女离奇遇害，犯罪手段凶残，引发媒体疯狂报道，震惊全美。案情扑朔迷离，疑云密布，凶手逍遥法外，“黑色大丽花”分尸案成为“二战”后美国一大悬案，与英国“开膛手杰克”案齐名。　　时光匆匆流逝，真凶究竟是谁？依旧是洛杉矶人心头最 ...]]></description>
      <category>悬疑/未解之谜</category>
      <author>jekeyhui99</author>
      <pubDate>Tue, 19 Jun 2018 07:50:51 +0000</pubDate>
    </item>
    <item>
      <title>Laya打包图集动画和加载动画</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367307</link>
      <description><![CDATA[在laya/assets/目录下添加图片资源，在IDE编辑器打开编辑模式，点击左下角刷新资源树，点击工具栏-&gt;发布，或按F12,发布成功后就可以使用图集资源。在res/atlas 中会生成3个文件，.rec文件 .arlas文件 .png文件。
（1）loadAtlas()
//初始化舞台
Laya.init(1334, 750, ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Sat, 26 May 2018 10:27:31 +0000</pubDate>
    </item>
    <item>
      <title>apache下开启ssl访问，开启https访问（phpStudy）</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367306</link>
      <description><![CDATA[在设置Apache + SSL之前, 需要做:安装Apache, 下载安装Apache时请下载带有ssl版本的Apache安装程序.并且ssl需要的文件在如下的位置:
    [Apache安装目录]/modules/ mod_ssl.so    [Apache安装目录]/bin/ openssl.exe, libeay32.dll, ssleay32.dll, openssl.cnf    [Ap ...]]></description>
      <category>Linux/MySql/开发工具/操作系统</category>
      <author>jekeyhui99</author>
      <pubDate>Sun, 06 May 2018 03:12:08 +0000</pubDate>
    </item>
    <item>
      <title>Erlang中Actor模型的执行方式和优劣</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367305</link>
      <description><![CDATA[Actor模型为并行而生。由于现在单台机器中独立的计算单元也越来越多，Actor模型的重要性也越来越大。Actor模型的理念非常简单：天下万物皆为Actor，Actor之间通过发送消息进行通信。不同的Actor可以同时处理各自的消息，从而获得了大规模的并发能力。Erlang基于Actor模 ...]]></description>
      <category>erlang</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 29 Mar 2018 09:10:44 +0000</pubDate>
    </item>
    <item>
      <title>Erlang和Web</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367304</link>
      <description><![CDATA[本文译自：http://ninenines.eu/docs/en/cowboy/1.0/guide/erlang_web/
Web是并发的当你访问一个网站，很少有并发。几个连接打开，请求通过这些连接发送，然后网页显示在你的屏幕上。你的浏览器一般会打开4到8个连接到服务器，和设置有关，确实不多。但是想象一下，在 ...]]></description>
      <category>erlang</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 29 Mar 2018 08:37:14 +0000</pubDate>
    </item>
    <item>
      <title>Google Protocol Buffer 的使用和原理</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367303</link>
      <description><![CDATA[简介什么是 Google Protocol Buffer？ 假如您在网上搜索，应该会得到类似这样的文字介绍：Google Protocol Buffer( 简称 Protobuf) 是 Google 公司内部的混合语言数据标准，目前已经正在使用的有超过 48,162 种报文格式定义和超过 12,183 个 .proto 文件。他们用于 RPC  ...]]></description>
      <category>Linux/MySql/开发工具/操作系统</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 29 Mar 2018 07:21:39 +0000</pubDate>
    </item>
    <item>
      <title>初步使用egret.WebSocket</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367302</link>
      <description><![CDATA[概念本教程不讲解TCP/IP协议，Socket属于哪层，消息包体怎么设计等，主讲 egret.WebSocket 使用示例 与 protobuf 使用示例。在使用egret.WebSocket之前需要简单讨论了解目前几种通信模式。HTTP网站中常见的一种传输协议，用于访问页面或资源时，向页面所在的服务器发送 ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Thu, 29 Mar 2018 06:23:37 +0000</pubDate>
    </item>
    <item>
      <title>加载zip压缩的javascript代码以及在Egret H5实际应用</title>
      <link>http://www.5g99.com/bbs/forum.php?mod=viewthread&amp;tid=367301</link>
      <description><![CDATA[随着H5游戏项目越做越大，那么随之而来的javascript也越来越来大。下面是来自实际项目使用的技术分享，从最开始的简单压缩应用到最后的Egret H5项目实战。主要起因是策划对最快进入登录界面有硬性要求(3秒)，那么最开始加载的文件越少越小越好。对H5的游戏程序进行压缩, ...]]></description>
      <category>html5/layabox/egret白鹭</category>
      <author>jekeyhui99</author>
      <pubDate>Wed, 28 Mar 2018 12:07:49 +0000</pubDate>
    </item>
  </channel>
</rss>