码迷,mamicode.com
首页 >  
搜索关键字:python print    ( 165814个结果
javascript中函数调用,函数实例化,函数三者关系
test // alert(jQuery()); function print(string){ document.write(string+""); }; document.write("********无返回值的情况***************"); (function(){ var jq = (function(){ var jq = fun...
分类:编程语言   时间:2014-05-15 11:14:55    阅读次数:373
Multi-Thread 1: how to use synchronized
1. synchronized If two threads are using the same function( here we use output to print out string) of another instance, if we want to make sure that these two threads are not disturbing each other. ...
分类:其他好文   时间:2014-05-15 11:14:14    阅读次数:389
MySQL 以及 Python 实现排名窗口函数
MySQL 以及Python 实现排名窗口函数一例。...
分类:数据库   时间:2014-05-15 05:18:57    阅读次数:381
python进阶八_警告和异常
心情有点纠结,怎么说呢,倒不是因为其他学习上的事情,反而是因为生活上狗血的剧情逼着人偏离,渐行渐远,人跟人之间有误会也是正常的,可能是因为交流不够,彼此不够了解吧,希望能尽快度过这一段纠结的日子,简单的生活,慢慢的品味,细细的思考。 最近一段时间,因为需要,借阅了一本Python Cookbook,发现这本书在很多方面介绍的都很不错,比如一些系统管理,web,分布式编程,数据持久化等等这些方面。但...
分类:编程语言   时间:2014-05-15 04:38:42    阅读次数:373
Python抓取小说
在MAC下还是用PYTHON抓取小说简单...
分类:编程语言   时间:2014-05-14 14:47:20    阅读次数:379
R语言 多元线性回归分析
#线性模型中有关函数#基本函数 a<-lm(模型公式,数据源) #anova(a)计算方差分析表#coef(a)提取模型系数#devinace(a)计算残差平方和#formula(a)提取模型公式#plot(a)绘制模型诊断图#predict(a)用作预测#print(a)显示#residuals(...
分类:其他好文   时间:2014-05-14 13:14:07    阅读次数:389
Python常用函数及说明
基本定制型C.__init__(self[, arg1, ...]) 构造器(带一些可选的参数)C.__new__(self[, arg1, ...]) 构造器(带一些可选的参数);通常用在设置不变数据类型的子类。C.__del__(self) 解构器C.__str__(self) 可打印的字符输出...
分类:编程语言   时间:2014-05-14 12:26:48    阅读次数:435
python中defaultdict类
回宿舍前翻翻Codeforces的时候发现了一个有趣的代码..其实是我没这么用过 :D这是一份417B的代码 1 import sys 2 from collections import defaultdict 3 4 n = int(sys.stdin.readline()) 5 d = def....
分类:编程语言   时间:2014-05-14 12:20:35    阅读次数:372
Python之小作业
文档如下:# name, age, scoretom, 12, 86Lee, 15, 99Lucy, 11, 58Joseph, 19, 56第一栏为姓名(name),第二栏为年纪(age),第三栏为得分(score)现在,写一个Python程序,1)读取文件2)打印如下结果:得分低于60的人都有谁...
分类:编程语言   时间:2014-05-14 11:41:36    阅读次数:452
Window环境下Python和Django的安装
转载地址:http://blog.csdn.net/haoni123321/article/details/75938211.下载python,本文使用python-2.7.2.msi2.下载django,本文使用Django-1.3.1.tar.gz3.安装python-2.7.2.msi 双击,...
分类:编程语言   时间:2014-05-14 11:13:54    阅读次数:333
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!