This week begins face to face meetings at the IETF on how to approach HTTP 2.0 and improve the Internet. How the industry moves forward together on th...
分类:
移动开发 时间:
2014-09-03 22:31:27
阅读次数:
279
如图,Android上新开的线程如想更新UI,需要重新跳到主线程中才能操作,以下是老外给出的几种方案,大家多多学习下.
1通过UI控件post一个runnable子类:
private void loadIcon() {
new Thread(new Runnable() {
@Override
public void run() {
try {
Th...
分类:
移动开发 时间:
2014-09-03 18:10:07
阅读次数:
241
在安装盘上已经有各种语言包了,我们只需要找到他们,并安装就可以了。中文的是fonts-chinese-3.02-9.6.el5.noarch.rpmfonts-ISO8859-2-75dpi-1.0-17.1.noarch.rpm我用的是6CD的安装盘,第一个包在4of6盘上,第二个在6of6盘上,...
分类:
系统相关 时间:
2014-09-03 14:41:36
阅读次数:
290
Tian Ji -- The Horse Racing
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d
& %I64u
Submit Status Practice HDU
1052
Description
Here is a famous story in Chinese...
分类:
其他好文 时间:
2014-09-03 13:05:06
阅读次数:
107
题目链接
题意:求出最少步骤解出九连环。取出第k个的条件是,k-2个已被取出,k-1个仍在支架上。
思路:想必九连环都玩过吧,其实最少步骤就是从最后一个环开始,向前一直取出来就行了。所以假设取出前n个环所需要的步骤为f(n),那么在此之前f(n - 2)要被取出,再加上1,即第n个环被取出,所以只剩下第n-1环没被取出,那么我们将前n-2环再套上去(套上去和取下来的步骤是一...
分类:
其他好文 时间:
2014-09-03 11:18:26
阅读次数:
214
A patch captures the changes of two different files (oldfile and newfile). Given the oldfile and the patch, one can use the patch program to create th...
分类:
其他好文 时间:
2014-09-03 03:52:15
阅读次数:
252
原文链接地址:http://www.52nlp.cn/maximum-matching-method-of-chinese-word-segmentation/ 逆向匹配法思想与正向一样,只是从右向左切分,这里举一个例子: 输入例句:S1=”计算语言学课程有意思” ; 定义:最大词长M...
分类:
其他好文 时间:
2014-09-02 13:55:34
阅读次数:
248
Problem Description
After repeated attempts, LL finds the greedy strategy is very awful in practice. Even there is no apparent evidence to proof it is better than a random one. So he has to drop th...
分类:
其他好文 时间:
2014-09-02 12:29:04
阅读次数:
226
Display Owner Info on Your Android Device in Case It Gets LostThe latest versions of Android include a handy feature that you might not know about: th...
分类:
移动开发 时间:
2014-09-02 09:01:24
阅读次数:
210
/* 实际上就是求一个k,满足kusing namespace std;string s;void div2() { string t; int l = s.size() - 1, tem = s[0] - '0'; if (tem > 1) t += '0' + tem / 2; te...
分类:
其他好文 时间:
2014-09-02 00:01:23
阅读次数:
220