Skip to content

cbtpro/thinking-practical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

运行Python服务器

Python 2.x

python -m SimpleHTTPServer 8888 &

Python 3.x

python -m http.server 8888 &

注意:请在cmd中运行命令,如果提示不允许使用与号(&)。& 运算符是为将来使用而保留的;请用双引号将与号引起来("&"),以将其作为字符串的一部分传递。,请将命令后面的&符号删除后执行。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published