$Jason X

Results 15 comments of $Jason X

你们上面都不对,这个才是正确的。 时间复杂度 O(n) ```javascript let insertSection = (...args) => { let [ first, second ] = args let res = [] while (first.length) { let item = first.pop() let index...

> > 你们上面都不对,这个才是正确的。 > > 时间复杂度 O(n) > > ```js > > let insertSection = (...args) => { > > let [ first, second ] = args > > let...

```javascript // 冒泡排序 const bubbleSort = (array) => { const newArray = [...array] const len = newArray.length if (len

> > > 有大佬能解答下next()调用的时机吗,这个运行流程我有点看不懂=。= > > > > > > 我不是大佬,但我理解的next()应该是在LazyMan('Toney')的时候异步执行的,因为异步,所以它还没干活的时候,链式调用早结束了,taskList也把要干的活按照规则存好了,随后它开始干活,由于taskList中每个活函数执行完后又主动调用了一次next(),所以能一直把taskList中的活干完 > > 如果真是这样那就好理解了,谢谢解答!! 在constructor中, next()方法执行在 setTimeout 中,setTimeout 是一个task,当 js 运行到 setTimeout 的时候,会把他放到 task 任务队列中,等到所有的同步的任务执行完后,就会执行setTimeout 中的this.next()方法 , 这个问题的关键问题是 js 的*事件队列问题*...

> no, it is not this problem. videojs in videojs-flash is not same to the videojs in video.js. > if you want to fix it, you must fix the plugin.js...

我试了你给的FZJT.ttf的这个字体,也是报的这个错误。

那我系统需要怎么样的一个Perl环境?

``` Error: Cannot find module 'glob' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (C:\Users\linling\Desktop\font-spider-master\src\index .js:8:12) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load...