1、redis简介
redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)和hashs(哈希类型)。这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原子性的。在此基础上,redis...
转自:zhangjunhd的BLOG1、APT主要命令apt-cache search ------package 搜索包sudo apt-get install ------package 安装包sudo apt-get remove -----package 删除包sudo apt-get re...
分类:
其他好文 时间:
2014-08-22 00:18:55
阅读次数:
263
1,中文输入法:sudo apt-add-repository ppa:fcitx-team/dailybuild-fcitx-mastersudo apt-get updatesudo apt-get upgradesudo apt-get remove ^ibus*sudo apt-get re...
分类:
其他好文 时间:
2014-08-21 21:08:34
阅读次数:
335
git remote add origin https://git.oschina.net/wcms/WCMS.git?//添加仓库 git remote 查看当前仓库 git remote remove origin //删除仓库 git push origin ?:version ?//删除远程分支...
分类:
其他好文 时间:
2014-08-21 17:27:34
阅读次数:
218
Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn't mat...
分类:
其他好文 时间:
2014-08-20 13:59:22
阅读次数:
176
Follow up for "Remove Duplicates":What if duplicates are allowed at mosttwice?For example,Given sorted array A =[1,1,1,2,2,3],Your function should ret...
分类:
其他好文 时间:
2014-08-20 13:53:12
阅读次数:
168
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:
其他好文 时间:
2014-08-20 13:52:32
阅读次数:
142
如图:在DBCA进行到3%时,报错
因为/etc/hosts与/etc/sysconfig/network不对应,所以报错
[root@ocm2 ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will...
分类:
其他好文 时间:
2014-08-19 22:32:15
阅读次数:
336
jQuery.Callbacks是jquery在1.7版本之后加入的,是从1.6版中的_Deferred对象中抽离的,主要用来进行函数队 列的add、remove、fire、lock等操作,并提供once、memory、unique、stopOnFalse四个option进行一些特 殊的控制,这是j...
分类:
Web程序 时间:
2014-08-19 20:23:25
阅读次数:
265
一.E:\wampserver\bin\apache\Apache2.2.21\Apache2.2.21\conf\httpd.conf 找到: #?? onlineoffline tag - don‘t remove ??? Order Deny,Allow ??? Deny from all ??? Allow from 127.0.0.1 改为: #?...
分类:
其他好文 时间:
2014-08-19 14:45:45
阅读次数:
224