老外的文章,解决安装CS5导致flash builder 4版本降级的问题

引自:https://bloginblack.de/2010/05/adobe-master-collection-cs5-breaks-flash-builder-4-premium-and-how-to-fix-it/ Adobe’s Master Collection CS5 contains Flash Builder 4 (Standard edition). That’s actually awesome; it finally offers Flash CS5 users a way to use a professional and really well done Adobe tool to code applications and other rich media in ActionScript 3. Then there’s Flash Builder 4 Premium which is being sold as a stand-alone tool that targets enterprise-level or in general more advanced Flex and AS3 developers. FB 4 Premium comes with features such as Unit Test integration, Profiling etc. Unfortunately both products (and I assume that’d be true for all CS5 suite products that contain Flash Builder 4) create a license activation issue. It seems that the CS5 suites downgrade a Flash Builder 4 Premium license to a Flash Builder 4 Standard license – which actually can be quite disastrous if one has to rely on FB 4 Premium features. Here’s what happened to me and how I fixed it for me. Scenario: I installed and activated FB 4 Premium in March, it worked fine until I installed MC CS 5 and activated it the other week (without ever having installed FB 4 Standard that comes with Master Collection). The installation reverted my Flash Builder 4 Premium back to FB 4 Standard. All products are final and all happened on OS X 10.6.2. There are a few resources out there that are supposed to help with this issue: 1. Tech note Upgrading FB 4 Standard to Premium The tech note seems to cover the issue (that I have a FB 4 Standard and want my FB 4 Premium back), but it’s imho at best misleading and not helpful at all. You can pretty much disregard it. 2. Adobe Forums post providing help to fix the issue. This one is much better, one can actually understand the steps to go through and give it a try. I know that this procedure worked for some people (both in the forums and on another mailing list), unfortunately it didn’t work for me. Here’s my solution (very detailed and a variation of 2 above): 1. Launch FB 4 – deactivate it permanently (it just lists FB 4 as a product to be deactivated) 2. Close FB 4 3. Launch FB 4 again to find that it still works; it seems there are two overlapping activations, deactivate again permanently – this time the Master Collection CS 5 activation with all the other CS 5 tools that I had used/openend since installation 4. Close FB 4 5. (For the sake of checking) – open Photoshop CS 5 and find that it won’t start due to not being activated 6. (If you did 5) – close Photoshop CS 5 Note: At this stage neither FB 4 nor CS 5 should be activated 7. Launch FB 4 – it comes up with the activation screen 8. Pick the 60 day trial – for me it then loaded the splash screen of FB 4 Standard but had all the FB 4 Premium features 9. Close FB 4 10. Launch FB 4 – Continue your trial, now the splash screen shows FB 4 Premium and the features still should work. 11. Close FB 4 12. Launch FB 4 – Put in your FB 4 Premium key, splash screen shows FB 4 Premium, features are still there 13. Close FB 4 14. Launch PS CS 5 – it comes up with the CS 5 activation screen. 15. Put in CS 5 key, let PS load, make sure that the menu item to de-activate is NOT greyed out 16. Close PS CS 5 17. Launch FB 4 – it should still come up with FB 4 Premium The crucial steps seem to be 7-11 – after the messed up installation/activation that was the only way for me to get the FB 4 Premium features back in the first place and it seems that the decision which feature set to enable is made way after the splash screen, i.e. the splash screen shows the feature set of the product launch before the current one (delayed by one execution) – hence I’d recommend to def. undertake steps 10 and 11. That’s it – I’m not saying that this is the only or even best solution. It worked for me – your mileage might vary.

php5.3.3如何支持Zend Guard加密过的页面

如果你了解Zend加密,你应该会经常接触Zend Guard,这是一个保护你Php程序版权的软件,不过因为目前php最新的版本是5.3.3,而ZendOptimizer-3.3.9 目前仅仅支持到php5.2版本,难道需要我们重新把php5.3版本降级到php5.2版本吗?答案显然不是。

随着php5.3系列版本的推出,Zend Guard也从先前的5.0.1版本升级到了5.1版本,但却没有在Zend主页上做介绍,下载链接如下

Zend Guard 5.1 EA
Linux: https://downloads.zend.com/guard/5.1.0EA … 1_0_EA.bin
Windows: https://downloads.zend.com/guard/5.1.0EA … 1_0_EA.exe
Mac: https://downloads.zend.com/guard/5.1.0EA … c_OS_X.zip

Loader Files:
Linux 32 bit (Debian based): https://downloads.zend.com/guard/5.1.0EA … 386.tar.gz
Linux 64 bit (Debian based): https://downloads.zend.com/guard/5.1.0EA … _64.tar.gz
Linux 32 bit (Redhat based): https://downloads.zend.com/guard/5.1.0EA … 386.tar.gz
Linux 64 bit (Redhat based): https://downloads.zend.com/guard/5.1.0EA … _64.tar.gz
Windows: https://downloads.zend.com/guard/5.1.0EA … indows.zip
Mac: https://downloads.zend.com/guard/5.1.0EA … 386.tar.gz

在这个版本中,Zend Guard Loader将替代原先的ZendOptimizer,也就是说ZendOptimizer在php5.2的时候生命周期就结束了,而在全新的php5.3系列版本中都将用Zend Guard Loader替代;不光如此,Zend Guard 5.1也更新了加密php文件的算法来迎合php5.3新版本支持,所以我们之前用Zend Guard老版本加密过的php文件在php5.3+Zend Guard Loader的环境下都无法正常浏览,会报诸如下列错误
Fatal error: Incompatible file format: The encoded file has format major ID 1, whereas the Loader expects 4 in
解决方法就是把php源文件在Zend Guard 5.1下重新加密,然后才能浏览。

安装ZendOptimizer-3.3.9和Zend Guard Loader的文章稍后会放在文档区,欢迎大家下载学习。PDF格式。

php5.2.14加载ZendOptimizer-3.3.9.pdf 和php5.3.3加载Zend Guard Loader.pdf都已放出,请大家到文档区下载学习

补充:关于windows上的PHP5.3无法加载新的zendloader的问题解释如下
1、zendloader模块FOR windows 是在VC9环境下编译得
2、PHP和APACHE1 OR 2的组合环境应为VC6,比如Wamp这样的软件
3、PHP和IIS的组合环境应为VC9
4、在PHP主页上的windows版本下载区你可以选择你要下载哪个类型的PHP,地址如下
https://windows.php.net/download/
5、最后还是建议在linux环境上安装,有不会的我可以指导,如果确实需要安装php5.3以上版本,请手动安装IIS+PHP,选用VC9环境的PHP或者直接用PHP5.2版本搭载zend optimizer

最佳视频播放器:Adobe Flash Media Playback

转自
https://www.adobechinadeveloper.com/Newsletter/September2010/Essential_the_Articles/fmp_player.html

与世界分享视频的最快和最简便的方法是将其放置于因特网。 为了使得大家能够观看视频,视频播放器是必不可少的。 为了让每个人都能享受这一便利,Adobe已经发布了一款免费视频播放器,其名称为Flash Media Playback视频播放器。 作为最佳视频播放器,Flash Media Playback能够在你需要的时候方便地在线免费找到它。 你可以通过添加少量的代码即可在任何web页面使用这一播放器。 本文描述了如何使用Flash Media Playback视频播放器方便地发布视频,并且给出了可用的功能强大选项的概述。

Flash Media Playback是一款优秀的视频播放器,它适用于博客、小型商务活动、企业网站以及需要使用简单解决方案以提供卓越的、基于web的视频体验的任何人。 Flash Media Playback可以处理与连接视频源相关的复杂问题,并且为用户提供高质量的视频播放效果。 下面是一个利用Flash Media Playback 视频播放器播放的视频范例。

要求

为了最大程度地利用本教程,你需要准备下列软件和文件: Flash Media Playback 视频播放器

Flash Media Playback video player

Web 文件

  • 上载至web服务器的视频文件 (FLV)
  • 上载至web服务器的web页面,它包含播放器嵌入代码<0}

Dreamweaver CS5 (optional)

Prerequisite knowledge

要求具有使用HTML的经验并且了解基本HTML概念。

使用Flash Media Playback视频播放器

如果希望将Flash Media Playback视频播放器集成至你的web页面,你只需将播放器嵌入代码添加至该HTML页面即可。 当访问者在浏览器中加载该web页面时,Flash Media Playback将会自动在该页面显示你的视频播放器。

共有两种方式创建必需的嵌入代码,以便能够使用Flash Media Playback。

  • Flash Media Playback Setup页面
  • 人工编辑嵌入代码

Flash Media Playback Setup页面

如需复制该嵌入代码,请访问Flash Media Playback Setup页面:osmf.org/configurator/fmp/。 Flash Media Playback Setup页面 (参见图1) 包含左右两个主要部分。 使用左边的表格输入视频的值:视频源地址和各种自定义设置。 页面的右边包含一个预看播放器和预看嵌入代码。 输入相应值,然后点击Preview以生成合适的嵌入代码。

Flash Media Playback setup screen

图1. Flash Media Playback Setup屏幕

该表格包含两个必需设置的字段:

  • 视频源URL (链接至视频文件)
  • 播放器尺寸(宽度和高度)

Flash Media Playback还支持其它许多可配置参数。 然而,仅仅上面列出的值是必需的,其它参数是可选的或可以使用默认值填充。 只要你提供播放器的视频URL和尺寸,即可以生成正确的嵌入代码。

在Flash Media Playback Setup页面的上部显示两个标签:

  • Player (默认选择)
  • Advanced

如需了解关于这些选项的更多信息,参见下列文档:

  • Using Flash Media Playback and Strobe Media Playback (PDF, 530 KB)
  • 人工编辑嵌入代码

    如果你熟悉HTML代码,你可以人工编辑Flash Media Playback嵌入代码,而无需从Flash Media Playback Setup页面复制该代码。 你可以使用任意文本编辑器更新该嵌入代码。 如果需要,你可以先复制一些现有的嵌入代码,然后对其进行编辑;你也可以从头手工输入嵌入代码。

    注:如果手工编写的嵌入代码由于输入错误而包含差错,则播放器不能加载并且视频也不能播放。 由于代码差错难于解决,因此只有你拥有能够发现和排除HTML代码故障的经验,才推荐使用人工编辑方式。 当进行人工编辑代码时,像Adobe Dreamweaver CS5等HTML编辑器是非常有用的工具。

    Flash Media Playback支持

    除了Flash Media Playback的全套文档之外,Adobe还提供了一个支持论坛。 Flash Media Playback用户能够访问这些资源以便获取问题解答并且学习最佳实践方法。 请访问 Flash Media Playback论坛 以便参与社区活动和提出与Flash Media Playback相关的问题。

    Flash Media Playback没有包含的高级视频播放器选项

    Flash Media Playback是一个极具创造性的视频播放器解决方案。 它非常易于实现并且支持各种定制方式以便改变播放器的外观。 Strobe Media Playback(SMP) 是另一个你值得一试的解决方案。

    Flash Media Playback和Strobe Media Playback本质上是相同的-它们均支持相同的配置和植皮方法。 然而,Flash Media Playback不包含下列两个功能,而在使用Strobe Media Playback时,这两个功能是可用的:

    • 在任何web服务器上自由托管播放器
    • 访问播放器源代码

    尽管Strobe Media Playback允许你在任何web服务器上托管播放器,但该功能带来一个限制:不能使用Flash Player高速缓存功能。 当任何访问者首次加载一个包含Flash Media Playback的web页面,Flash Media Playback将首先被下载,然后存储于计算机的Flash Player 高速缓存器(使用一个特殊的、带有SWZ文件扩展名的签名文件)。 从此以后,当访问者访问其它使用Flash Media Playback的页面时,Flash Media Playback加载非常快速,因为它已经安装于计算机之中。 由于使用了Flash Player快速缓存功能,使用Flash Media Playback首次观看视频的速度要比使用Strobe Media Playback更快。

    由于Strobe Media Playback是一个开源项目,并且该源代码可以公开获得,因此许多具有丰富经验的ActionScript编程人员的机构能够对该代码进行扩展和以各种方法定制其播放器,而这些方法在使用Adobe提供的标准Flash Media Playback播放器时是无法获得的。

    对于需要更多定制功能的视频和媒体播放器,开发人员可以充分利用功能强大的开源媒体框架(Open Source Media Framework (OSMF))。 Flash Media Playback和Strobe Media Playback均构建于OSMF之上。 OSMF仍在不断演化,并且一旦OSMF获得新的功能,它们将会同时包含于Flash Media Playback和Strobe Media Playback的未来版本。

    如需了解关于OSMF的更多信息,请访问 OSMF.org。 你也可以阅读我的文章:Open Source Media Framework: Introduction and Overview.

    Adobe Creative Suite 5 应用程序包含许多用于在web页面中显示视频的附加选项。 例如,Adobe Flash Professional CS5包含一个易于使用的视频播放组件,其名称为FLVPlayback,并且Dreamweaver CS5提供一个非常有用的用户界面,以便在HTML页面中插入FLV视频文件。 关于这些选项的更多信息,请参阅下列文章:

  • Getting started with the ActionScript 3 FLVPlayback component
  • <li><a href="https://www.adobe.com/devnet/dreamweaver/articles/add_video.html">Adding video to a web page</a></li>

    此外,也可以参考 Video Technology CenterVideo Learning Guide for Flash 以便获得关于准备、编码和在线发布视频内容的更多信息。

    无线鼠标使用方法

    平时在单位使用无线鼠标,插上接收器就可以,今天在家使,怎么也连不上鼠标,后来才发现电池需要更换。更换后还是连不上,看了说明书才知道,换完新电池后还要重新对码,汗,搞技术的连无线鼠标也不会用了。

    Friendly Pinger 5.0 介绍(转自网络,软件区已收录)

    主页:https://www.kilievich.com/fpinger/download.htm

    Register $68

     这款软件的最大特点就是可以让我们制作出自己的电子拓扑图,以后,无论是日常管理还是故障定位,只要在电子拓扑图中点击几下鼠标就行了,不仅直观,而且非常方便易用。

      当然,Friendly Pinger(以下简称FP)的功能不仅仅局限在这儿,它是一款适合日常管理的网管软件,能实现基本的监视、定位、检测、追踪等功能,笔者将其详细列举如下:    ●轻松生成图形化的电子拓扑图,并可存为图片打印    ●Ping Tracert FTP等命令直接在拓扑图上运行    ●定时对全网进行Ping检查,实时监视网络连通情况    ●可为关键设备设置开关机警报,并以多种方式向管理员提醒    ●自动搜集电脑的软硬件信息,方便我们管理    ●设置好的设备可随时移动,连线自动追踪    ●拓扑图可嵌套,轻松建立大型网络    怎么样,还不错吧,下面就和笔者一起来领略一下它的风采吧。    具体请参考文档区PDF文件《Friendly Pinger 5.0.pdf》

    Public key for filename.rpm is not installed的解决方法

    今天安装包老是遇到 Public key for filename.rpm is not installed 这样的提示,包也安装不上,网上查了查

    解决方法一:   [root@localhost pki]# rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

    解决方法二:编辑yum.conf文件,把里面的gpgcheck=1改为gpgcheck=0,这样就好了,不过这样的话安装的rpm有可能是没有经过校验的

    FlashFXP 4.0.0 Build 1488 RC2 Patch破解注册

    这个版本各大网站倒是都放出来了,分享一下网络上的破解信息
    FlashFXP是功能强大的FXP/FTP软件,融合了一些其他优秀FTP软件的优点,如像CuteFTP一样可以比较文件夹,支持彩色文字显示;像 BpFTP支持多文件夹选择文件,能够缓存文件夹;像LeapFTP一样的外观界面,甚至设计思路也差相仿佛。支持文件夹 (带子文件夹)的文件传送、删除;支持上传、下载及第三方文件续传;可以跳过指定的文件类型,只传送需要的文件;可以自定义不同文件类型的显示颜色;可以缓存远端文件夹列表,支持FTP代理及Socks 4&5;具有避免空闲功能,防止被站点踢出;可以显示或隐藏“隐藏”属性的文件、文件夹;支持每个站点使用被动模式等。
    注:安装时请选择“简体中文”,运行FlashFXP后可在程序的“Option–Language”菜单中选择“Chinese Simplified”,即为简体中文界面。

    破解软件信息:
    Release Type: Patch
    Release Date: 08/10/2010
    Protection: NOP
    Release Size: 295 KB
    Cracker: GioTiN + HSN.C3r
    Software Website:https://www.flashfxp.com/
    破解下载地址:
    FlashFXP.4.0.0.Build.1488.RC2.Patch-UST.rar
    下载地址1:https://www.prs-distro.com/index.php?dir=UST/2010/10.October/
    下载地址2:https://keygen.ms/crack/132867
    下载地址3:https://www.supercracks.net/v.php?id=132867
    下载地址4:https://download-crack-serial.com/software-crack.php?id=132867
    下载地址5:https://cracktop.com/v.php?id=132867

    nagios 3.2.3和我们见面了

    3.2.3 – 10/03/2010

    FIXES

    • Fixes problem where disabling all active hosts/services was not taking effect
    • Fixes for compiler warnings (code cleanup by Stephen Gran)
    • Fixes for format errors in event handler logging (Guillaume Rousse)
    • Fixed incorrect info in sample nagios.cfg file for state_retention_file (Michael Friedrich)
    • Fixed broker_event_handler() to return ERR if data is NULL (Michael Friedrich)

    nginx开发版更新

    Changes with nginx 0.8.52                                        28 Sep 2010

        *) Bugfix: nginx used SSL mode for a listen socket if any listen option
           was set; the bug had appeared in 0.8.51.

    Changes with nginx 0.8.51                                        27 Sep 2010

        *) Change: the "secure_link_expires" directive has been canceled.

        *) Change: a logging level of resolver errors has been lowered from
           "alert" to "error".

        *) Feature: now a listen socket "ssl" parameter may be set several
           times.