BiliBiliou

Results 8 issues of BiliBiliou

I want to destroy L2Dwidget instance before user leave this page

Hi When I read the docs of "Set target attribute for link" https://docsify.js.org/#/helpers?id=set-target-attribute-for-link I try a relative path to jump ``` [demo](/docs/front_end/summery_of_experience/data_use/assets/demo/index.html ':target=_blank') ``` but It be compiled as ```...

enhancement

Hi , 虽然您已经open Source了 但能否提供一个 关于该算法的剖析 或是 相关论文的link。 有兴趣 研究 使用 js + canvas 转为 web 版本,并增加新功能(哥特 或 其他体) 不胜感激

"python php ruby javascript jsonp perhapsphpisoutdated" 使用正则 筛选出 含p 但不含ph 的 我使用纯正则的方法无法解决 只好采用折中之法 ``` js var str = "python php ruby javascript jsonp perhapsphpisoutdated"; var result = str.match(/\b\w*(?=p)\w*\b/g) .filter((value)=>!/.*(?=ph)/.test(value)) console.log(result);...

you save my life save my time thx :D