The minute you think of giving up, think of the reason why you held on so long!
发布时间:2018-04-10 16:37:00
__import__ 模块为Python的内置模块,可以动态(字符串方式)加载其他类、函数、模块!1、加载同层目录下的模块功能(同一个包下的其他功能函数) main.py和test_demo.py 都在同一个层目录(p_test目录)下点击(此处)折叠或打开#!/usr/bin/env python# _*_ .........【阅读全文】
发布时间:2018-03-21 15:25:04
user_info 信息存储文件内容点击(此处)折叠或打开zhangsan 18612348765 sanic zhangsan@163.com 23lishun 19235648308 shuns shunli@qq.com 21liusi 19283638273 sics siliu@126.com 30feifei.........【阅读全文】
发布时间:2018-03-20 11:30:45
练习继续点击(此处)折叠或打开#!/usr/bin/env python# _*_ coding: utf-8 _*_'''购物车程序1.要求用户输入工资金额,然后打印购物清单2.用户可以不断的购买商品,直到钱不够为止3.退出时格式化打印用户已.........【阅读全文】
发布时间:2018-03-08 14:16:58
因为自己智商比较捉急,画了个程序流程图来帮助理清写程序的思路!点击(此处)折叠或打开#!/usr/bin/env python # _*_ coding: utf-8 _*_'''需求:编写登录接口, 1.输入用户名密码,2.认证成功后显示欢迎信息,3.输错三次后锁定.........【阅读全文】
发布时间:2016-06-22 11:14:15
# User privilege specificationroot ALL=(ALL) ALL# Allow members of group sudo to execute any command after they have# provided their password# (Note that later entries override this, so you might need to move# it further down)%sudo ALL=(ALL) ALL##includedir /etc/sud.........【阅读全文】