会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
夜未央丿
每天进步一点点
博客园
首页
新随笔
联系
订阅
管理
2023年10月31日
Get View
摘要: 待添加...
阅读全文
posted @ 2023-10-31 10:08 夜未央丿
阅读(3)
评论(0)
推荐(0)
编辑
Get Model
摘要: 待添加...
阅读全文
posted @ 2023-10-31 10:07 夜未央丿
阅读(3)
评论(0)
推荐(0)
编辑
Get Binding
摘要: 待添加...
阅读全文
posted @ 2023-10-31 10:05 夜未央丿
阅读(4)
评论(0)
推荐(0)
编辑
Get Controller
摘要: 待添加...
阅读全文
posted @ 2023-10-31 10:05 夜未央丿
阅读(2)
评论(0)
推荐(0)
编辑
2017年7月3日
mongo 数组元素检索与排序
摘要: db.getCollection('test').aggregate([ {'$match': {'codes.name': 'a'}}, // 检索文档 {$unwind: "$codes"}, // 拆分数组 {'$match': {'codes.name': 'a'}}, // 检索数组元素 {'$sort': {'codes._id': -1}},...
阅读全文
posted @ 2017-07-03 17:38 夜未央丿
阅读(1564)
评论(0)
推荐(0)
编辑
2017年1月19日
elasearch filter 多条件过滤
摘要: { "query": { "bool": { "must_not": { "match_phrase": { "product_name": "无" } }, "must": [ { "match_phrase": { "product_name": "米" } }, { "query": { "b
阅读全文
posted @ 2017-01-19 12:53 夜未央丿
阅读(986)
评论(0)
推荐(0)
编辑
2017年1月13日
nginx 配置访问限制
摘要: http: limit_req_zone $binary_remote_addr zone=allips:10m rate=50r/s; location: limit_req zone=allips burst=5 nodelay;
阅读全文
posted @ 2017-01-13 18:04 夜未央丿
阅读(250)
评论(0)
推荐(0)
编辑
node-canvas
摘要: 1、使用之前需要预先安装 Cairo 本人安装遇到各种各样的坑,可以参考这里来填坑:https://github.com/Automattic/node-canvas/wiki/Installation OSX 2、npm install canvas 安装过程遇到问题,参照第一条填坑的方式继续。。
阅读全文
posted @ 2017-01-13 12:23 夜未央丿
阅读(1080)
评论(0)
推荐(0)
编辑
nginx https 配置
摘要: 1、创建证书并下载(下载完成后有两个文件) 2、将两个文件放在linux 某个目录下 3、配置nginx的conf配置文件 nginx 其他的配置不变
阅读全文
posted @ 2017-01-13 12:14 夜未央丿
阅读(134)
评论(0)
推荐(0)
编辑
2017年1月11日
express 4.x 文件上传
摘要: 1、安装文件上传模块: npm install multiparty --save 2、在routes/index.js 中添加: 3、在index.ejs 中添加表单 至此,使用nodejs + express 4.x 的文件上传功能就完成了。
阅读全文
posted @ 2017-01-11 15:20 夜未央丿
阅读(251)
评论(0)
推荐(0)
编辑
下一页
公告