MK (fengmk2)
MK (fengmk2)
It will let `connect.static` broken.
dont use domain anymore Sent from my iPhone > On Jun 25, 2015, at 3:57 AM, Kostas Bariotis [email protected] wrote: > > I found that this middleware is causing my...
I have done this with "graceful" module, you can check it out.
Simple test code: ``` js module.exports = function (options) { return function *gzip(next) { console.log('hello'); }; }; ```
@mattma I had switch to istanbul after this issue I added.
@mattma [gulp-istanbul](https://github.com/SBoudrias/gulp-istanbul) for you.
还能更加极致地让服务端通过 SQL 来实现了,这样传输给前端的数据量也大大减少了。 SQL 无法实现的话,建议这个trie树由服务端来实现数据的转换。
对于整个页面来说,最好只请求服务端一次就将这个页面需要的数据都一次性返回了。 Sent from my iPhone > On Jun 18, 2016, at 6:10 PM, 魏嘉汛 [email protected] wrote: > > @fengmk2 如果只是这一个地方使用这一接口的话,传来的数据确实过多了。其实除了这个选择外,还有一个完整列表的展示需求,也就是说,完整的数据肯定是要发送过来的。这种情况下,转换的逻辑放在前端应该还是更合理一点,毕竟后端可以少一个接口。 > > — > You are receiving this because you...
show status like 'Garuda_service_status' , 返回1则表示可用
mysql.setHeartBeatQuery("show status like 'Garuda_service_status'",