摘要: linux下find查找命令用法 Linux下find命令在目录结构中搜索文件,并执行指定的操作。Linux下find命令提供了相当多的查找条件,功能很强大。由于find具有强大的功能,所以它的选项也很多,其中大部分选项都值得我们花时间来了解一下。即使系统中含有网络文件系统( NFS),find命令 阅读全文
posted @ 2017-05-15 23:13 爱冯果 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 1. 使用curl请求 2.win下开启php.ini extension=php_openssl.dll 3.linux 安装 openssl扩展 阅读全文
posted @ 2017-05-15 16:12 爱冯果 阅读(99) 评论(0) 推荐(0) 编辑
摘要: master配置:(主服务 redis.conf) requirepass masterpassword (配置密码) port 6379 (配置端口) slave配置 requirepass slavepassword (配置密码) port 6380(配置端口) slaveof 127.0.0. 阅读全文
posted @ 2017-05-15 00:33 爱冯果 阅读(110) 评论(0) 推荐(0) 编辑