ASDM603.binºÍPIX803.binµÄPEMUËùÓõÄUR°æµÄFLASHÎļþ
ASDM603.binºÍPIX803.binµÄPEMUËùÓõÄUR°æµÄFLASHÎļþ
pixfirewall# sh version
Cisco PIX Security Appliance Software Version 8.0(3)
Device Manager Version 6.0(3)
Compiled on Tue 06-Nov-07 19:50 by builders
System image file is "flash:/pix803.bin"
Config file at boot was "startup-config"
pixfirewall up 8 mins 5 secs
Hardware: PIX-525, 128 MB RAM, CPU Pentium II 1 MHz
Flash E28F128J3 @ 0xfff00000, 16MB
BIOS Flash AM29F400B @ 0xfffd8000, 32KB
0: Ext: Ethernet0 : address is 00aa.0000.0201, irq 9
1: Ext: Ethernet1 : address is 00aa.0000.0202, irq 11
2: Ext: Ethernet2 : address is 00aa.0000.0203, irq 11
Licensed features for this platform:
Maximum Physical Interfaces : 10
Maximum VLANs : 100
Inside Hosts : Unlimited
Failover : Active/Active
VPN-DES : Enabled
VPN-3DES-AES : Enabled
Cut-through Proxy : Enabled
Guards : Enabled
URL Filtering : Enabled
Security Contexts : 2
GTP/GPRS &nb
Ïà¹ØÎĵµ£º
Flash ÓÖ·ÖΪ Nor Flash ºÍNand Flash Á½ÖÖ¡£ ËüÃÇÖ®¼äµÄ²»Í¬ÔÚÓÚ£º Nor Flash Ö§³ÖоƬÄÚÖ´ÐУ¨XIP£¬
eXecute In Place£©£¬ ÕâÑù´úÂë¿ÉÒÔÔÚFlashÉÏÖ±½ÓÖ´Ðжø²»±Ø¿½±´µ½RAMÖÐÈ¥Ö´ÐС£¶øNand
Flash²¢²»Ö§³ÖXIP£¬ ËùÒÔÒªÏëÖ´ÐÐ Nand Flash ÉϵĴúÂ룬±ØÐëÏȽ«Æä¿½±´µ½ RAMÖÐÈ¥£¬È»ºóÌøµ½ RAM ÖÐÈ¥Ö´ÐС£ ......
¼ÙÉèÎÒÓÐÒ»¸öswf,Òªµã»÷пª´°¿Ú
ÎÒÏÈÓÃAS3£¬navigateToURL·½·¨Ð¿ª´°¿ÚÔÚIE8ÀïÃæ»á±»À¹½Ø
link_btn.addEventListener(MouseEvent.CLICK,ClickTag);//link_btnΪһ¸öʵÀý£¬¸øËü¼ÓÒ»¸öµã»÷ʼþµÄ¼àÌý
private function ClickTag(e:MouseEvent):void{
navigateToURL(new URLRequest("http://www.sn110.cn/serv/apply.a ......
Ñо¿FlashǶÈëÓÎÏ·ÖеĿÉÐÐÐÔ.......
äÖȾÎÊÌâÒѽâ¾ö
ʼþÏìÓ¦Òѽâ¾ö
ÏÂÃæÊÇC++ÓëFlash ASµÄ½»»¥, ÒÔMFCΪÀý:
1. н¨Ò»¸öMFC Dialog³ÌÐò
2. Ìí¼ÓÒ»¸öFlash¿Ø¼þ
3. °ÑFlash¿Ø¼þÌí¼ÓÒ»¸ö±äÁ¿
4. ÔÚOnInitDialog()ÖÐÌí¼ÓÔØ.swfÎļþ
// CCppFlashDlg ÏûÏ¢´¦Àí³ÌÐò
BOOL CCppFlashDlg::OnInitDialog()
{
......
»ù±¾Èý½Çº¯ÊýµÄ¼ÆË㣺
½ÇµÄÕýÏÒÖµ£½¶Ô±ß/б±ß
½ÇµÄÓàÏÒÖµ£½ÁÚ±ß/б±ß
½ÇµÄÕýÇÐÖµ£½¶Ô±ß/ÁÚ±ß
½Ç¶ÈÖÆÓ뻡¶ÈÖÆµÄÏ໥ת»»£º
»¡¶È£½½Ç¶È×Math.PI/180
½Ç¶È£½»¡¶È×180/Math.PI
ÏòÊó±êÐýת£¨»òÏòijµãÐýת£©£º
dx=mouseX-sprite.x;
dy=mouseY-sprite.y;
sprite.rotation=Math.atan2(dy,dx)*180/Math.PI;
´ ......
À´×Ô¡¶Foundation Actionscript 3.0 Animation: Making Things Move!¡·µÄÎïÀí¹«Ê½£º
ÏòÊó±ê£¨»òÕßÈκÎÒ»¸öµã£©Ðýת£º
// ÓÃÒªÐýתµ½µÄ x, y ×ø±êÌæ»» mouseX, mouseY
dx = mouseX - sprite.x;
dy = mouseY - sprite.y;
sprite.rotation = Math.atan2(dy, dx) * 180 / Math.PI;
´´½¨²¨ÐΣº
// ½« x, y »òÆäËüÊôÐ ......