<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[Xiang]]></title><description><![CDATA[Focus on RIA/Flex/AS3.0/AIR]]></description><link>https://blog.csdn.net/xiang08</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; xiang08]]></copyright><item><title><![CDATA[node.js ws模块 方法属性（websocket）获取IP]]></title><link>https://blog.csdn.net/xiang08/article/details/108926111</link><guid>https://blog.csdn.net/xiang08/article/details/108926111</guid><author>xiang08</author><pubDate>Mon, 05 Oct 2020 10:04:54 +0800</pubDate><description><![CDATA[WebSocket compression

ws supports thepermessage-deflate extensionwhich enables the client and server to negotiate a compression algorithm and its parameters, and then selectively apply it to the data payloads of each WebSocket message.

The extension is..]]></description><category></category></item><item><title><![CDATA[微信小程序 wss 安卓无法连接]]></title><link>https://blog.csdn.net/xiang08/article/details/102961726</link><guid>https://blog.csdn.net/xiang08/article/details/102961726</guid><author>xiang08</author><pubDate>Thu, 07 Nov 2019 19:57:47 +0800</pubDate><description><![CDATA[1，ssl 中间证书需要部署

2，安卓不支持单台服务器解析多个域名
]]></description><category></category></item><item><title><![CDATA[Apache安装]]></title><link>https://blog.csdn.net/xiang08/article/details/102868812</link><guid>https://blog.csdn.net/xiang08/article/details/102868812</guid><author>xiang08</author><pubDate>Sat, 02 Nov 2019 10:04:12 +0800</pubDate><description><![CDATA[http://httpd.apache.org/



②、点击Download，出现以下界面 。



③、选择Windows版下载，点击链接。



④、在新的界面中，会发现VC9和VC11字样，通过阅读相关内容得知，VC9是指用VS2008编译的代码，而VC11是用VS2012编译的，而用VS2012编译的无法在Windows XP和Server 2003中使用。...]]></description><category></category></item><item><title><![CDATA[Layabox 亮度滤镜矩阵]]></title><link>https://blog.csdn.net/xiang08/article/details/102455789</link><guid>https://blog.csdn.net/xiang08/article/details/102455789</guid><author>xiang08</author><pubDate>Wed, 09 Oct 2019 10:42:22 +0800</pubDate><description><![CDATA[public static var FILTERARRAY:Array = [

1,0,0,0,n,

0,1,0,0,n,

0,0,1,0,n,

0,0,0,1,0

];



n为程度-255-255
...]]></description><category></category></item><item><title><![CDATA[解决微信小程序要求的TLS版本必须大于等于1.2的问题]]></title><link>https://blog.csdn.net/xiang08/article/details/101687448</link><guid>https://blog.csdn.net/xiang08/article/details/101687448</guid><author>xiang08</author><pubDate>Sun, 29 Sep 2019 13:47:28 +0800</pubDate><description><![CDATA[一、环境：#

CentOS 6.8
nginx 1.6.0
php 7.0.10

二、背景#

最近开发一个小程序，而小程序对后台接口服务器的要求是：


1、请求域名在request合法域名中
2、基于 https 协议
3、TLS 版本 1.2+


1、2 两条都满足了，但是第三条亟待解决，导致小程序调用接口时报错：



三、正文#

（1）为什么要满足 TLS 版本 1.2+ ...]]></description><category></category></item><item><title><![CDATA[LayaBox引擎as开发微信小游戏，拉授权，createUserInfoButton]]></title><link>https://blog.csdn.net/xiang08/article/details/100915481</link><guid>https://blog.csdn.net/xiang08/article/details/100915481</guid><author>xiang08</author><pubDate>Tue, 17 Sep 2019 09:11:19 +0800</pubDate><description><![CDATA[__JS__('wx').login({

timeout:10000,

success:function success(res:Object):void{

// Model.WX_LOGIN_CODE = res.code;

trace("---...]]></description><category></category></item><item><title><![CDATA[Nodejs搭建websocket（wss）+ MongoDB连接]]></title><link>https://blog.csdn.net/xiang08/article/details/100582616</link><guid>https://blog.csdn.net/xiang08/article/details/100582616</guid><author>xiang08</author><pubDate>Fri, 06 Sep 2019 16:48:36 +0800</pubDate><description><![CDATA[const fs = require('fs');
const https = require('https');
const WebSocket = require('ws');
const MongoClient = require('mongodb').MongoClient;
const DB_CONN_STR = 'mongodb://localhost:27017/microcosm'...]]></description><category></category></item><item><title><![CDATA[关于nodejs DeprecationWarning: current URL string parser is deprecated, and will be removed in a futur]]></title><link>https://blog.csdn.net/xiang08/article/details/100582556</link><guid>https://blog.csdn.net/xiang08/article/details/100582556</guid><author>xiang08</author><pubDate>Fri, 06 Sep 2019 16:46:28 +0800</pubDate><description><![CDATA[关于nodejs DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.

con...]]></description><category></category></item><item><title><![CDATA[Windows10远程报错:由于CredSSP加密Oracle修正]]></title><link>https://blog.csdn.net/xiang08/article/details/84867296</link><guid>https://blog.csdn.net/xiang08/article/details/84867296</guid><author>xiang08</author><pubDate>Thu, 06 Dec 2018 23:52:46 +0800</pubDate><description><![CDATA[Windows10远程桌面连接 报错信息 ：



 

网上找到方法 但是奈何是 &quot;Win10家庭版&quot; 不能使用这个办法,具体操作可以看最后的引用链接 !!!!

策略路径：“计算机配置”-&amp;gt;“管理模板”-&amp;gt;“系统”-&amp;gt;“凭据分配”
设置名称： 加密 Oracle 修正

只能换另外一种改注册表 改了半天 终于改好 把详细步骤贴出来。

 1. 打开注册表，快捷输入 “rege...]]></description><category></category></item><item><title><![CDATA[ThinkPhp3.2.3完全开发手册(在线版)]]></title><link>https://blog.csdn.net/xiang08/article/details/49382315</link><guid>https://blog.csdn.net/xiang08/article/details/49382315</guid><author>xiang08</author><pubDate>Sat, 24 Oct 2015 06:46:55 +0800</pubDate><description><![CDATA[http://www.kancloud.cn/manual/thinkphp/1679]]></description><category></category></item><item><title><![CDATA[如何设置 zend studio 默认编码为UTF8？]]></title><link>https://blog.csdn.net/xiang08/article/details/49305723</link><guid>https://blog.csdn.net/xiang08/article/details/49305723</guid><author>xiang08</author><pubDate>Wed, 21 Oct 2015 15:58:11 +0800</pubDate><description><![CDATA[今天用zend studio 打开文件时发现为乱码，这肯定是编码出了问题，我看了一下果然是编码出了问题，默认的是以GBK编码方式打开，我换utf8编码打开就好了，换编码打开的方法是：

1点击工具栏中的edit，



 找到set encoding···

 

 将编码改为utf8即可。

这样改明显很麻烦，怎么把默认编码设置成为utf8呢？

1 依次打开 win]]></description><category></category></item><item><title><![CDATA[Unable to open logs]]></title><link>https://blog.csdn.net/xiang08/article/details/17071527</link><guid>https://blog.csdn.net/xiang08/article/details/17071527</guid><author>xiang08</author><pubDate>Mon, 02 Dec 2013 13:58:50 +0800</pubDate><description><![CDATA[Apache不能启动： Unable to open logs
很难从给出的信息中发现有用的东西，
让你不知道是哪除了问题，幸好通常你不会是第一个碰到这个问题的人，又幸好有google。
今天一开机，Apache就不能启动了，结果在Event Viewer中看到说： Unable to open logs
不知道是什么意思。
经过一番搜索，才知道，如果Apache默认的80端口被占用才会]]></description><category></category></item><item><title><![CDATA[在 Adobe AIR 中为不同屏幕尺寸的多种设备提供支持]]></title><link>https://blog.csdn.net/xiang08/article/details/17005381</link><guid>https://blog.csdn.net/xiang08/article/details/17005381</guid><author>xiang08</author><pubDate>Thu, 28 Nov 2013 14:01:42 +0800</pubDate><description><![CDATA[在 Adobe AIR 中为不同屏幕尺寸的多种设备提供支持






无论是改编原本在浏览器 Flash Player 中运行的游戏使其在 iOS（使用 Adobe AIR）上运行，还是编写面向 Android 平板电脑的 Adobe AIR 应用程序，都需要至少支持几种不同的屏幕分辨率。我的末日策略游戏重建家园（有关更多背景资料，请阅读重建家园僵尸游戏）设计用于在浏览器中通过
]]></description><category></category></item><item><title><![CDATA[adobe air for android 固定横向显示]]></title><link>https://blog.csdn.net/xiang08/article/details/16983403</link><guid>https://blog.csdn.net/xiang08/article/details/16983403</guid><author>xiang08</author><pubDate>Wed, 27 Nov 2013 12:55:17 +0800</pubDate><description><![CDATA[adobe air for android 固定横向显示


代码中加入:



stage.setOrientation(StageOrientation.ROTATED_LEFT);
stage.autoOrients = 
false;]]></description><category></category></item><item><title><![CDATA[Cocos2d-x之Touch事件处理机制]]></title><link>https://blog.csdn.net/xiang08/article/details/16849099</link><guid>https://blog.csdn.net/xiang08/article/details/16849099</guid><author>xiang08</author><pubDate>Wed, 20 Nov 2013 19:54:22 +0800</pubDate><description><![CDATA[Cocos2d-x之Touch事件处理机制

提供两种触摸事件处理机制：CCStandardTouchDelegate和CCTargetedTouchDelegate。




一、两种机制的四种不同的事件





CCStandardTouchDelegate 默认事件



virtual void ccTouchesBegan(CCSet *pTouche]]></description><category></category></item><item><title><![CDATA[Apache2.2提示Cannot load php5apache2.dll into server的的解决]]></title><link>https://blog.csdn.net/xiang08/article/details/8451975</link><guid>https://blog.csdn.net/xiang08/article/details/8451975</guid><author>xiang08</author><pubDate>Sun, 30 Dec 2012 00:08:49 +0800</pubDate><description><![CDATA[Windows下php5.16和apache2.2的安装问题

今天在本本上安装WAMP环境(Windows+Apache2+MYSQL+PHP5)，php本机上有个5.16的版本，那就用它吧。apache则是去官方下载了最新版apache_2.2.8-win32-x86-no_ssl.msi。

所有软件都安装在c:\www目录下。安装完后，apache测试页面正常。然后在httpd.c]]></description><category></category></item><item><title><![CDATA[CCSprite 贴图]]></title><link>https://blog.csdn.net/xiang08/article/details/8270429</link><guid>https://blog.csdn.net/xiang08/article/details/8270429</guid><author>xiang08</author><pubDate>Fri, 07 Dec 2012 17:41:58 +0800</pubDate><description><![CDATA[CCSprite是最常用到的类。它使用图片把精灵(sprite)显示在屏幕上。生成精灵最简单的方法是把图片文件加载进CCTexture2D材质里面,然后将它赋给精灵。你必须把需要用到的图片文件放进Xcode的Resources组中,否则你的应用





17





程序将无法找到指定的图片文件:
CCSprite* sprite = [CCSprite sprite]]></description><category></category></item><item><title><![CDATA[cocos2d 贴图大小]]></title><link>https://blog.csdn.net/xiang08/article/details/8270425</link><guid>https://blog.csdn.net/xiang08/article/details/8270425</guid><author>xiang08</author><pubDate>Fri, 07 Dec 2012 17:41:16 +0800</pubDate><description><![CDATA[贴图大小我要特别提一下贴图大小。目前可用于iOS设备的贴图尺寸必须符合“2的n次方”规定,所以贴图的宽和高必须是2,4,8,16,32,64,128,256,512,1024。在第三代设备上可以达到2048像素。贴图不一定是正方形的,所以8x1024像素的贴图完全没有问题。
在你制作贴图的时候你要考虑到上述尺寸要求,比如在为精灵准备图片时。让我们马上来看看最坏情况下会发生什么事情:假设你的图片尺]]></description><category></category></item><item><title><![CDATA[cocos2d 基础知识]]></title><link>https://blog.csdn.net/xiang08/article/details/8270150</link><guid>https://blog.csdn.net/xiang08/article/details/8270150</guid><author>xiang08</author><pubDate>Fri, 07 Dec 2012 16:51:20 +0800</pubDate><description><![CDATA[本章将会为你介绍cocos2d游戏引擎的构成要素。你将会在每一个编写的游戏里用到这些类,所以了解它们是些什么样的类和这些类是如何在一起工作的,将会帮助你写出更好的游戏。有了这些知识,你会发现使用cocos2d很容易。
配套本章的Xcode项目叫作 “Essentials”。它包含了所有在此讨论的内容,外加一些额外的例子。源代码附带详尽的注释,所以读起来就像本书的附录。
我们将以讨论cocos2]]></description><category></category></item><item><title><![CDATA[XCode快捷键]]></title><link>https://blog.csdn.net/xiang08/article/details/8267209</link><guid>https://blog.csdn.net/xiang08/article/details/8267209</guid><author>xiang08</author><pubDate>Thu, 06 Dec 2012 22:01:23 +0800</pubDate><description><![CDATA[1. 文件

CMD + N: 新文件
CMD + SHIFT + N: 新项目
CMD + O: 打开
CMD + S: 保存
CMD + SHIFT + S: 另存为
CMD + W: 关闭窗口
CMD + SHIFT + W: 关闭文件

2. 编辑

CMD + [: 左缩进
CMD + ]: 右缩进

CMD + CTRL + LEFT: 折叠
CMD +]]></description><category></category></item></channel></rss>