享元模式定义
英文定义:A flyweight is an object that minimizes memory use by sharing as much data as possible with other similar objects
中文定义:享元模式运用共享技术有效地支持大量细粒度的对象。
享元模式UML图(来自Google图片)
抽象享元(Flyweight)角...
分类:
其他好文 时间:
2015-07-23 23:47:09
阅读次数:
229
今年暑假不AC
Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)
Total Submission(s) : 15 Accepted Submission(s) : 4
Font: Times New Roman | Verdana | Georgia
Fon...
分类:
其他好文 时间:
2015-07-23 19:51:41
阅读次数:
127
1 Command+N,打开新建文件窗口:ios->other->PCH file,创建一个pch文件:“工程名-Prefix.pch”:2 将building setting中的prefix header选项的路径添加“$(SRCROOT)/项目名称/pch文件名”
分类:
其他好文 时间:
2015-07-23 19:17:41
阅读次数:
126
乱写__eq__会发生啥?请看代码..>>> class A:... def __eq__(self, other): # 不论发生什么,只要有==做比较,就返回True... return True... >>> a = A()>>> b = A()>>> a =...
分类:
编程语言 时间:
2015-07-23 19:07:35
阅读次数:
194
使用的是python3.3.2源代码如下:>>> class A:... def __eq__(self, other):... return True... >>> a = A()>>> b = A()>>> a ==bTrue>>> x = [1,2,b,3,4]...
分类:
编程语言 时间:
2015-07-23 15:23:19
阅读次数:
135
说说PHP中的命名空间相关概念
1. PHP中的命名空间是什么?
什么是命名空间?“从广义上来说,命名空间是一种封装事物的方法。在很多地方都可以见到这种抽象概念。例如,在操作系统中目录用来将相关文件分组,对于目录中的文件来说,它就扮演了命名空间的角色。具体举个例子,文件 foo.txt 可以同时在目录/home/greg 和 /home/other 中存在,但在同一个目录中不能...
分类:
Web程序 时间:
2015-07-23 10:46:31
阅读次数:
182
http://acm.hdu.edu.cn/showproblem.php?pid=3038How Many Answers Are WrongTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Other...
分类:
其他好文 时间:
2015-07-23 09:24:12
阅读次数:
82
在练习http://wiki.ubuntu.org.cn/Shell%E7%BC%96%E7%A8%8B%E5%9F%BA%E7%A1%80中的select时,发现直接shxx.sh不能执行成功。脚本内容:#!/bin/bashecho"WhatisyourfavouriteOS?"selectvarin"Linux""GnuHurd""FreeBSD""Other";dobreak;doneecho"Youhaveselected$var"报错内容:se..
分类:
系统相关 时间:
2015-07-23 00:51:20
阅读次数:
171
Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)
Total Submission(s) : 54 Accepted Submission(s) : 33
Font: Times New Roman | Verdana | Georgia
Font Size: ← →
Pr...
分类:
其他好文 时间:
2015-07-22 23:05:16
阅读次数:
308
Time Limit : 6000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)
Total Submission(s) : 62 Accepted Submission(s) : 14
Font: Times New Roman | Verdana | Georgia
Font Size: ← →
Pr...
分类:
其他好文 时间:
2015-07-22 19:06:00
阅读次数:
145