發表文章

(Labview) 快速切換Front Panel & Block Diagram

圖片
透過Ctrl-E 即可 快速切換Front Panel & Block Diagram

20090718 小人國window on china theme park一日遊

圖片
http://www.woc.com.tw

Switch , HUB 分類

Dumb Switch就是最簡單的 只有Learning, Filtering跟Forwarding的功能 沒有Management 一般沒有做Console Port的都是Dumb Switch Smart Switch就會有其他如QoS, Port Mirroring, Trunking...等功能 Intelligent Switch除了Smart Switch該有的功能外 還會有Spanning Tree以及所有的module可替換 而HUB只有Listening and Forwarding的功能 Managemant的HUB還會多SNMP功能 但是一定不會Learning和Filtering

ARP

圖片
Windows ARP command : C:\Documents and Settings\Alan>arp /? Displays and modifies the IP-to-Physical address translation tables used by address resolution protocol (ARP). ARP -s inet_addr eth_addr [if_addr] ARP -d inet_addr [if_addr] ARP -a [inet_addr] [-N if_addr] -a Displays current ARP entries by interrogating the current protocol data. If inet_addr is specified, the IP and Physical addresses for only the specified computer are displayed. If more than one network interface uses ARP, entries for each ARP table are displayed. -g Same as -a. inet_addr Specifies an internet address. -N if_addr Displays the ARP entries for the network interface specified by if_addr. -d Deletes the host specified by inet_addr. inet_addr may be wildcarded with * to delete all hosts. -s Adds the host and associates the Internet address inet_addr with the Physical...

Windows XP command line

An A-Z Index of the Windows XP command line ADDUSERS Add or list users to/from a CSV file ARP Address Resolution Protocol ASSOC Change file extension associations• ASSOCIAT One step file association AT Schedule a command to run at a later time ATTRIB Change file attributes b BOOTCFG Edit Windows boot settings BROWSTAT Get domain, browser and PDC info c CACLS Change file permissions CALL Call one batch program from another• CD Change Directory - move to a specific Folder• CHANGE Change Terminal Server Session properties CHKDSK Check Disk - check and repair disk problems CHKNTFS Check the NTFS file system CHOICE Accept keyboard input to a batch file CIPHER Encrypt or Decrypt files/folders CleanMgr Automated cleanup of Temp files, recycle bin CLEARMEM Clea...

Blogger 貼html的利器

圖片
http://dob.tnc.edu.tw/authorHD/74/editor.htm

notepad++ for procomm plus

圖片
使用notepad++ 編輯procomm plus script 時 可以保留字可以顯示別種顏色 替代UltraEdit的利器 notepad++下載網址 http://notepad-plus.sourceforge.net/tw/site.htm 將下面文字複製貼上到記事本 然後儲存到 C:\Documents and Settings\ user-id \Application Data\Notepad++\userDefineLang.xml 之後使用notepad++ 就可以顯示 <NotepadPlus> <UserLang name="Procomm" ext=".was"> <Settings> <Global caseIgnored="yes" /> <TreatAsSymbol comment="no" commentLine="yes" /> <Prefix words1="yes" words2="no" words3="no" words4="no" /> </Settings> <KeywordLists> <Keywords name="Delimiters">000000</Keywords> <Keywords name="Folder+">for while proc func if switch case #if</Keywords> <Keywords name="Folder-">endfor endwhile endproc endfunc endif endswitch endcase #endif</Keywords> ...