码迷,mamicode.com
首页 >  
搜索关键字:today    ( 1157个结果
计算两天之间的天数差
var today = new Date(); var time = '2016-10-05'; time = new Date(time); var g = getDays(today,time); console.log(g); fu... ...
分类:其他好文   时间:2017-08-22 18:00:29    阅读次数:113
HDU 6153 A Secret KMP
A Secret Problem Description Today is the birthday of SF,so VS gives two strings S1,S2 to SF as a present,which have a big secret.SF is interested in ...
分类:其他好文   时间:2017-08-21 15:52:01    阅读次数:166
HDU 1213 How Many Tables(模板——并查集)
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1213 Problem Description Today is Ignatius' birthday. He invites a lot of friends. Now it's dinner tim ...
分类:其他好文   时间:2017-08-18 20:10:09    阅读次数:160
logstash 收集日志传到另外一台机器的logstash并落地到磁盘
收集端:input { file { path => "/home/admin/local/uae_agent/apps/InProcessorOL/log/a4_comment_processor/comment_processor.log*" start_position => "beginni... ...
分类:其他好文   时间:2017-08-17 21:35:33    阅读次数:269
python 获取yahoo股票数据
importpandasaspd frompandas_datareaderimportdata importdatetime start=datetime.datetime(2016,1,1) end=datetime.date.today() apple=data.DataReader("AAPL","yahoo",start,end) #type(apple) apple.head()DateOpenHighLowCloseAdjCloseVolume2016-01-04102.610001105.3..
分类:编程语言   时间:2017-08-16 15:39:19    阅读次数:268
DateConvertUtil 日期工具类
package com.hxqc.basic.dependency.util; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.u... ...
分类:其他好文   时间:2017-08-10 22:23:17    阅读次数:186
UVALive - 7263 Today Is a Rainy Day(bfs)
原题链接 题意 给两个等长的只含数字1,2,3,4,5,6的字符串s(|s|≤110),有两种操作: - 把一个位置的数字换成另一个数字,换成的数字也只能是1到6- 把这个字符串中相同的数字都换成另一种数字应用上面的两种操作把第二个字符串转换成第一个字符串至少需要多少次操作? 分析首先尽可能多的进行 ...
分类:其他好文   时间:2017-08-10 10:23:30    阅读次数:156
HDU - 5763 Another Meaning
As is known to all, in many cases, a word has two meanings. Such as “hehe”, which not only means “hehe”, but also means “excuse me”. Today, ?? is chat ...
分类:其他好文   时间:2017-08-08 20:03:50    阅读次数:182
Round #425 B. Petya and Exam
It's hard times now. Today Petya needs to score 100 points on Informatics exam. The tasks seem easy to Petya, but he thinks he lacks time to finish th ...
分类:其他好文   时间:2017-08-08 19:48:52    阅读次数:195
Round #423 A.Restaurant Tables(Div.2)
In a small restaurant there are a tables for one person and b tables for two persons. It it known that n groups of people come today, each consisting ...
分类:其他好文   时间:2017-08-08 17:48:47    阅读次数:162
1157条   上一页 1 ... 26 27 28 29 30 ... 116 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!