android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a vi...
分类:
移动开发 时间:
2015-01-02 09:47:58
阅读次数:
195
Given a string which contains only letters. Sort it by lower case first and upper case second.NoteIt's not necessary to keep the original order of low...
分类:
其他好文 时间:
2015-01-01 00:05:48
阅读次数:
313
Given two strings, find the longest common substring.Return the length of it.NoteThe characters in substring should occur continiously in original str...
分类:
其他好文 时间:
2015-01-01 00:01:16
阅读次数:
339
一、我的工作就职于现公司已两年有余,公司虽是网络安全行业,感觉前端相关需求的复杂度扔不亚于互联网公司。列举这一年的部分工作内容:1. OEM及多皮肤定制OEM(Original Equipment Manufacturer),按照字面意思,应翻译成原始设备制造商,指一家厂家根据另一家厂商的要求,为其...
分类:
其他好文 时间:
2014-12-31 21:24:48
阅读次数:
255
Something wrong with your car key may make you so gloomy. Therefore, it had better to prepare a reliable key programmer for emergency, especially hand...
分类:
其他好文 时间:
2014-12-31 18:15:34
阅读次数:
242
在操作Oracle时,我们经常都会删除一个表,当删除错误后,我们希望能够恢复该表,有时也希望删除表之后能够立刻释放表的空间。下面将介绍在Oracle中表的删除、恢复和空间释放。
DROP TABLE
当你drop一个表时,数据库不会立刻释放表的空间,而是重命名这个表然后将其放入回收站中,可以通过下面的方式查看一个删除的表:
select object_name,original_na...
分类:
数据库 时间:
2014-12-29 16:58:25
阅读次数:
236
查看回收站中表 select object_name,original_name,partition_name,type,ts_name,createtime,droptime from recyclebin; 恢复表 SQL>flashback?table?test_drop?to?before?drop;或 SQL>flashback?table?"...
分类:
数据库 时间:
2014-12-26 16:54:38
阅读次数:
290
题目:Given a sorted linked list, delete all nodes that have duplicate numbers, leaving onlydistinctnumbers from the original list.For example,Given1->2-...
分类:
编程语言 时间:
2014-12-26 16:19:58
阅读次数:
157
original:http://www.intertech.com/Blog/android-non-ui-to-ui-thread-communications-part-1-of-5/ANDROID UI THREAD AND ANROn the Android platform,applica...
分类:
移动开发 时间:
2014-12-26 14:36:04
阅读次数:
436
Original:http://www.intertech.com/Blog/android-non-ui-to-ui-thread-communications-part-3-of-5/Continuing my series on Android non-UI thread-to-UI thre...
分类:
移动开发 时间:
2014-12-26 14:35:42
阅读次数:
256