2012年11月22日 星期四

HTTP Server ,socketserver,Acess enscribe file.

1.Python 提供 HTTP server,socketserver for http server and tcpip  server.

2.Nonstop server 可以執行 ptyhon HTTP server.
  Usage : python -m SimpleHTTPServer 8000
  Note :  -m : module , port number:8000
  執行後, open web browser , "http://192.168.110.93:8000/ ,可以看到 Nonstop 的目錄

3.Python 可以 I/O Nonstop Guardian file.
    READ Enscribe file (code 101,180) 沒問題
    Write  file ,File code 是 180 (ASCII  C edit file).
    可以使用  CTOEDIT 轉成 code 100. Usage: CTOEDIT  C-file,EDIT-file.
    同理, Edit file(Code 100) 也可以轉成 Code 180.Usage:EDITTOC Edit-file,C-file.



沒有留言: