会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Arvim
The wind can blow away the spring, but it couldn't go spring, the seeds of failure can be dim yesterday's efforts, but could not prevent the arrival of the brilliant tomorrow.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
12
下一页
2015年7月27日
Haproxy Configuration
摘要: ---------------------- haproxy configuration manual ------------------...
阅读全文
posted @ 2015-07-27 15:52 arvim
阅读(1861)
评论(0)
推荐(0)
2015年7月26日
redis数据迁移
摘要: ##### 将数据从本地db1迁移到db2中 ###很遗憾,redis只有[MOVE](http://redis.io/commands/move)命令,模式: MOVE KEY(需要移动的key) DB(到目标库中),只能单个键值移动,无法批量移动, 实现需要shell脚本 `redis-cl...
阅读全文
posted @ 2015-07-26 02:40 arvim
阅读(972)
评论(0)
推荐(0)
CentOS 无人值守安装(ftp模式)
摘要: 每次安装CentOS时候,都需要鼠标勾选配置.一台机器安装还可以接受,如果有多台,就不好了,下面就介绍下CentOS ftp形式无人值守安装测试环境2台机器机器1: ip 192.168.1.103/24 跑了vsftpd服务,并且共享了/var/ftp, 目录内容ks.cfg CentOS kic...
阅读全文
posted @ 2015-07-26 02:05 arvim
阅读(353)
评论(0)
推荐(0)
2015年7月25日
CentOS,Debian等Linux发行版更新镜像源
摘要: 安装后CentOS镜像源,默认使用国外的,很慢,你知道的, 国内更换163、aliyun (看了很多人的博客, 今天有空,自己写一篇)找到想要更换的源的官方网站, 比如网易163页脚找到帮助中心 阿里云找到对应的发行版本,后面有个help可以点击进去看帮助比如CentOS6使用163镜像备份系统的配...
阅读全文
posted @ 2015-07-25 11:31 arvim
阅读(307)
评论(0)
推荐(0)
2015年6月30日
linux下nginx+php-fpm运行用户以及资源目录的权限
摘要: 最近研究了下linux下nginx+php-fpm等web服务的运行用户,和web目录的权限之前以为,nginx php-fpm 等服务,是用户登入的linux服务器上后, 然后运行对应的服务, 该服务就是以那个用户身份在跑的,后面发现是错的, 普通用户登入,没有权限启动服务.google,下,找同...
阅读全文
posted @ 2015-06-30 22:38 arvim
阅读(1327)
评论(0)
推荐(0)
2015年6月25日
php图片水印类
摘要: path=rtrim($path, "/")."/"; $this -> path = ''; } /* 对图片进行缩放 * * 参数$name: 是需要处理的图片名称 * 参数$width:是缩放后的宽度 * 参数$height:是缩放后的...
阅读全文
posted @ 2015-06-25 14:45 arvim
阅读(325)
评论(0)
推荐(0)
2015年4月17日
十八哥mysql复习集合
摘要: mysql复习一:复习前的准备1:确认你已安装wamp2:确认你已安装ecshop,并且ecshop的数据库名为shop二 基础知识:1.数据库的连接mysql -u -p -h-u 用户名-p 密码-h host主机2:库级知识2.1 显示数据库: show databases;2.2 选择数据库...
阅读全文
posted @ 2015-04-17 23:21 arvim
阅读(479)
评论(0)
推荐(0)
2015年4月6日
MongoDB聚合操作 (group, aggregate, mapReduce操作)
摘要: #MongoDb 聚合方法 group aggrate mapreduce#1. Group (不支持分片,分布计算) * 语法结构 db.collection.group({ key:{category:1}, // 根据category来分类 c...
阅读全文
posted @ 2015-04-06 19:06 arvim
阅读(2928)
评论(0)
推荐(0)
2015年4月2日
Yiiframework pathinfo 模式下nginx设置
摘要: server { listen 80; server_name www.rmd.com; root D:/Workspace/php/sites/training-cn/rmd; set $index "index.php"; ch...
阅读全文
posted @ 2015-04-02 11:20 arvim
阅读(206)
评论(0)
推荐(0)
2015年3月30日
Haproxy Configure File
摘要: ---------------------- HAProxy Configuration Manual ------------------...
阅读全文
posted @ 2015-03-30 16:55 arvim
阅读(2610)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
12
下一页
公告