readme (1)作业名称:1、三级菜单;2、购物车程序(2)作业需求:A:三级菜单数据结构:menu = { '北京':{ '海淀':{ '五道口':{ 'soho':{}, '网易':{}, 'google':{} }, '中关村':{ '爱奇艺':{}, '汽车之家':{}, 'youku' ...
分类:
编程语言 时间:
2018-01-31 20:24:01
阅读次数:
310
第一次提交,显示创建了repositories,但是代码push不上,之后我删除了相应的repositories,再次提交,出现:Can't connect to repository from configured remote. You could want to check .git conf ...
分类:
其他好文 时间:
2018-01-30 16:38:44
阅读次数:
1084
题目描述 Bessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she'd like to fill it with the best charms possible from the N ...
分类:
其他好文 时间:
2018-01-28 18:16:30
阅读次数:
208
Charm Bracelet 题目链接:http://poj.org/problem?id=3624 Description Bessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she' ...
分类:
其他好文 时间:
2018-01-28 00:04:47
阅读次数:
196
MVC框架和MTV框架 Django的MVC模式 (了解即可) MVC,全名是Model View Controller,是软件工程中的一种软件架构模式,把软件系统分为三个基本部分:模型(Model)、视图(View)和控制器(Controller),具有耦合性低、重用性高、生命周期成本低等优点。 ...
分类:
其他好文 时间:
2018-01-27 20:16:12
阅读次数:
175
通过添加源来安装,简单方便 --以后也便于升级,这里仅提供免费版(最后一步时间有点长跟个人网速有关) 1、添加源 sudo add-apt-repository ppa:mystic-mirage/pycharm 2、更新一下 sudo apt update 3、安装 sudo apt instal ...
分类:
系统相关 时间:
2018-01-27 19:10:03
阅读次数:
236
configparser模块:用于按一定格式创建配置文件 创建 完成后的文件: 查看 增加 删除 ...
分类:
编程语言 时间:
2018-01-24 18:10:09
阅读次数:
205
# #!/usr/bin/env python # # -*- coding: utf-8 -*- # # @Time : 2017/7/21 21:33 # # @Author : Mr_zhang # # @Site : # # @File : 考试.py # # @Software: PyCh... ...
分类:
其他好文 时间:
2018-01-21 13:41:36
阅读次数:
154
Django框架简介 MVC框架和MTV框架(了解即可) MVC,全名是Model View Controller,是软件工程中的一种软件架构模式,把软件系统分为三个基本部分:模型(Model)、视图(View)和控制器(Controller),具有耦合性低、重用性高、生命周期成本低等优点。 想要更 ...
分类:
其他好文 时间:
2018-01-17 00:24:54
阅读次数:
149
s.find()函数可在指定字符串范围内查找子字符串出现的位置S.find(substr,[start,[end]])#返回S中出现substr的第一个字母的标号,如果S中没有substr则返回-1。start和end作用就相当于在S[start:end]中搜索代码示例1s=‘Myisgood!‘prints.find(‘My‘)prints.find(‘M‘)prints.find(‘a‘,3)
分类:
其他好文 时间:
2018-01-14 18:39:19
阅读次数:
134