nor flash Óë nand flash µÄÇø±ð
Beside the different silicon cell design, the most important difference between NAND and NOR Flash is the bus interface. NOR Flash is connected to a address / data bus direct like other memory devices as SRAM etc. NAND Flash uses a multiplexed I/O Interface with some additional control pins. NAND flash is a sequential access device appropriate for mass storage applications, while NOR flash is a random access device appropriate for code storage application.NOR Flash can be used for code storage and code execution. Code stored on NAND Flash can't be executed frome there. It must be loaded into RAM memory and executed from there.
NOR NAND
Interface Bus I/O
Cell Size Large Small
Cell Cost High Low
Read Time &
Ïà¹ØÎĵµ£º
gebi1218 ·¢±íÓÚ 2010-5-25 22:32:00ÓÉÓÚNAND FlashµÄ¹¤ÒÕ²»Äܱ£Ö¤NANDµÄMemory ArrayÔÚÆäÉúÃüÖÜÆÚÖб£³ÖÐÔÄܵĿɿ¿£¬Òò´Ë£¬ÔÚNANDµÄÉú²úÖм°Ê¹Óùý³ÌÖлá²úÉú»µ¿é¡£»µ¿éµÄÌØÐÔÊÇ£ºµ±±à³Ì/²Á³ýÕâ¸ö¿éʱ£¬²»Äܽ«Ä³Ð©Î»À¸ß£¬Õâ»áÔì³ÉPage ProgramºÍBlock Erase²Ù×÷ʱµÄ´íÎó£¬ÏàÓ¦µØ·´Ó³µ½Status RegisterµÄÏàӦλ¡£×ÜÌåÉÏ£¬» ......
×î½üÔÚÑо¿flex¼¼Êõ£¬flexºÍflashµÄ½»»¥£¬flexºÍJavaµÄͨÐÅ¡£Ï±ßÊÇÒ»¸öflex¿ØÖÆswfÎļþÖÐÔª¼þµÄ·¶Àý£¬¸Õ½Ó´¥flex£¬ÈçÓв»¶ÔµÄµØ·½£¬´ó¼Ò¶àÌáÒâ¼û¡£
mxmlÎļþ£º
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
&n ......
ÀûÓÃas3£¬ÎÒÃÇ¿ÉÒÔ³¢ÊÔÖÆ×÷һЩÓÐȤµÄ×é¼þ£¬ËäÈ»ÏÖÔÚÒѾÓкܶàʵÓõÄ×é¼þ£¬µ«ÊÇ×Ô¼º³¢ÊÔдһÏÂÒ²ÊDz»´íµÄ¡£ÀûÓÃas3Óï·¨£¬½èÓÃÁË»æÍ¼ApiÎÒÃdz¢ÊÔÖÆ×÷Ò»ÏÂÕâ¸ö×é¼þ¡£ÒòΪÎÒÃDz»ÐèÒªºÜÇ¿´óµÄ¹¦ÄÜ£¬¶Ô´ËÎÒÃÇÖ»ÊÇÐèҪѡȡÆäÒ»²¿·Ö¾Í¿ÉÒÔ¡£
Ê×ÏÈ,ÎÒÃÇËùÐèµÄÖÆ×÷Á½¸öͼÐΣ¬Ò»¸öÊÇÍ϶¯µÄ·½¿é£¬Ò»¸öÊǵ×ͼƬ¡£¶ÔÓÚÕâÁ ......
ÅÂÄÄÌìÔÙÓõ½£¬Ê¡µÄÔÙÖØÐÂд£º
#!/bin/sh
save_path=$1
log_path="/usr/local/nginx/logs/null.log"
_from=`head $log_path -n1 |awk '{print $4}'|awk -F"[" '{print $2}'|grep -oE "[A-Za-z0-9:]+"`
_end=`tail $log_path -n1 |awk '{print $4}'|awk -F"[" '{print $2}'|grep -oE "[A-Za-z0-9:]+"`
from=`echo $_ ......