Hoopchina签名档分割版(持续在这里更新了)
作者:wolf2999 日期:2009-07-15
google自定义搜索
作者:wolf2999 日期:2008-09-19
想要相关日志源文件的请进
作者:wolf2999 日期:2008-08-06
Hoopchina签名档
作者:wolf2999 日期:2007-11-23
精挑细选,9款基于Web浏览器的线框图绘制软件
作者:wolf2999 日期:2010-01-30
在线win3.1
作者:wolf2999 日期:2010-01-30
无题
作者:wolf2999 日期:2010-01-30
开源图片管理系统php
作者:wolf2999 日期:2010-01-30
Plogger http://www.plogger.org/
Plogger这个开源图片管理系统易于安装并易于与你的现有网站相集成。支持按设定尺寸自动生成缩略图,支持一些主流图片格式包括JPG、BMP、PNG、GIF。支持为图片添加评论。集成JavaScript幻灯片浏览器。
SPGM http://spgm.sourceforge.net/
SPGM(Simple Picture Gallery Manager)该基于Web的图片管理器支持为图片加说明,不限制图片分类目录,支持对每个目录进行配置(支持继承),随机或固定缩略图,对新图片加亮显示,支持EXIF,提供幻灯片浏览模式,易于集成到网站中,可按自己的喜好来调整界面主题样式,多语言支持(当前提供34种)。
Plogger这个开源图片管理系统易于安装并易于与你的现有网站相集成。支持按设定尺寸自动生成缩略图,支持一些主流图片格式包括JPG、BMP、PNG、GIF。支持为图片添加评论。集成JavaScript幻灯片浏览器。
SPGM http://spgm.sourceforge.net/
SPGM(Simple Picture Gallery Manager)该基于Web的图片管理器支持为图片加说明,不限制图片分类目录,支持对每个目录进行配置(支持继承),随机或固定缩略图,对新图片加亮显示,支持EXIF,提供幻灯片浏览模式,易于集成到网站中,可按自己的喜好来调整界面主题样式,多语言支持(当前提供34种)。
暴寒的新三字经
作者:wolf2999 日期:2010-01-30
flash builder 4经php连接mysql
作者:wolf2999 日期:2010-01-19
在flash builder 4中可以直接通过向导经php连接mysql.轻松在设计模式下绑定数据到组件。
在测试的过程中碰到了一些问题。分享下。
当连接到数据库,在flex里面获取记录条数的时候,总是显示 Channel disconnected Channel disconnected before an acknowledgement was received,中文意思是“通道已断开”。原来以为是向导设置那里出错,重复试了几次之后还是一样。
翻看flash builder 4自动生成的php类,发现使用了mysqli_connect来连接数据库。再查phpinfo()发现mysqli没有打开。
打开mysqli,重启Apache就ok了。
还有乱码的问题。直接修改php类和gateway.php的编码格式为UTF-8就行了。
在测试的过程中碰到了一些问题。分享下。
当连接到数据库,在flex里面获取记录条数的时候,总是显示 Channel disconnected Channel disconnected before an acknowledgement was received,中文意思是“通道已断开”。原来以为是向导设置那里出错,重复试了几次之后还是一样。
翻看flash builder 4自动生成的php类,发现使用了mysqli_connect来连接数据库。再查phpinfo()发现mysqli没有打开。
打开mysqli,重启Apache就ok了。
还有乱码的问题。直接修改php类和gateway.php的编码格式为UTF-8就行了。
AS3 Error #2148
作者:wolf2999 日期:2010-01-16
Description:
ActionScript Error #2148 can be caused by a number of reasons. If you are using Flex please keep in mind that the bin directory is a special directory that the Flash player allows SWFs ( and other files ) to load from as long as the file is stored in this directory. It will also allow a loaded swf to access network resources (a remote HTTPService call for example). If these files are placed anywhere besides the bin directory, the Flash Player prevents the file from accessing any external resources. You can allow for external access by changing the settings within the FlashPlayer or within Flex. These solutions are listed below
ActionScript Error #2148 can be caused by a number of reasons. If you are using Flex please keep in mind that the bin directory is a special directory that the Flash player allows SWFs ( and other files ) to load from as long as the file is stored in this directory. It will also allow a loaded swf to access network resources (a remote HTTPService call for example). If these files are placed anywhere besides the bin directory, the Flash Player prevents the file from accessing any external resources. You can allow for external access by changing the settings within the FlashPlayer or within Flex. These solutions are listed below
flash builder beta1转beta2的一些注意事项
作者:wolf2999 日期:2010-01-14
由于是beta版,时常更新删除一些东西是正常的。网上搜索到的beta1开发的flex4项目用beta2打开可能会报错。
可以由下面两个地址找到beta2具体更新一些什么东西:
http://labs.adobe.com/wiki/index.php/Flash_Builder_4:Release_Notes
http://opensource.adobe.com/wiki/display/flexsdk/Rename+List
可以由下面两个地址找到beta2具体更新一些什么东西:
http://labs.adobe.com/wiki/index.php/Flash_Builder_4:Release_Notes
http://opensource.adobe.com/wiki/display/flexsdk/Rename+List
AIR 2 UDP socket(2)
作者:wolf2999 日期:2010-01-13
现在我们了解了UDP的使用,让我们开始建立一个基本的UDP客户端和服务器。我们将使用DatagramSocket 类来发送数据包至指定的端口和指定的地址。我们也会将我们的socket绑定至一个本地端口以让我们直接接收任何进入的数据包。在这样的情况下,我们将会被从一个AIR2客户端发送信息至一个JAVA服务器和用localhost返回(远程地址工作原理一样)。我们的客户端应用程序将通过说"Hello, how are you?"来开始建立通讯。我们的服务器然后将以"I'm quite well, thank you"来回复。
AIR 2 UDP socket(1)
作者:wolf2999 日期:2010-01-13
flex4 -use-network
作者:wolf2999 日期:2010-01-12
程序代码SecurityError: Error #2148: SWF file file://E:\wolf2010\flex资料\sparkSkinDemo\bin\sparkSkinDemo.swf cannot access local resource file://E:\wolf2010\flex资料\sparkSkinDemo\bin\framework_4.0.0.10485.swf. Only local-with-filesystem and trusted local SWF files may access local resources.
at flash.net::URLStream/load()
at flash.net::URLLoader/load()
at mx.core::CrossDomainRSLItem/load()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\CrossDomainRSLItem.as:235]
at mx.core::RSLListLoader/loadNext()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\RSLListLoader.as:184]
at mx.core::RSLListLoader/load()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\core\RSLListLoader.as:156]
at mx.preloaders::Preloader/initialize()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\preloaders\Preloader.as:279]
at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::initialize()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\managers\SystemManager.as:1923]
at mx.managers::SystemManager/initHandler()[E:\dev\gumbo_beta2\frameworks\projects\framework\src\mx\managers\SystemManager.as:2412]


