Problem Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline ...
分类:
其他好文 时间:
2017-06-03 20:57:34
阅读次数:
115
http://www.runoob.com/css/css-background.html http://www.w3school.com.cn/css/css_background.asp CSS 背景属性用于定义HTML元素的背景。 CSS 属性定义背景效果: background-color ...
分类:
Web程序 时间:
2017-06-03 20:06:51
阅读次数:
255
Description A number of schools are connected to a computer network. Agreements have been developed among those schools: each school maintains a list ...
分类:
Web程序 时间:
2017-06-02 14:52:28
阅读次数:
315
High school student Vasya got a string of length n as a birthday present. This string consists of letters 'a' and 'b' only. Vasya denotesbeauty of the ...
分类:
其他好文 时间:
2017-06-01 20:06:22
阅读次数:
216
arguments是当前正在执行的function的一个参数,它保存了函数当前调用的参数。 使用方法:function.arguments[i]。 其中function.是可选项,是当前正在执行的function的名称。 arguments不能够创建,是函数自身的参数,只有当函数开始执行是才能使用。 ...
分类:
编程语言 时间:
2017-06-01 13:23:21
阅读次数:
203
Deliver not your words by number but by weight. 言不在多,而在有物。 Do more than talk, say something. I still remember when I was a child in the primary school ...
分类:
其他好文 时间:
2017-06-01 10:32:05
阅读次数:
193
scala学习网址为:https://twitter.github.io/scala_school/zh_cn https://www.zhihu.com/question/26707124 ...
分类:
其他好文 时间:
2017-06-01 00:26:27
阅读次数:
144
面向对象高级语法部分 通过@staticmethod装饰器即可把其装饰的方法变为一个静态方法,什么是静态方法呢?其实不难理解,普通的方法,可以在实例化后直接调用,并且在方法里可以通过self.调用实例变量或类变量,但静态方法是不可以访问实例变量或类变量的,一个不能访问实例变量和类变量的方法,其实相当 ...
分类:
其他好文 时间:
2017-06-01 00:17:47
阅读次数:
242
1. 概述 PHP是一门主要用于Web开发的编程语言。很多人学习PHP是为了进行web开发,虽然目前PHP也是可以做很多很多的事情,但是它目前还只是在Web开发方面用途最广。 关于PHP的学习,我认为可以从以下的路线进行学习。 2. 学习路线概述 首先,学习PHP的基础语法,知道了如何对一行PHP代 ...
分类:
Web程序 时间:
2017-05-30 00:11:14
阅读次数:
262
a.models中随意增加 meta类class School(models.Model): name=models.CharField(max_length=32,unique=True) city=models.CharField(max_length=32) addr=models.CharF ...
分类:
其他好文 时间:
2017-05-29 17:24:03
阅读次数:
189