I have not write the daily for a long period.Rencently I need to write a Chinese paper on nn-based speech synthesis. Also I need to tackle the applyin...
分类:
其他好文 时间:
2015-11-05 23:49:26
阅读次数:
180
根据网上的资料,标点符号的英语名称。. period or full stop 句号, comma 逗号: colon 冒号; semicolon 分号! exclamation mark 惊叹号? question mark 问号- hyphen 连字符* asterisk 星号' apostro...
分类:
其他好文 时间:
2015-11-01 12:42:09
阅读次数:
173
CatenymsDescriptionA catenym is a pair of words separated by a period such that the last letter of the first word is the same as the last letter of th...
分类:
其他好文 时间:
2015-10-31 18:35:20
阅读次数:
249
原题链接在这里:https://leetcode.com/problems/restore-ip-addresses/DFS, 递归解决。IP 地址一共有四段。period来记录段数,从0开始,当period == 3时是说明到了最后一段,把剩下的当成最后一段,判断是否合法。加上的新字符必须是合法的...
分类:
其他好文 时间:
2015-10-29 23:20:11
阅读次数:
143
在SSMS(Microsoft SQL Server Management Studio)里面,查看数据库对应的表的时候,会遇到“Lock Request time out period exceeded.(Microsoft SQL Server, 错误1222)”,对应的中文错误提示为“已超过了...
分类:
数据库 时间:
2015-10-26 16:55:02
阅读次数:
240
fromtornadoimportweb,ioloop
importdatetime
period=5*1000#every5s
classMainHandler(web.RequestHandler):
defget(self):
self.write(‘HelloTornado‘)
deflike_cron():
printdatetime.datetime.now()
defxiaorui():
print‘xiaorui2s‘
deflee():
print‘wansuilee3s‘
if__nam..
分类:
编程语言 时间:
2015-10-25 22:41:46
阅读次数:
207
Ba Gua ZhenTime Limit: 1 Sec Memory Limit: 256 MB题目连接无DescriptionDuring the Three-Kingdom period, there was a general named Xun Lu who belonged to Kin...
分类:
其他好文 时间:
2015-10-22 21:13:25
阅读次数:
421
This is a list of questions I have gathered from other sourcesand created myselfover a period of time from my experience, many of whichI felt where in...
QUESTION NO: 293
To clean up old records that are in a Flashback Data Archive and are past the retention period, what must
the DBA do?
A. TRUNCATE the archive table.
B. DROP the Flashback Data Arc...
分类:
其他好文 时间:
2015-10-11 11:36:19
阅读次数:
168
题目链接:http://acm.fzu.edu.cn/problem.php?pid=1901给你一个字符串 s 求出所有满足s[i] == s[i+p] ( 0 #include#include#includeusing namespace std;const int N = 1e6+7;char...
分类:
编程语言 时间:
2015-09-29 18:24:57
阅读次数:
240