Problem Description Who is Dylans?You can find his ID in UOJ and Codeforces. His another ID is s1451900 in BestCoder.And now today's problems are all ...
分类:
其他好文 时间:
2016-07-19 23:31:33
阅读次数:
335
自己这次作业中写的关于一段打日志的代码 1 def log(self,user,*args): 2 #今天 3 today = datetime.date.today() 4 #还款日 5 h_k_r = datetime.date(datetime.date.today().year, datet ...
分类:
编程语言 时间:
2016-07-16 06:31:40
阅读次数:
269
D - Remainders Game Description Today Pari and Arya are playing a game called Remainders. Pari chooses two positive integer x and k, and tells Arya k ...
分类:
其他好文 时间:
2016-07-16 00:21:22
阅读次数:
134
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2112 spfa或者迪杰斯特拉都可以 注意公交车是有来回的 #include <iostream> #include <cstdlib> #include <cstdio> #include <algor ...
分类:
其他好文 时间:
2016-07-15 23:51:40
阅读次数:
165
Description liympanda, one of Ikki’s friend, likes playing games with Ikki. Today after minesweeping with Ikki and winning so many times, he is tired ...
分类:
其他好文 时间:
2016-07-15 17:01:17
阅读次数:
212
给定由大写,小写字母和空格组成的字符串,返回最后一个单词的长度。 如果不存在最后一个单词,返回0 注意: “单词”是指不包含空格符号的字符串 例如: s = “hello World”, 那么返回的结果是5 格式: 第一行输入字符串s,然后输出s中最后一个单词的长度。 样例输入 Today is a ...
分类:
其他好文 时间:
2016-07-15 00:38:27
阅读次数:
179
原题: Description Today Pari and Arya are playing a game called Remainders. Pari chooses two positive integer x and k, and tells Arya k but not x. Arya ...
分类:
其他好文 时间:
2016-07-14 21:18:47
阅读次数:
115
raspberry pi 自动发布天气信息到QQ空间/微博 参考链接: https://aoaoao.me/951.html/comment-page-1 http://www.ipip5.com/today/api.php?type=json 说明: 天气信息来自于百度地图API,历史上的今天来自 ...
分类:
Web程序 时间:
2016-07-13 22:53:35
阅读次数:
455
基于binlog二进制日志的MySQL恢复笔记刚好复习到这里,顺手做个小实验,记录下。总的操作流程:step0、关掉数据库的对外访问【防止用户操作继续写入这个库】step1、mysqlbinlog导出相关时间段数据库的二进制日志step2、编辑today.sql找到误操作的那几条数据,删除并保存。step3..
分类:
数据库 时间:
2016-07-13 06:56:06
阅读次数:
314
D - Friends and Subsequences Description Mike and !Mike are old childhood rivals, they are opposite in everything they do, except programming. Today t ...
分类:
其他好文 时间:
2016-07-12 23:03:32
阅读次数:
226