Results 6 issues of suziwen

function clock(){ } clock.prototype = new qt.QWidget(); clock.prototype.printvalue = function(){ console.log('xxx'); } var clocka = new clock(); and when run problem : .node-gyp/0.8.16/src/node_object_wrap.h:61: static T\* node::ObjectWrap::Unwrap(v8::Handlev8::Object) [with T = QWidgetWrap]:...

比如 `操作系统也越来越流行了`, 现在这个版本把 `操作系统` 当成一个完整的词来处理, 我想把 `操作系统` 再细分出 `操作` 和 `系统` 这两个词, 最后生成的结果就是 `操作系统,操作,系统` 这三个词. 类似于 nodejieba 里的 `cutAll` / `cutForSearch` 方法 ``` > jieba.cut('操作系统也越来越流行了') [ '操作系统', '也', '越来越', '流行',...

目前 gitalk 使用 Label 做为文章跟评论的关联标识,感觉不是很合理. ## 问题 每篇文章就要生成一个独立的 Label ,如果文章多了就会产生很多 Label , 同时 Github 对 Label 又有50个字符的长度限制,需要对 Label 进行缩短处理,比如 MD5 编码.这样最终会产生很多对常人无意义的 Label . ## 建议 可以配合 **Label** 和**标题**进行文章跟标题的关联处理.比如只有在特定的 Label 下,文章的标题跟...

discussion

./rope/base/utils.py:78: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal if args == rex[0]: