[抄题]: In English, we have a concept called root, which can be followed by some other words to form another longer word - let's call this word successo ...
分类:
其他好文 时间:
2018-08-24 10:51:51
阅读次数:
161
From:http://www.testclass.net/pyunit/basic_concept/ unittest是python自带的单元测试框架,有时候又被称为”PyUnit”,是python版本的JUint实现。 该框架的作者是 Kent Beck和Erich Gamma,感谢祖师爷赏饭吃 ...
分类:
其他好文 时间:
2018-08-13 12:21:19
阅读次数:
112
原文地址:http://jaskey.github.io/blog/2016/12/15/rocketmq-concept/ RocketMQ——角色与术语详解 2016-12-15 THU 15:48 RocketMQ中有很多概念,其中包括一些术语和角色。 理清楚基本的概念能有效的帮助理解Rock ...
分类:
其他好文 时间:
2018-07-30 14:41:42
阅读次数:
717
蜜蜂有0的概念 http://www.iflscience.com/plants and animals/bees are the first insects found to understand the concept of zero/ 麻省理工的科学家发现,蜜蜂??经过训练,可以识别出零0?? ...
分类:
其他好文 时间:
2018-06-28 19:58:47
阅读次数:
265
国外一个技术面试官在面试senior java developer的时候, 问到一个weak reference相关的问题. 他没有期望有人能够完整解释清楚weak reference是什么, 怎么用, 只是期望有人能够提到这个concept和java的GC相关. 很可惜的是, 20多个拥有5年以上 ...
分类:
其他好文 时间:
2018-06-25 01:21:42
阅读次数:
206
1.写入文件: (1)第一种方式 f = open("filename",'mode') #先打开一个文件,没有的话创建这个文件,mode是模式。有r 只读,w写,rw读写 f = open("filename",'w') f.write("concept") `写入文件内容 f.close (2) ...
分类:
其他好文 时间:
2018-06-08 14:29:57
阅读次数:
151
多态有类型系统衍生。 有限类型、无限类型、确定类型。 Classifications Christopher Strachey (1967) introduced the concept of polymorphism informally into procedural programming l ...
分类:
其他好文 时间:
2018-06-07 17:06:19
阅读次数:
192
参考文档:http://blog.51cto.com/tiany/1432894 Doc ID 1579779.1 ...
分类:
数据库 时间:
2018-05-12 00:01:50
阅读次数:
216
本文转载自:http://www.cnblogs.com/yue-blog/p/5989191.html 在讨论三种数据模型之前,我们首先学习一下所谓的数据模型。数据模型由三部分组成:数据结构、数据操作和数据约束。 1.概念数据模型(CDM) 概念数据模型是现实世界到信息世界的第一层抽象,主要是在高 ...
分类:
其他好文 时间:
2018-04-04 12:35:00
阅读次数:
878
Concept Learning supervised, eager learning target problem: whether something belongs to the target concept or not Find S Algorithm 这个算法得到的是对于数据集最贴切的描 ...
分类:
其他好文 时间:
2018-03-27 10:21:41
阅读次数:
129