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