摘要:
1、简介与分类 1.系统的运行级别 运行级别命令 系统默认运行级别 [root@AmorLei ~]# vi /etc/inittab # inittab is only used by upstart for the default runlevel. # # ADDING OTHER CONFI 阅读全文
摘要:
Python语言中import的使用很简单,直接使用import module_name语句导入即可。这里我主要写一下"import"的本质。 Python官方定义:Python code in one module gains access to the code in another modul 阅读全文