码迷,mamicode.com
首页 >  
搜索关键字:today    ( 1157个结果
Dylans loves numbers
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
javascript
自己这次作业中写的关于一段打日志的代码 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
codeforces 360 D - Remainders Game
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
HDU Today---hdu2112(最短路-_-坑在是无向图)
题目链接: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
POJ3207 Ikki's Story IV – Panda's Trick
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
codeforces 360 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 but not x. Arya ...
分类:其他好文   时间:2016-07-14 21:18:47    阅读次数:115
raspberry pi 自动发布天气信息到QQ空间/微博
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恢复笔记
基于binlog二进制日志的MySQL恢复笔记刚好复习到这里,顺手做个小实验,记录下。总的操作流程:step0、关掉数据库的对外访问【防止用户操作继续写入这个库】step1、mysqlbinlog导出相关时间段数据库的二进制日志step2、编辑today.sql找到误操作的那几条数据,删除并保存。step3..
分类:数据库   时间:2016-07-13 06:56:06    阅读次数:314
Codeforces Round #361 (Div. 2) D
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
1157条   上一页 1 ... 50 51 52 53 54 ... 116 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!