coffee_cn

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页

2017年12月23日 #

摘要: MySQL版本>=5.5.3 表字符集: utf8mb4 解决保存 排序规格: utf8mb4_bin 解决搜索 PHP: set names utf8mb4 操作系统: WIN10 MAC 阅读全文
posted @ 2017-12-23 15:23 coffee 阅读(197) 评论(0) 推荐(0) 编辑

2017年12月7日 #

摘要: define('DATABASE1', 'db1'); $dbi1 = new DbMysql; $dbi1->dbh = 'mysql://root:password@127.0.0.1/'.DATABASE1; define('DATABASE2', 'db2'); $dbi2 = new DbMysql; $dbi2->dbh = 'mysql://root:password@127.0... 阅读全文
posted @ 2017-12-07 13:11 coffee 阅读(201) 评论(0) 推荐(0) 编辑

摘要: 下载jdk-8u144-linux-x64.tar.gz # tar -zxvf jdk-8u144-linux-x64.tar.gz # mv jdk1.8.0_144 /usr/java/ # update-alternatives --install /usr/bin/java java /u 阅读全文
posted @ 2017-12-07 11:55 coffee 阅读(233) 评论(0) 推荐(0) 编辑

摘要: 数据库操作类 DbMysql.php 阅读全文
posted @ 2017-12-07 11:47 coffee 阅读(465) 评论(0) 推荐(0) 编辑

2017年12月6日 #

摘要: json_encode($array,JSON_UNESCAPED_UNICODE); 阅读全文
posted @ 2017-12-06 11:59 coffee 阅读(624) 评论(0) 推荐(0) 编辑

2017年11月25日 #

摘要: 首先确定PHP版本(MSVC14 x64 NTS) 下载redis扩展 拷贝php ext目录,修改php.ini配置,添加 extension=php_redis.dll 重启apache,确认redis配置是否成功 阅读全文
posted @ 2017-11-25 12:53 coffee 阅读(506) 评论(0) 推荐(0) 编辑

2017年11月23日 #

摘要: 环境 centos6.5 PHP5.3 Redis安装 #yum install redis 1.redis配置认证密码 #vi /etc/redis.conf requirepass mypass #service redis restart 2.命令行 #redis-cli -h 127.0.0 阅读全文
posted @ 2017-11-23 09:18 coffee 阅读(515) 评论(0) 推荐(0) 编辑

2017年10月21日 #

摘要: 阅读全文
posted @ 2017-10-21 16:22 coffee 阅读(518) 评论(0) 推荐(0) 编辑

2017年3月18日 #

摘要: 转载:http://www.cnblogs.com/allenjin/archive/2011/12/03/2274542.html 以下操作验证OK!!!! VSFTPD虚拟用户配置VSFTP = Very Secure FTP1.VSFTP在单机(非集群)上支持4000个以上的并发用户同时连接2 阅读全文
posted @ 2017-03-18 15:25 coffee 阅读(270) 评论(0) 推荐(0) 编辑

2017年3月9日 #

摘要: 阅读全文
posted @ 2017-03-09 16:09 coffee 阅读(210) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 17 下一页