1 aloft -adv- 飞向天空 2 resolute -adj- 坚决的 3 slumber -n- 睡眠 4 endeavor -n v- 努力 5 ridicule -v- 嘲笑 愚弄 6 tedious -adj- 无聊的 7 provincial -adj- 地方性的 8 genial ...
分类:
其他好文 时间:
2016-11-25 22:49:50
阅读次数:
209
复制:private void button1_Click(object sender, System.EventArgs e) { // Takes the selected text from a text box and puts it on the clipboard. if(textBox ...
AdapterView 和 RecyclerView 的连续滚动androidRecyclerViewtutorial概述ListView 和 GridView 的实现方式RecyclerView 的实现方式复位连续滚动状态故障排查在自定义的适配器中显示进度概述应用中一个常见的使用场景就是:当用户滚... ...
分类:
其他好文 时间:
2016-11-23 12:55:58
阅读次数:
410
print("Do you have 3 chances!")age_of_oldboy = 56count = 0while count <3: guess_age = int(input("Guess Age:")) if guess_age == age_of_oldboy : print(" ...
分类:
其他好文 时间:
2016-11-20 19:30:46
阅读次数:
165
trie_filter是屏蔽敏感词的非常有用的扩展。以下是我的实践。ubuntu1404+php5.3.29+libiconv-1.13.1+libdatrie安装libiconvwgethttp://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gztarzxvflibiconv-1.13.1.tar.gzcdlibiconv-1.13.1./configure–prefix=/usr/localmak..
分类:
Web程序 时间:
2016-11-20 00:23:41
阅读次数:
227
When I am writing this article, actually I just recalled my past 6 years' experience, it seems that I already have a very complex experience than many ...
分类:
其他好文 时间:
2016-11-19 11:57:09
阅读次数:
172
https://ubuntuforums.org/showthread.php?t=2217895 Thread: Failed to start session after upgrade to 14.04 Thread Tools Display April 19th, 2014 #1 pras ...
分类:
其他好文 时间:
2016-11-16 15:19:51
阅读次数:
381
题目背景 滚粗了的HansBug在收拾旧英语书,然而他发现了什么奇妙的东西。 题目描述 udp2.T3如果遇到相同的字符串,输出后面的 蒟蒻HansBug在一本英语书里面找到了一个单词表,包含N个单词(每个单词内包含大小写字母)。现在他想要找出某一段连续的单词内字典序最大的单词。 输入输出格式 输入 ...
分类:
其他好文 时间:
2016-11-15 10:10:54
阅读次数:
192
倒着建trie,然后主席树来求子树第k大。 ...
分类:
其他好文 时间:
2016-11-12 22:22:20
阅读次数:
180