HuangYao

Results 9 comments of HuangYao

i l have a test it under windows and linux before submit a pr :)

@petruisfan . i and my teamates test my code serveral days.find a problem.when the file changed .supervisor will run a post script(the name read in args).and set the changed file's...

``` js function getV(obj,buf) { if(typeof obj != 'object'){ console.error('this function need a "Object" argument'); return; } for(var o in obj){ if(typeof obj[o] == 'object'){ getV(obj[o],buf); } else if(typeof obj[o]...

``` js function int32ToIp(ip_int) { return (ip_int>>>24 & 0xff)+'.'+(ip_int >>> 16 & 0xff) + '.' + (ip_int >>> 8 & 0xff) + '.' + (ip_int & 0xff); } ```

没看到群信息,补撸一发,写的烂,见笑了(好吧,没看清,还是用了push) ``` js // TODO: merge sord javasript implement module.exports = mergeSort; var mergeSort =function (array) { if(array.length array2[j]){ array.push(array2[j]); j++; } else{ array.push(array1[i]); i++; } } while (i

_递归版本_ ``` js function Converter(){ this.toHex = function (string) { if(string.length

``` js function mergeSort(a, b) { var quickSort = function(arr) { if (arr.length

> 请教楼主,我的环境是: Arc770 * 2 64 G 内存 > > torch 2.6.0+xpu torchaudio 2.6.0+xpu torchvision 0.21.0+xpu > > 在跑程序的时候遇到: > > 1. 单卡运行时:python train_pretrain.py > > ``` > RuntimeError: Required...

应用管理中新的版本status列里面是否有异常标记?