Yanqi Zong
Yanqi Zong
``` function getStringFromDB(buffer, start, length) { var outstr = ""; for (n = start; n < start + length; n++) { outstr += String.fromCharCode(buffer.getUint8(n)); } return outstr; } 如果在严格模式下的话 会有问题...
@Bridget-Ding 计数变量啊
@ryanmcdermott just add Chinese translation
@cssmagic 可以在 gulp.src(globs, options) 后面补充 `options.cwd` 的说明, 之前的文档遗漏了, 但是还是很常用. 现在文档已经加上了. options.cwd The working directory the folder is relative to. Type: String Default: process.cwd() [https://github.com/gulpjs/gulp/pull/1645](https://github.com/gulpjs/gulp/pull/1645)
@cssmagic [https://github.com/gulpjs/gulp/blob/master/docs/API.md#optionscwd](https://github.com/gulpjs/gulp/blob/master/docs/API.md#optionscwd) 其实是有的, 虽然并不需要单列, 不过考虑到很多使用者用到的参数并不是很多, 而且这个参数又很常用....
@cssmagic 👍 (不过你看, 这个选项确实有用啊!....)
不要使用 windowHeight - 50, 直接使用 windowHeight 就好
@cc9014 链接失效啦
@cc9014 谢谢 :) 不过 如果有迅雷会员的话....就可以用迅雷了啊
@AlexanderTserkovniy ``` $ ./node_modules/.bin/ppt ```