传送门 题目描述 The students of the HEU are maneuvering for their military training.The red army and the blue army are at war today. The blue army finds that ...
分类:
其他好文 时间:
2018-06-07 21:52:28
阅读次数:
156
执行步骤 1.用concat批量生成修改表名的语句 2.将生成的语句执行一遍即可完成修改 ————————————————————————————————————————————————————————————————————————————————————————————————— MySQL函数 ...
分类:
数据库 时间:
2018-06-06 12:25:53
阅读次数:
186
today,我们接触了新的名词:离散化,听着就觉的高大尚; 离散化是什么,这个问题问得好(问度娘): 离散化,把无限空间中有限的个体映射到有限的空间中去,以此提高算法的时空效率。 通俗的说,离散化是在不改变数据相对大小的条件下,对数据进行相应的缩小。例如: 原数据:1,999,100000,15;处 ...
分类:
其他好文 时间:
2018-06-06 01:10:17
阅读次数:
146
public with sharing class NETWORKDAY { public void NETWORKDAY(){ //datetime s = datetime.today(); Datetime s = Datetime.newInstance(2014, 10, 22); Dat ...
分类:
其他好文 时间:
2018-06-03 21:42:41
阅读次数:
147
1.This moment will nap, you will have a dream ;but this moment study,you will interpret a dream. 此刻打盹,你将做梦;而此刻学习,你将圆梦。 2.I have uncultivated today,was ...
分类:
其他好文 时间:
2018-06-03 21:20:16
阅读次数:
174
附录:上课代码import datetimeuser = 'yanhx'today = datetime.datetime.today() #获取到今天的日期# print(type(user))# print(type(today))today = str(today)# int str# msg ...
分类:
编程语言 时间:
2018-06-02 19:37:07
阅读次数:
221
消息订阅与发布 subscribe Channel:订阅频道 psubscribe channel*:批量订阅频道:例如:psubscribe S*,订阅以S开头的频道。 publish channel content:在指定频道发布消息,如:publish mychat 'today is a g ...
分类:
其他好文 时间:
2018-05-30 01:20:09
阅读次数:
135
这样做逻辑上是没问题的,功能是实现了,但是我们调用的时候不再是调用真正的业务逻辑today函数,而是换成了logging_tool函数,这就破坏了原有的代码结构,为了支持日志功能,原有代码需要大幅修改,那么有没有更好的方式的呢?当然有,答案就是装饰器。 二、开天辟地 一个简单的装饰器 以上也是装饰器 ...
分类:
编程语言 时间:
2018-05-28 21:14:26
阅读次数:
182
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1564 Problem Description New Year is Coming! ailyanlu is very happy today! and he is playing a chessboa ...
分类:
其他好文 时间:
2018-05-26 17:51:41
阅读次数:
156
python数据类型详解 目录1、字符串2、布尔类型3、整数4、浮点数5、数字6、列表7、元组8、字典9、日期 1、字符串1.1、如何在Python中使用字符串a、使用单引号(')用单引号括起来表示字符串,例如:str='this is string';print str; b、使用双引号(")双引 ...
分类:
编程语言 时间:
2018-05-20 13:03:20
阅读次数:
176