-
`Tue, 28 Nov 2017 00:40:22 GMT koa-grace:mongo error: connect mongodb://localhost:27017/blog MongoError: failed to connect to server [localhost:27017] on first connect [MongoError: connect ECONNREFUSE…
-
https://github.com/xiongwilee/koa-grace (koa-grace是基于koa 2.x的新一代Nodejs前后端分离框架。 :+1: )
http://purplebamboo.github.io/2015/02/16/qfilter/
https://github.com/purplebamboo/qfilter (qfilter是一个基于koa开发…
-
[intro]: 现在已经有一些开源的基于issues博客方案了,但基本都是在客户端完成githubApi的调用,但是基于浏览器的调用方案基本不能绕过api访问频次的问题。Gracejs作为前后端分离框架,具备强悍的数据代理功能,结合github的API,不仅能实现博客系统,还能完成登录和评论功能……
[image]: https://img003.qufenqi.com/products/8a…
-
```
return async function mongo(ctx, next) {
if (ctx.mongo) return await next();
Object.assign(ctx, {
mongo: function(mod, data) {
if (!Model || !Mod…
-
[intro]: 我是博客简介 真的不容易啊
[image]: https://img002.qufenqi.com/products/7c/ba/7cbac61933c8e8d21fe2e3915d4618e4.jpeg
> 通过ISSUES 生成博客文章
## 我是H2 标题啊
3.2.2 路由文件详细说明
打开app/blog/controller/dashboard/…
-
[intro]: 在通过Nodejs做中间件服务,实现的前后端彻底分离架构下,前端需要更多关注以前很少关注的问题,比如,CSRF;这类的架构下CSRF防御会有哪些问题呢?
[image]: https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1492116940392&di=39388c32bf98779461b…
-
[原文地址](https://github.com/joeyguo/blog/issues/8)
直出是什么?到底是怎样的性能优化?本文将结合从在浏览器输入url,到展示最终页面的过程来对其进行一步步分析,并将在手Q web 中的实际应用实践进行总结。
# 模式 1 - 前后分离
从用户输入 url 到展示最终页面的过程,这种模式可简单的分为以下 5 部分
1. 用户输入 url,…
-
# 前言
这篇文章本来不打算写的,实话说楼主对前端模板的认识还处在非常初级的阶段,但是为了整个 [源码解读系列](https://github.com/hanzichi/underscore-analysis) 的完整性,在深入 Underscore _.template 方法源码后,觉得还是有必要记下此文,为了自己备忘也好,为了还没用上前端模板引擎的同学的入门也好。(熟悉模板引擎的可以帮楼主看…
-
I am hosting the local tunnel server in an AWS ec2 instance, after setting up everything when, I try to connect from the client, the tunnel works for about a minute then shows HTTP ERROR 408.
site.…
-
Right now, it seems that most maintainers may publish their packages from their local environment. There should be a way to verify what is published against the public source code or specific git sha …