peanut996

Results 9 issues of peanut996

[重载和重写的区别](https://dreamcater.gitee.io/javabooks/#/crazy/Java%E5%9F%BA%E7%A1%80?id=%e9%87%8d%e8%bd%bd%e5%92%8c%e9%87%8d%e5%86%99%e7%9a%84%e5%8c%ba%e5%88%ab) 此处提及 > 重载 > >发生在同一个类中,方法名必须相同,参数类型不同、个数不同、顺序不同,方法返回值和访问修饰符可以不同。 但是返回值和访问限制符号不同好像会报错。 ``` public class HelloWorld { public void testFoo(){ } public String testFoo() { return ""; } } ``` 报错:Duplicate method testFoo() in type...

因为当前不能在回复中返回 @消息 以及 引用消息, 所以想自己拼字符串。 但是群组内用户NickName只能获取群内改名前的数据。

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I want...

enhancement

When send a chat action `typing` telegram api will only return `"true"` which cause `err: json: cannot unmarshal bool into Go value of type tgbotapi.Message` so should we add more...

原文7页至第九页 两句 Sec-WebSocket-Protocol: chat 之间的翻译丢失 > > >```http >Sec-WebSocket-Protocol: chat >``` > ~中间翻译缺失~ > >服务端也可以设置cookie相关字段来设置cookie相关属性,具体文档见[RFC6265][9]。 缺少内容如下 >The |Origin| header field [RFC6454] is used to protect against unauthorized cross-origin use of...

### Operating system macOS ### System version 14.4.1 ### Installation type sing-box for macOS Graphical Client ### If you are using a graphical client, please provide the version of the...

Stale

**describe the bug** when in vscode terminal build the desktop app, the env var `DYLD_LIBRARY_PATH` always empty. So start the app, the core process screenpipe can not start,because of the...

bug