http://python.jobbole.com/86887/ 最近修改了项目里的logging相关功能,用到了python标准库里的logging模块,在此做一些记录。主要是从官方文档和stackoverflow上查询到的一些内容。 官方文档 技术博客 基本用法 下面的代码展示了logging最 ...
分类:
编程语言 时间:
2016-11-28 14:36:31
阅读次数:
295
实例+()调用__call__,返回self,可实现循环调用. 知乎面试后端有问到. C++/C 对语言而言的严格都才是足够高的. ...
分类:
编程语言 时间:
2016-11-28 11:14:37
阅读次数:
320
Given an 2D board, count how many different battleships are in it. The battleships are represented with 'X's, empty slots are represented with '.'s. Y ...
分类:
其他好文 时间:
2016-11-28 09:32:34
阅读次数:
414
Gradient Boosted Regression Trees 2 Regularization GBRT provide three knobs to control overfitting: tree structure, shrinkage, and randomization. Tree ...
分类:
其他好文 时间:
2016-11-28 08:21:35
阅读次数:
302
主要内容: 利用原型链的方式实现继承: 原型继承的特点:即继承了父类的模板,也继承了父类的原型对象。 类继承:只继承模板(借用构造函数的方式继承)。 利用call、apply方法实现: 混合继承: 扩展方法实现继承: ...
分类:
编程语言 时间:
2016-11-27 14:24:31
阅读次数:
173
官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validation 一、导入js库 二、默认校验规则 三、默认的提示 如需要修改,可在js代码中加入: 推荐做法,将此文件放入messages_cn.js中,在页面中引入 四、使用方式1 ...
分类:
Web程序 时间:
2016-11-27 07:53:12
阅读次数:
279
hihoCoder #1426 : What a Ridiculous Election(总统夶选) 时间限制:1000ms 单点时限:1000ms 内存限制:256MB Description - 题目描述 In country Light Tower, a presidential electi ...
分类:
其他好文 时间:
2016-11-27 06:43:06
阅读次数:
336
本节目录-面向对象1 类介绍1.1 面向对象oo特征1.2 类的特性1.3 创建与调用 1.3.1 基本结构 1.3.2 结构说明 1.3.3 对外部提供只读访问接口 1.3.4 析构方法2 继承2.1 继承介绍2.2 横向关系(组合)VS纵向关系(继承)2.3 内置函数 2.3.1 issubcl ...
分类:
编程语言 时间:
2016-11-26 13:54:29
阅读次数:
237
OverviewWe've talked about reverse proxy servers and how they can really be good at protecting the servers in your internal network. Lately, however, ... ...
分类:
其他好文 时间:
2016-11-26 02:21:36
阅读次数:
240