Cuixiping
Cuixiping
``` function foo( a, b, c, d ) { return ( a + b ) * ( c + d ); } ``` is incorrectly converted to ```
I use inno-setup to generate installation file and then modify some information by rcedit. The file size will be reduced to about 100~200KB and cannot work correctly.
The page will looks cool and people can remember and understand this game easier with screenshots
**Usage question** I have two js files: `main.js` and `worker.js`. ``` // main.js let worker = new Worker('./worker.js') ``` ``` // worker.js onmessage = e => { }; ``` After...
Code: ``` SomeObject.prototype.method = function(a, b) { // ... }; ``` Expected: ``` /** * * @param {*} a * @param {*} b */ SomeObject.prototype.method = function(a, b) { //...
每次 build 之后都整个目录上传服务器覆盖? 文件多了就越来越麻烦 还得是把变动部分单独摘出来吧?
Support -h to show help info for CLI use, like other cli tools. ``` > replace-in-file -h ```
没有会员权限时, 不是无法获得完整歌曲的吗? 还是说这些音乐平台的接口并没有鉴权, 只是在app界面上做了些限制? 音乐平台官方app里是无法播放或最多只能前多少秒
I wish there is a more realistic progress handler based on bytes. Example code: ``` let assets = [ { name : 'image1', src : 'images/image1.png', bytes: 120366 }, //...
For example, always generate 6-chars key for id 1 to 1,000,000?