会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
喵星人2013
博客园
首页
新随笔
联系
订阅
管理
[置顶]
windows下启动redis服务
摘要: https://github.com/MSOpenTech/redis 下载redis启动文件 解压后 cmd里面执行 redis-server redis.windows.conf 出现以上界面为服务端启动成功状态 点击redis-cli.exe 客户端尝试连接
阅读全文
posted @ 2016-06-06 09:48 喵星人2013
阅读(345)
评论(1)
推荐(0)
2017年5月
mysql 行转列,列传行
摘要: 建立一个学生成绩表 CREATE TABLE studentScores ( username VARCHAR (20), subjects VARCHAR (30), score FLOAT); INSERT INTO [StudentScores] SELECT 'Nick', '语文', 80
阅读全文
posted @ 2017-05-15 10:27 喵星人2013
阅读(432)
评论(0)
推荐(0)
2016年6月
curl请求设置代理
摘要: /** * 模拟post进行url请求 * @param string $url * @param string $param */function request_post($url = '', $param = ''){ if (empty($url)) { return false; } if
阅读全文
posted @ 2016-06-12 16:32 喵星人2013
阅读(1474)
评论(0)
推荐(0)
mongodb关联查询
摘要:
阅读全文
posted @ 2016-06-12 16:31 喵星人2013
阅读(93)
评论(0)
推荐(0)
公告