上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: * for in * Object keys 阅读全文
posted @ 2018-07-23 17:08 zhanghui_ming 阅读(570) 评论(0) 推荐(0) 编辑
摘要: * 参考资料 redis文档 http://www.redis.cn/documentation.html, http://redisdoc.com/index.html redis桌面客户端 https://redisdesktop.com/download * 修改redis.conf 添加一行 阅读全文
posted @ 2018-07-23 10:25 zhanghui_ming 阅读(1137) 评论(0) 推荐(0) 编辑
摘要: http://php.net/manual/wrappers.php 过程: 1. 开始通信 2. 读取数据 3. 写入数据 4. 结束通信 usage: * 读写文件系统 ## # Host Database # # localhost is used to configure the loopb 阅读全文
posted @ 2018-07-22 21:01 zhanghui_ming 阅读(195) 评论(0) 推荐(0) 编辑
摘要: * 不用系统比较大小的函数 test: 阅读全文
posted @ 2018-07-22 15:41 zhanghui_ming 阅读(1920) 评论(0) 推荐(0) 编辑
摘要: * 数据表 -- MySQL dump 10.16 Distrib 10.1.31-MariaDB, for osx10.6 (i386) -- -- Host: localhost Database: laravel -- -- Server version 10.1.31-MariaDB /*! 阅读全文
posted @ 2018-07-22 12:08 zhanghui_ming 阅读(444) 评论(0) 推荐(0) 编辑
摘要: String.prototype.charCodeAt String.fromCharCode() test: * UTF-8 变长 字符 UTF-8编码 Byte 1 Byte 2 Byte 3 A 01000001 Ö 11000011 10010110 中 11100100 10111000 阅读全文
posted @ 2018-07-22 08:45 zhanghui_ming 阅读(178) 评论(0) 推荐(0) 编辑
摘要: * 字符编码 ** 一定要知道数据的字符编码 ** 使用utf-8字符编码存储数据 ** 使用utf-8字符编码输出数据 * Crypto.js 支持中文 Base64编码要求把3个8位字节(3*8=24)转化为4个6位的字节(4*6=24),之后在6位的前面补两个0,形成8位一个字节的形式。 如果 阅读全文
posted @ 2018-07-21 23:10 zhanghui_ming 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: * 配置好redis 参照这里 https://www.cnblogs.com/mingzhanghui/p/9338385.html * 修改.env 指定redis作为队列的驱动 * 改队列的配置文件 config/queue.php 下面的这块保持默认 清除缓存 * 创建Controller 阅读全文
posted @ 2018-07-21 11:52 zhanghui_ming 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 参照这篇博客: http://www.geekpage.jp/programming/linux-network/book/04/4-21.php * 查看主机当前网卡,哪块在使用. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 o 阅读全文
posted @ 2018-07-20 14:54 zhanghui_ming 阅读(568) 评论(0) 推荐(0) 编辑
摘要: > node char.jsABCD321abcd654 阅读全文
posted @ 2018-07-19 11:40 zhanghui_ming 阅读(1673) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页