The purpose of boredom惊呆了!无聊感可激发创造力Being bored can spur people’s creativity — partly to escape the horrible, frustrated, and meaningless feeling of bo...
分类:
其他好文 时间:
2014-07-16 23:22:03
阅读次数:
254
SELECT*FROMteradata_education.emp_fl;在做查询时碰到2652错误。SELECT Failed. 2652: Operation not allowed: Teradata_Education.emp_fl is being loaded.2652 Operatio...
分类:
其他好文 时间:
2014-07-07 16:27:52
阅读次数:
296
Gnome 3 does not have good support for multiple screen display. It is therefore necessary to use xrandr for such purpose. It can be used as follows.Di...
分类:
其他好文 时间:
2014-06-30 13:22:02
阅读次数:
268
Almost one year ago, I checked how different cache settings affected KVM storage subsystem performance. Results were very clear: to obtain good I/O sp...
分类:
系统相关 时间:
2014-06-29 19:47:59
阅读次数:
448
General statements diaper bags often refer to the comfort of faux leather bags. They look great, are durable and easy to clean. The skin is also good ...
分类:
其他好文 时间:
2014-06-27 20:55:35
阅读次数:
312
## 机器学习的定义-------- Arthur Samuel (1959). Machine Learning: Field of study that gives computers the ability to learn without being explicitly programme...
分类:
其他好文 时间:
2014-06-25 20:48:57
阅读次数:
337
因为Android应用程序是java写的,基本上很多java写的程序都可以直接照搬到Android上面,移植性非常Good。这里讲一下多线程下载,就是每个线程都下载自己的那部分,那么就需要平均分配分割线程下载多少,一张图来说明一下。第一个要点:http头里面有一个”Range”,就是在这里设置从哪里...
分类:
移动开发 时间:
2014-06-25 17:28:12
阅读次数:
333
工厂模式: 定义一个用于创建对象的接口,让他的子类决定实例化哪个类.使类的实例化延迟到子类.1.普通的工厂模式:public class GoodProduct implements Product { private String prodInfo = "Iam the good prod"; p...
分类:
其他好文 时间:
2014-06-25 11:52:08
阅读次数:
231
Well , you know. As a college student who want to find a good job after graduating like me , scores are not that important. I just want to have some low scores which can help me graduate successfully...
分类:
其他好文 时间:
2014-06-25 09:59:37
阅读次数:
202
题目
Reverse digits of an integer.
Example1: x = 123, return 321
Example2: x = -123, return -321
Have you thought about this?
Here are some good questions to ask before coding. Bonus poin...
分类:
其他好文 时间:
2014-06-24 20:16:39
阅读次数:
180