Python通过Twitter的API爬取好友信息,并保存到数据库。 ...
分类:
数据库 时间:
2017-02-05 16:59:01
阅读次数:
324
X.U.I don't want nobody to get killed I'll come and get you I am always ready to fight So don't take all of the blame We are all as bad Ah wait don't ...
分类:
其他好文 时间:
2017-02-03 10:46:55
阅读次数:
194
网页制作中规范使用DIV+CSS命名规则,可以改善优化功效特别是团队合作时候可以提供合作制作效率,具体DIV CSS命名规则CSS命名大全内容篇。 常用DIV+CSS命名大全集合,即CSS命名规则 我们开发CSS+DIV网页(Xhtml)时候,比较困惑和纠结的事就是CSS命名,特别是新手不知道什么地 ...
分类:
Web程序 时间:
2017-02-02 15:34:53
阅读次数:
209
A. Dasha and Stairs(数学) http://codeforces.com/problemset/problem/761/A 题意:已知有a个偶数b个奇数,判断这些数能不能组成连续正整数数列。 算法:直接判断abs(a-b)≦1即可。注意a和b同时为0的情况。 代码: B. Dash ...
分类:
其他好文 时间:
2017-02-02 02:33:18
阅读次数:
288
题目 You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 s ...
分类:
其他好文 时间:
2017-02-01 00:48:48
阅读次数:
207
Cows Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 9022 Accepted: 3992 Description Your friend to the south is interested in building fen ...
分类:
其他好文 时间:
2017-01-28 20:26:18
阅读次数:
303
第一章 本篇总览 之前发布了一篇《Oracle_lhr_RAC 12cR1安装》,但是其中的存储并没有使用多路径,而是使用了VMware自身提供的存储。所以,年前最后一件事就是把多路径学习一下,本文介绍了OpenFiler、iSCSI和多路径的配置。 本文内容: 第二章 安装OpenFiler Op ...
分类:
其他好文 时间:
2017-01-23 23:48:51
阅读次数:
387
有用的词: sights and attractions: 景点 ticket booth: 售票处 will call ticket: 网络售票 guided tour: 带导游的游览 audio tour: 有声导游 opening hours: 开门时间 brochure: 介绍小册子 sou ...
分类:
其他好文 时间:
2017-01-19 19:44:35
阅读次数:
188
Oleg and Little Ponies Time limit: 0.9 secondMemory limit: 64 MB Little boy Oleg loves the cartoon My Little Pony. How it cannot be loved, because the ...
分类:
其他好文 时间:
2017-01-17 12:53:57
阅读次数:
201
C++ CRTP 是个很有意思的东西,因为解释原理的文章很多,但是讲怎么用的就不是很多了。 今天就稍微写下CRTP(奇异递归模板模式)的一个有趣的用法:Singleton(单例模式) 单例有很多中写法,最常见的就是直接写(笑),不过今天就不介绍直接写的写法了,下面是用模版的方式来写,不过有别于其他的 ...
分类:
编程语言 时间:
2017-01-15 22:53:03
阅读次数:
216