没得事就爬一下我喜欢的海贼王上的图片
需要在d盘下建立一个imgcache文件夹
# -*- coding: utf-8 -*-
import urllib
import urllib2
import json
from bs4 import BeautifulSoup
import threadpool
import thread
class htmlpaser:
de...
分类:
编程语言 时间:
2014-06-29 07:15:05
阅读次数:
304
theano 入门教程1.3给一个参数设置默认值# -*- coding: utf-8
-*-"""Created on Wed Jun 4 23:22:17 2014@author: wencc"""import theano.tensor as
Tfrom theano import funct...
分类:
其他好文 时间:
2014-06-11 21:47:44
阅读次数:
552
使用共享变量# -*- coding: utf-8 -*-"""Created on Wed Jun
4 23:28:21 2014@author: wencc"""from theano import sharedfrom theano import
functionimport theano.t...
分类:
其他好文 时间:
2014-06-11 13:26:52
阅读次数:
304
# -*- coding: utf-8 -*-"""Created on Thu Jun 05
17:48:31 2014@author: Administrator"""import theanoimport numpy as npimport
theano.tensor as Tfrom the...
分类:
其他好文 时间:
2014-06-11 12:49:50
阅读次数:
401
theano 实例, 逻辑回归(logistic regression)# -*-
coding: utf-8 -*-"""Created on Fri Jun 06 08:56:54 2014@author:
Administrator"""import theanoimport numpy as...
分类:
其他好文 时间:
2014-06-11 12:14:52
阅读次数:
922
二分查找图二叉树:代码#!/usr/bin/python#-*-coding:utf-8-*-#----------------------------------------------------------------------------------------#
to_do : bin....
分类:
编程语言 时间:
2014-06-09 23:06:48
阅读次数:
295
定制pattern的string模板(template) 详解本文地址: http://blog.csdn.net/caroline_wendy/article/details/28625179 string.Template的pattern是一个正则表达式, 可以通过覆盖pattern属性, 定义新的正则表达式.如: 使用新的定界符"{{", 把{{var}}作为变量语法.代码:# -*- coding: utf-8 -*-
'''
Creat...
分类:
编程语言 时间:
2014-06-08 18:00:47
阅读次数:
308
附网址:http://qt-project.org/doc/qt-5/qml-codingconventions.html
QML Coding Conventions
这个文档包含了QML的编码规范,我们将这个规范应用在全部文档和例程当中并推荐大家遵守。
QML Object Declarations
在我们的文档和例子中,QML object attributes总是像...
分类:
其他好文 时间:
2014-06-08 08:20:42
阅读次数:
226
# -*- coding: utf-8 -*- import socket import
sys port = 80 host = sys.argv[1] filename = sys.argv[2] soc =
socket.socket(socket.AF_INET, socket....
分类:
编程语言 时间:
2014-06-07 23:43:22
阅读次数:
320
server: # -*- coding:gb2312 -*-import socketimport
timeimport structif __name__ == "__main__":
s=socket.socket(socket.AF_INET,socket.SOCK_DGRAM) host=...
分类:
其他好文 时间:
2014-06-07 21:09:54
阅读次数:
254