GordonHuangYong

Results 17 comments of GordonHuangYong

我算了一下, 15000个消息每秒 * 1000字节, 都要100M的带宽了.

发现加密后的jar, 作为第三方jar包使用, 运行时会报错的; `./xjar.go java -jar xxx.jar`错如下: ``` panic: invalid jar with MD5 goroutine 1 [running]: main.main() /Users/huangyong/Documents/huangyong/svn/WT588FWebApi/wt588ftranscompress/target/xjar.go:47 +0x7b1 ``` 直接运行`java -jar xxx.jar`报错如下: ``` press-1.0.jar!/com/waytronic/wt588f/service/WT588fFile.class]; nested exception is java.lang.ArrayIndexOutOfBoundsException: Index...

in file sphinxbase/err.h #ifdef SPHINX_DEBUG #define E_DEBUG(level, ...) \ if (err_get_debug_level() >= level) \ err_msg(ERR_DEBUG, FILELINE, __VA_ARGS__) #define E_DEBUGCONT(level, ...) \ if (err_get_debug_level() >= level) \ err_msg(ERR_DEBUG, NULL, 0, __VA_ARGS__)...

> Replacing [ 'AVX2', 'immintrin.h', '__m256i', '_mm256_abs_epi32(_mm256_setzero_si256())', ['-mavx', '-mfma', '-mavx2'], ['/arch:AVX2'] ], with [ 'AVX2', 'immintrin.h', '__m256i', '_mm256_cvtepi16_epi64(_mm_loadu_si64())', ['-mavx', '-mfma', '-mavx2'], ['/arch:AVX2'] ], > > resolves the issue. which file?

public work space. not single page

i modify the file `/usr/local/sbin/healthcheck` ``` #!/bin/bash url=http://127.0.0.1/-/liveness options=( '--insecure' '--location' '--silent' ) curl "${options[@]}" $url ```

Thanks for the invitation but No PR. not good at writing in english and coding