功能:
· 对会话进行增、删、改
用法:
value0
value1 ……
· act:del表示删除会话中的一条信息,clear清空会话中的所有信息,缺省为按关键字往会话中放信息
· 子标签:必填,格式如value,key为关键字,value为值,把信息逐条放入...
分类:
其他好文 时间:
2015-03-03 16:43:14
阅读次数:
153
1.It, in effect, filters in intents of a desired type, while filtering out unwanted intents — but only unwanted implicit intents (those that don't namea target class). An explicit intent is always del...
分类:
其他好文 时间:
2015-03-01 14:29:52
阅读次数:
132
(2015.2.27)是在做淘宝的登录界面的时候发现的一个问题;if(e.key=="Backspace" || e.key=="Del"){return false;};以上这句代码是jquery中的keypress事件,在IE中可以通过以上代码顺利识别“空格”“回删”并执行,但在chrome中就...
分类:
其他好文 时间:
2015-02-28 00:09:24
阅读次数:
165
var Q = require("q");http://www.ituring.com.cn/article/54547http://www.chenqing.org/2014/05/use-q-js-to-promise-in-node.htmlQ.fcall(delayOne).then(del...
分类:
Web程序 时间:
2015-02-27 13:10:41
阅读次数:
162
实际生产环境中防止误操作重启一、CentOS5.X禁止同时按下Ctrl+Alt+Del重启编辑/etc/inittab找到ca:12345:ctrlaltdel:/sbin/shutdown-t1-a-rnow更改为#ca:12345:ctrlaltdel:/sbin/shutdown-t1-a-rnow或者删除找到的该行,保存退出;二、CentOS6.X禁止同时按下Ctrl+Alt+Del重启方..
分类:
其他好文 时间:
2015-02-26 11:55:10
阅读次数:
202
一、key pattern 查询相应的key (1)redis允许模糊查询key 有3个通配符 *、?、[] (2)randomkey:返回随机key (3)type key:返回key存储的类型 (4)exists key:判断某个key是否存在 (5)del key:删除key ...
分类:
其他好文 时间:
2015-02-22 15:43:31
阅读次数:
141
DOS下的DEL命令是用来删除文件的,而DOS下的RD命令才是用来删除文件夹的,命令的具体使用方法请看下面的文字:del 命令:删除一个或数个文件。 DEL [/P] [/F] [/S] [/Q] [/A[[:]attributes]] namesERASE [/P] [/F] [/S] [/Q] ...
分类:
其他好文 时间:
2015-02-21 23:26:29
阅读次数:
267
title: Emacs keys
categories:
- Technology
- Emacs
date: 2014-10-30 14:32:15
tags: - emacsEmacs 经常用到的快捷键, 很全。
C = Control
M = Meta = Alt | Esc
Del = Backspace基本快捷键(Basic)
C-x C-f “find”...
分类:
系统相关 时间:
2015-02-21 22:20:55
阅读次数:
285
Culturetough (positive)demanding(neutral)hands-on(positive)bossy(negative)dominating(negative)freak(negative)stern(negative)disrespectful(negative)del...
分类:
其他好文 时间:
2015-02-09 20:04:58
阅读次数:
130
//QQ空间自动评论自动转发Dim iy
Rem head
iy = 0
Rem nextfind
FindPic 0,iy,1366,768,"Attachment:\qqzf.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
//MessageBox "aa"
MoveTo intX , intY
Del...
分类:
其他好文 时间:
2015-02-08 12:57:37
阅读次数:
299