Description
Farmer John is assigning some of his N (1 <= N <= 25,000) cows to do some cleaning chores around the barn. He always wants to have one cow working on cleaning things up and has divided ...
分类:
其他好文 时间:
2014-09-18 14:53:14
阅读次数:
213
explicit用来防止由单参数构造函数定义的隐式转换。或者有2个参数的构造函数,但有一个参数设置了默认值。
先扫盲下什么是隐式转换:可以用单个实参来调用的构造函数定义了从形参类型到该类类型的一个隐式转换。
eg:
class things
{
public:
things(string &name = ""):
m_nam...
分类:
编程语言 时间:
2014-09-14 11:23:37
阅读次数:
228
From A Chinese Apartment To Wall Street Darling: The Rise Of Alibaba ==>华尔街宠儿byFRANK LANGFITTSeptember 08, 20141:54 PM ETListen to the StoryAll Things...
分类:
其他好文 时间:
2014-09-10 00:13:39
阅读次数:
396
不可以使用关系数据库的场景——转载:10件不可以使用关系数据库的场景:10 things never to do with a relational database | Application Development - InfoWorld也许能够对普通人起到方向提醒作用。大意翻译如下:1.搜索:...
分类:
数据库 时间:
2014-09-09 10:41:48
阅读次数:
243
There are only two hard things in Computer Science: cache invalidation and naming things.在计算机科学中只有两件难事:缓存失效和命名。— Phil Karlton计算机语言是人和计算机之间通讯的媒介。好的代码应该...
分类:
其他好文 时间:
2014-09-05 00:52:00
阅读次数:
259
英文原文:5 THINGS TO KNOW BEFORE BUILDING YOUR FIRST ANDROID APP
我最近刚刚阅读了 Praneeth VT 发表在 Reddit 上的一个帖子,是关于他如何开发自己第一款 Android 手机应用——一个 GPA 计算器的。可以看出来他在这个编程世界还是新手,所以我想深入探讨一下他是如何做到的,以便于大家学习和借鉴。
在此...
分类:
移动开发 时间:
2014-09-03 13:12:16
阅读次数:
237
物联网的开源工具
原文地址:Open Source Tools for the Internet of Things
物联网开源正在快速发展。开源的物联网软件和硬件项目可以帮助企业和DIY爱好者通过网络连接设备进行实验。
如果你近几年由于某些原因涉猎到IT行业,那么你很有可能听过“物联网”这个词。据高德纳公司所说,物联网正如日中天,很多人都对它有兴趣,但对于物联网来说,还没有太多实质...
分类:
其他好文 时间:
2014-09-02 01:36:14
阅读次数:
485
The wake of the worst economic crisis of our lifetimes, we're getting things going again.在这场我们有生之年所经历的最糟糕的经济危机浪潮中,我们将继续前行。hide-and-seek n. 捉迷藏Let's ge...
分类:
其他好文 时间:
2014-08-31 17:14:31
阅读次数:
147
There is a fire in LTR ’ s home again. The fire can destroy all the things in
t seconds, so LTR has to escape in t seconds. But there are some jewels in LTR ’ s rooms, LTR love jewels very much so h...
分类:
其他好文 时间:
2014-08-29 22:45:58
阅读次数:
308
first sense for erlang. in Erlang, the things I like? 1. ?= is Pattern Match X?=?X?+?1.?//always?wrong. the things I dislike? 1. some thoughts. ?erlang and prolog....
分类:
其他好文 时间:
2014-08-27 06:04:17
阅读次数:
244