05 2016 档案
摘要:一、先下载pyton,配置下python的环境变量,这个很重要,然后下载django,解压到与python同一个根目录底下,进入django目录,运行python setup.py install安装完成后在D:\Python34\Lib\site-packages目录下 二、从python文件夹中
阅读全文
摘要:# -*- coding: utf-8 -*- import math import re import csv import repr def ean_checksum(eancode): """returns the checksum of an ean string of length 13, returns -1 if the string has the wrong lengt...
阅读全文
摘要:第一个图灵机器人接口实例: 第二个图灵机器人接口实例:
阅读全文