get('test');* @example MEMCACHE_HOST 主机* @example MEMCACHE_PORT 端口* @example MEMCACHE_TIMEOUT 缓存时间*/class Memcached {private $memcache = null;/*** @de...
分类:
Web程序 时间:
2014-11-29 15:56:35
阅读次数:
217
在linux服务器上fsockopen()函数被无情的禁用了(这其实是出于安全考虑,可以理解),下载远程图片的功能就没有办法使用了。找了一些资料之后,找到了解决方法,就是用stream_socket_client()函数替换掉fsockopen()函数。具体的方法如下:打开/include/中的de...
分类:
其他好文 时间:
2014-11-29 13:08:06
阅读次数:
244
敌兵布阵Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 46897Accepted Submission(s): 19876 Problem De...
分类:
其他好文 时间:
2014-11-28 21:22:54
阅读次数:
198
UI (User Interface):用户界面
UE (User Experience):用户体验
ID (Interaction design):交互设计
UID (User Interface Design):用户界面设计
UED (User-Experience De...
分类:
其他好文 时间:
2014-11-28 20:02:57
阅读次数:
269