在试用quasar的时候,用了没多久就遇到下面这个错误
Continue Reading多次重定向的问题报错XMLHttpRequest cannot load Cross-origin redirection denied by Cross-Origin Resource Sharing policy
在项目研发过程中发现一个奇葩问题:
Continue Readingfreemarker Example Recursive Template
因在问道项目中用到下面的技术,因此记录一下
Continue Readingjs模板引擎介绍搜集
js模板引擎越来越多的得到应用,如今已经出现了几十种js模板引擎,国内各大互联网公司也都开发了自己的js模板引擎(淘宝的kissy template,腾讯的artTemplate,百度的baiduTemplate等),如何从这么多纷繁的模板引擎中选择一款适合自己的呢,笔者最近对主流的js模板引擎(mustache,doT,juicer,artTemplate,baiduTemplate,Handlebars,Underscore)做了一番调研,分享出来希望对大家有用。
Continue ReadingBigPipe的技术实现_互联网实践_新浪博客
BigPipe的技术实现
Continue Readingcentos下搭建npm镜像
写在前面
Continue ReadingNPM本地缓存方案
NPM本地缓存方案
Continue ReadingAjax、Comet与Websocket
Ajax、Comet与Websocket
Continue ReadingGrunt+Livereload 搭建本地前端开发环境
Grunt+Livereload 搭建本地前端开发环境
Continue ReadingMulti-Core HTTP Server with NodeJS
NodeJS has been garnering a lot of attention late. Briefly, NodeJS is a server-side JavaScript runtime implemented using Google's highly performant V8 engine. It provides an (almost) completely non-blocking I/O stack which, when combined with JavaScript closures and anonymous functions, makes it an excellent platform for implementing high throughput web services. As an example, a simple "Hello, world!" application written for NodeJS performs comparably to an Nginx module written to do the same.
Continue Reading