Yang-z

Results 15 comments of Yang-z

int[] arr 是什么鬼,那不是java风格吗?c++什么时候有这种风格了?

new int[]{1, 2, 3};后面半段也没这这写法啊?我还以为c++有什么改变我不知道,一编译,不通过。。。

> def patch_pyppeteer(): > import pyppeteer.connection > original_method = pyppeteer.connection.websockets.client.connect > > def new_method(*args, **kwargs): > kwargs['ping_interval'] = None > kwargs['ping_timeout'] = None > return original_method(*args, **kwargs) > > pyppeteer.connection.websockets.client.connect...

I love simple camera, I use it as my work camera. It can save the photos to another direction, so I can seperate photos for work from my personal daliy...

不好意思,我才看到,看来已经解决了。 @wwwpf 原先是哪个short或long的数据项会溢出?有点神奇。

试了很多次,群晖 hyper backup 确实都无法备份成功。天翼云到一半总报错,百度云直接连不上去。

Invaild utf-8 bytes will be replaced by `\x3F\x3F...` in json, and the original value is irreversibly lost.

Sorry, I didn't make it clear enough. Yes, I known you want to use local codepage preferentially to maximise compatibility. It's really a good idea. However, once you use json...

(update 2023-07-18: Fellowing is true in the aspect of reading and writting local codepage encoded values and filenames. On the other hand, with the help of `-charset\nfilename=utf8`, along with setting...

(update 2023-07-18: Fellowing it's true if the local codepage is not 'utf-8', but we can change the encoding of ExifTool for filenames by `-charset\nfilename=utf8` to solve the problem simply) When...