var timer; var timer1; var imgCount = 0; var speed = 0; document.getElementsByClassName('melelexxr')[0].onmouseover = function () { window.clearInterv... ...
分类:
其他好文 时间:
2017-04-15 18:19:17
阅读次数:
118
协程函数的应用:找到一个文件夹下所有包含python字符串的文件的绝对路径为生成器函数添加初始化功能的装饰器import os ,timedef init(func): def wrapper(*args,**kwargs): res = func(*args,**kwargs) next(res) ...
分类:
其他好文 时间:
2017-04-15 18:11:39
阅读次数:
158
错误描述: 本人机器window8.1 64位,python2.7。 解决: 上爆栈网按照这个大哥http://stackoverflow.com/questions/17480779/importerror-when-importing-certain-modules-from-scipy说的把n ...
分类:
其他好文 时间:
2017-04-15 17:52:26
阅读次数:
1113
R语言两种方式求指定日期所在月的天数 days_monthday<-function(date){ m<-format(date,format="%m") days31<-c("01","03","05","07","08","10","12") days30<-c("04","06","09"," ...
分类:
编程语言 时间:
2017-04-15 15:41:20
阅读次数:
1018
一、CentOS7.0 1、修改为中文 # localectl set-locale LANG=zh_CN.utf8 2、修改为英文 # localectl set-locale LANG=en_US.UTF-8 二、CentOS6.5 1、修改为英文 # echo 'LANG=en_US.UTF- ...
分类:
编程语言 时间:
2017-04-15 15:39:10
阅读次数:
182
题目: Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum ...
分类:
其他好文 时间:
2017-04-15 15:35:28
阅读次数:
208
只看原理就好,我做失败了!!! 报错:请大神帮我看看 首先先写好实现这个标签的java类,这个类要继承tagsupput方法 来看下api:所以我们重写doStartTag就行 下面是我写好的java类: 写好java类之后,我们来把他绑定到一个uri上:在snowing.tld中 这个的格式tom ...
分类:
Web程序 时间:
2017-04-15 14:05:38
阅读次数:
165
private static SessionFactory sf; static{ Configuration cfg=new Configuration().configure(); ServiceRegistry sr=new ServiceRegistryBuilder() .applySet ...
分类:
Web程序 时间:
2017-04-15 13:54:11
阅读次数:
189
#! usr/bin/env python# -*- coding: utf-8 -*-'''1.抓取糗事百科热门段子2.过滤带有图片的段子3.实现每按一次回车显示一个段子的发布时间,发布人,段子内容,点赞数。'''import urllib2import reclass QSBK(object): ...
分类:
其他好文 时间:
2017-04-15 13:43:54
阅读次数:
152