设计模式5——DAO(data access object) 1)把本机内存数据保存到指定目录中 2)把本机指定目录中数据读取到内存中 设计模式4——装饰模式 1)加强某个类的功能,并把该类加到加强类的体系中 设计模式3——值对象 1)数据封装。方便socket传输 设计模式2——工厂 1)选择实现 ...
分类:
编程语言 时间:
2017-08-02 23:31:49
阅读次数:
123
设计模式 设计模式:解决这个问题的一种行之有效的思想。 设计模式:用于解决特定环境下、反复出现的特定问题的解决方式。 设计模式学习概述 ★ 为什么要学习设计模式 1、设计模式都是一些相对优秀的解决方式。非常多问题都是典型的、有代表性的问题,学习设计模式, 我们就不用自己从头来解决这些问题,相当于在巨 ...
分类:
编程语言 时间:
2017-07-27 15:57:20
阅读次数:
168
Feel Good Bill is developing a new mathematical theory for human emotions. His recent investigations are dedicated to studying how good or bad days in ...
分类:
其他好文 时间:
2017-07-23 14:26:20
阅读次数:
183
在javascript中,document.write()方法用来向网页中输出内容。 1 、 第一种:输出内容用" "括起,直接输出" "号内的内容。第四种 在网页中输出的内容即:I am a student studying for JavaScript! 2 、 第二种:通过变量,赋值给变量,输 ...
分类:
编程语言 时间:
2017-07-19 23:34:08
阅读次数:
206
All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful to ...
分类:
其他好文 时间:
2017-07-06 20:44:02
阅读次数:
194
题目: All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful ...
分类:
其他好文 时间:
2017-06-25 20:47:04
阅读次数:
154
1.1创建一个目录/data解答:[root@oldboy~]#mkdir/data[root@oldboy~]#cd/[root@oldboy/]#lsbindataetcliblost+foundmntprocsbinsrvtmpvarbootdevhomelib64mediaoptrootselinuxsysusr1.2在/data下面创建文件oldboy.txt解答[root@oldboy/]#touch/data/oldboy.txt[root@oldboy/]#..
分类:
其他好文 时间:
2017-06-02 01:16:43
阅读次数:
304
在C++存在拷贝构造函数,拷贝构造函数与不同构造函数形成重载(这一点很重要),这就意味着(要么class入口为普通构造函数,要么为拷贝构造函数,不可能2个都会执行的)。好了,下面可是今天的Studying一,实际上C++类中有一个默认的拷贝构造,它的作用是将此类中非static成员..
分类:
编程语言 时间:
2017-05-13 22:03:46
阅读次数:
157
Welcome to my private zone,everyone! This place is with the purpose of recording my python studying process. ...
分类:
其他好文 时间:
2016-12-20 11:45:50
阅读次数:
220
Reference: https://www.zhihu.com/question/35788789 安装指南:http://wiki.ros.org/indigo/Installation/Ubuntu 第一,有心的同学可能已经注意到了,这里的版本是indigo而并非是最新版本的jade,这里都是 ...
分类:
其他好文 时间:
2016-12-02 18:35:37
阅读次数:
332