背景:

Policy file changes in Flash Player 9 and Flash Player 10

http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_03.html

昨天做测试的时候遇到一个问题,做好的SWF在Flash AS3中调试通过,但是发布到html中之后就无法得到数据了。查了一些资料之后找到了解决办法。这里感谢 剑心 提供帮助,以及同事若水三千提供Java代码及日志记录。

1、问题描述

   将flash发布为html格式后,加载页面后,swf无法与服务器进行socket通信。Flash端显示的错误为:
securityErrorHandler信息: [SecurityErrorEvent type="securityError" bubbles=false cancelable=false eventPhase=2 text="Error #2048"]

   在服务器端显示的信息是由客户端尝试进行连接,但是无法接受数据。接受的数据显示为空。

本日志由 flyinweb 于 2009-09-14 16:42:21 发表到 WEB应用开发 中,目前已经被浏览 4777 次,评论 0 次;

作者添加了以下标签: crossdomainflex

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

mytop - a top clone for MySQL

About

mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL 3.22.x, 3.23.x, and 4.x server. It runs on most Unix systems (including Mac OS X) which have Perl, DBI, and Term::ReadKey installed. And with Term::ANSIColor installed you even get color. If you install Time::HiRes, you'll get good real-time queries/second stats. As of version 0.7, it even runs on Windows (somewhat).

本日志由 flyinweb 于 2009-09-14 11:29:21 发表到 数据库技术 中,目前已经被浏览 5674 次,评论 0 次;

作者添加了以下标签: mytopmysql

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文