hoogw
hoogw
I know that oboe(url).node(0.done() can streaming json when stream ended, done(function(){}) was called. I have need to abort this streaming before it done(). for example [fetch.abort api](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort) use controller.abort(); abort...
Can oboe.js streaming gzip/zipped json instead of raw json? I have a few 200MB json file on server, I need to stream that to brower, however, if I gzip/zip those...
I try to embed a iframe in editor. but it would not save to database. If I close it, then re-open the post, the html iframe is missing. Do you...
I know when edit post, you can click 'Rise' button to pin it on top for 7 days. If you click again, add 7 more days, and so on. But...
I have a suggestion to make it better looking. Add ... at paging before last page? and anywehere it needed to be? [see sample 1](https://cdn.94cb.com/upload/image/20180825/1535131517250219.jpg) [see sample 2](https://cdn.94cb.com/upload/image/20180825/1535131517765417.jpg) [see sample...
1) if I search aaa bbb ccc it search for any title OR tag like aaa OR like bbb OR like ccc. SQL = like aaa or like bbb or...
这里有个带投票机制vote的,php 版的, 按照投票得分排序, 最热门的帖子,投票最多的排最前面。 各种排序都是按照投票得分, 能不能把这个机制,加入到现有的论坛里。 [https://www.mathhomeworkanswers.org/users](https://www.mathhomeworkanswers.org/users) 源代码来源是:[https://github.com/q2a/question2answer](https://github.com/q2a/question2answer)
以后能不能搞个node js 版的? 越来越多的东西,零件,都是node js 的, 如果搞个node js 版,就很容易 利用别人写好的零件,很多功能,angular已经写好了。 PHP 简单好搞,node js,很复杂,这是缺点。 这里有个类似的 问题与回答 项目,angular1 写的。 这个项目停用了。angular 1 已经过时了,现在都是angular 5了。 [https://github.com/gi-no/paizaqa](https://github.com/gi-no/paizaqa)
比如:stackoverflow 评分最高vote最多的回答永远是排在最上面的。 在搜索结果里,vote 投票最多的条目,是排在最前面, 其它的按照投票排队 github也有这个功能,搜索任何东西的时候, star 最多的项目永远都排在最前面。按照star多少排序。 应用到这个论坛, 就是每个帖子有了投票按钮,就和 stackoverflow 一样,vote up 得票越多的帖子在搜索结果里排最前面。 每个帖子里的回复也有投票按钮,投票越多的回复排在越前面。 所有的帖子按照投票多少排序, 每个帖子里的回复也按照投票多少排序。 这里有个投票机制的例子,这个项目能运行,我试过,angular 1 + node js + mongodb [gi-no/paizaqa](https://github.com/gi-no/paizaqa)
I try to run it but Failed on php7(7.2.3) vc15 + apache 2.4.29 vc15 I know by default, curl will not load, I have to manually load curl, so I...