摘要:
1. Register configuration 2. Clock isolation issue. whether the one module clock off has effect on other module function? how to one module implement 阅读全文
摘要:
There is an interesting article here regarding the difference between import and `include when it comes to packages. I'm going to attempt to summarise 阅读全文
摘要:
常用命令汇总 where is equivalent cmd for linux which cmd 帮助:shutdown /? 关机:shutdown /s 重启:shutdown /r netstat -ano|findstr port Nslookup——-IP地址侦测器explorer—— 阅读全文
摘要:
导入包名,相当于在当前域中声明一个包标识符,那么当前域中不能在声明同样的标识符 package.__file__: print the package location, e.g. os.__file__ dir(__builtins__): show all builtin functions 阅读全文