pony5551

Results 20 issues of pony5551

### 这个功能解决了什么问题 TreeSelect 树选择 多选时 不能显示上及节点 ### 你建议的方案是什么 建议 TreeSelect 树选择 多选时,可选择上级节点并显示, 比如 江苏省/南京市 江苏省/苏州市 现在选中江苏省时,只会显示 南京市,苏州市 建议加个控制,可显示 江苏省,南京市,苏州市

enhancement

新版不是不能hook,遥是一开始不能hook! 在运行hook后再运行 Log.e(TAG, "call Log.e()"); 刚开始几百次是hook不了的,要多点几次能才hook,我看了一下大概运行550次 Log.e(TAG, "call Log.e()");才会被hook! android10 pxile3

It is recommended to remove InitCriticalSection and DoneCriticalSection Changing compat. pas allows Delphi to support Linux!

class function TSocketAPI.SetReUsePort(const ASocket: THandle; const AReReUsePort: Boolean): Integer; const SO_REUSEPORT = 15; var LOptVal: Integer; begin if AReReUsePort then LOptVal := 1 else LOptVal := 0; Result := TSocketAPI.SetSockOpt(ASocket,...

linux下使用cross时发现效率只有win的7%,感觉性能与win比较相差太大了

TCrossHttpResponse._CheckCompress中的压缩类型都是写死的! 建议增加参数,设置默认类型,在默认类型基础上可增加可压缩类型

好像是粘包问题, 如果有大量小包一起发送过来就会有问题! TCrossWebSocketConnection._WebSocketRecv在这个方法里! 有人给了我一份修改过的代码,作者可以参考一下! 白天没时间提交,晚上提交,作者辛苦看一下谢谢! [Net.CrossWebSocketServer.zip](https://github.com/winddriver/Delphi-Cross-Socket/files/3077731/Net.CrossWebSocketServer.zip)

![QQ图片20220822213139](https://user-images.githubusercontent.com/36391163/185933306-f2fa1be3-34d5-4d17-a009-749fa84743a5.png) 这样是不是就不用遍历了? ![2](https://user-images.githubusercontent.com/36391163/185933929-05ea0222-5f88-4ed8-985d-22f29f745540.png)

我的代码修改如下 @native_method def get_superclass(self, uc, env, clazz_idx): """ If clazz represents any class other than the class Object, then this function returns the object that represents the superclass of the...

始终没明白怎么用里面的frida,自己再装一个frida会冲突