随笔分类 -  python

上一页 1 2 3 4

Django学习笔记
摘要:1.安装: (1)从Django官网下载安装包( Django-1.8.tar.gz当前最新):https://www.djangoproject.com/download/ (2)解压:tar -zxvf Django-1.8.tar.gz (3)进入解压后目录后进行安装:cd Django-1. 阅读全文

posted @ 2015-04-07 19:41 生活费 阅读(244) 评论(0) 推荐(0)

ruby,python及curl post请求
摘要:#飘红部分为变量 test_url="http://test" body_hash={"value"=>100, "year"=>2014, "month"=>11, "day"=>12, "hour"=>16, "minute"=>9, "second"=>0, "host"=>"test"} b 阅读全文

posted @ 2014-11-13 10:53 生活费 阅读(5298) 评论(0) 推荐(0)

python格式化输出时间
摘要:strftime()函数将时间格式化 我们可以使用strftime()函数将时间格式化为我们想要的格式。它的原型如下: size_t strftime(char *strDest,size_t maxsize,const char *format,const struct tm *timeptr ) 阅读全文

posted @ 2011-12-06 11:33 生活费 阅读(2072) 评论(0) 推荐(0)

python基础
摘要:Table of Contents 1. 绪论1.1. Python历史1.2. Python功能简介1.3. 应用范围1.4. 如何开始?2. Python编程习惯与特点2.1. 代码风格2.2. 保留字2.3. Python运算符和表达式2.3.1. Python运算符2.3.2. 运算符优先顺 阅读全文

posted @ 2011-11-30 11:47 生活费 阅读(2503) 评论(0) 推荐(0)

上一页 1 2 3 4

导航