摘要:
原文 Redis Keys 命令用于查找所有符合给定模式 pattern 的 key 。。 语法 redis KEYS 命令基本语法如下: 可用版本 >= 1.0.0 返回值 符合给定模式的 key 列表 (Array)。 实例 首先创建一些 key,并赋上对应值: 查找以 w3c 为开头的 key 阅读全文
摘要:
CentOS下SSH无密码登录的配置 2.3 在服务器上更改权限 Shell代码: chmod 700 ~/.ssh chmod 600 ~/.ssh/authorized_keys 不改权限的话会一直不能用publickey登录 阅读全文
摘要:
刷新预取 七牛云刷新文件缓存时如果域名开启的url参数,那么刷新只会刷新一样参数的,如 ckeditor config文件为 http://src.debug.guangdamiao.com/ckeditor/config.js 但ckeditor获取时用的是http://src.debug.gua 阅读全文
摘要:
定制CKEditor的表情 添加以上css到对应html dom里来解决溢出 /* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or 阅读全文
摘要:
elem=editor.document.createElement("img",{ attributes:{ src:b, "data-cke-saved-src":b, title:a, alt:a, ... 阅读全文
摘要:
表情包.zip文件,wget下载 / 浏览器右键链接另存为 后改后缀名 /** * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LI 阅读全文
摘要:
点击页面判断是否安装app并打开,否则跳转app store的方法 最后发现微信跳转无效,qq iphone必须a标签href=”“才能跳转,所以直接跳官网了 阅读全文
摘要:
Perform the same operation and return the updated entries: 阅读全文
摘要:
js屏蔽键盘退格键(backspace或者叫后退键)2 阅读全文