HuangWei

Results 47 comments of HuangWei

是的,感觉这和安全领域没有绝对的安全一样,所谓魔高一尺道高一丈,只能说是提高了一些技术的门槛

放服务器的话,估计得考虑 6 点整是否能扛住的 ddos 了,前提是确实有很多用户的情况下

其实目前来说,本地感觉也行,因为代码其实已经公开过了,所以如果别有用途的人,应该已经拿到了。 放服务器的话,感觉就是对于后续算法有更新的情况会比较好吧,对于现在的情况,可能意义也不算太大

Our tiff is already tiled. Sorry for that, I'm not totally got the detail. Our problem is, If I move fast to a point on earth. It may requires more...

Hi @vaclavblazek , After change gdal.rssLimit, it seems speed a little up. Just like @jrjdavidson said. I'd also like to use storage to exchange loading speed. As like the tutorial,...

In my understanding, the command like following ``` $ generatevrtwo --input Mars_Viking_MDIM21_ClrMosaic_global_232m.tif --output Mars_Viking_MDIM21_ClrMosaic_global_232m.average --resampling average --wrapx 0 --co PREDICTOR=2 --co ZLEVEL=9 --tileSize 4096x4096 ``` If I have a lod20...

OK, Thank you all. We'll come back to this issue after we have more info.

Any one want to fix issue?

> Could you please try this piece of code instead? > > https://github.com/FreshRSS/FreshRSS/blob/392861b7c3f9c6ff4588ad755a62514c6951e86a/lib/lib_rss.php#L100-L106 Sorry for the closed. After testing with both functions: "mb_convert_encoding" and "iconv('UTF-8//IGNORE'). They both are not pass...

I found a link: https://stackoverflow.com/questions/5742543/an-invalid-xml-character-unicode-0xc-was-found and: https://stackoverflow.com/questions/730133/what-are-invalid-characters-in-xml Maybe it's because 0x08 is valid utf-8 but it's not valid for xml? I'm not very sure.