本文将介绍Memcached的安装与使用
What is Memcached?
Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applica...
分类:
数据库 时间:
2014-12-19 10:08:40
阅读次数:
344
Path SumGiven a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the give...
分类:
其他好文 时间:
2014-12-18 22:11:57
阅读次数:
157
一、原题
Linked List Cycle
Given a linked list, determine if it has a cycle in it.
Follow up:
Can you solve it without using extra space?
二、分析
选用两个指针扫描链表,一个速度快,一个速度慢,若两个指针相遇,说明有环。
三、...
分类:
其他好文 时间:
2014-12-18 20:44:05
阅读次数:
157
N-Queens II (LEVEL 4 难度级别,最高级5)Follow up for N-Queens problem.Now, instead outputting board configurations, return the totalnumber of distinct solutio...
分类:
其他好文 时间:
2014-12-18 20:18:25
阅读次数:
183
####top命令 监控系统的运行状态,并且可以按照cpu、内存、执行时间进行排序。 ![监控界面][1] 第一行中,`03:30:22`是当前时间,`up 39 min`是系统运行的运行了多长时间,`1 user`指出了当前有几个用户登录到系统...
分类:
系统相关 时间:
2014-12-18 19:12:33
阅读次数:
327
Yahoo Web优化建议原文:Best Practices for Speeding Up Your Web Site Web应用性能优化黄金法则:先优化前端程序(front-end)的性能,因为这是80%或以上的最终用户响应时间的花费所在。 法则1. 减少HTTP请求次数 80%的最终用户响应时...
分类:
Web程序 时间:
2014-12-18 16:30:28
阅读次数:
263
For our development process of iOS applications, we are using Jenkins set up on the Mac Mini Server, acting as aContinuousIntegration (CI) server. It’...
分类:
移动开发 时间:
2014-12-18 15:06:15
阅读次数:
205
Problem DescriptionBenjamin is going to host a party for his big promotion coming up.Every party needs candies, chocolates and beer, and of course Ben...
分类:
其他好文 时间:
2014-12-18 06:48:01
阅读次数:
203
svn 清理失败 (cleanup 失败) 的解决方法 svn 清理失败 (clean up 失败) 的解决方法 参考:http://www.tuicool.com/articles/biy6na 解决方法: ?? step1: 到 sqlite官网 (http://www.sqlite.org/download.html...
分类:
其他好文 时间:
2014-12-17 21:08:18
阅读次数:
339
自从数据库服务器从redhat4.6升级到redhat5.5之后,在使用TSM备份的时候偶尔会出现SQL2043N
查看错误:
[db2inst1@limt ~]$ db2 ? SQL2043N
SQL2043N Unable to start a child process or thread.
Explanation:
Unable to start up the child pr...
分类:
数据库 时间:
2014-12-17 20:54:54
阅读次数:
295