Bruce

Results 6 issues of Bruce

`- (void)saveMemoryCacheWithResponse:(CTURLResponse *)response serviceIdentifier:(NSString *)serviceIdentifier methodName:(NSString *)methodName cacheTime:(NSTimeInterval)cacheTime { if (response.originRequestParams && response.content && serviceIdentifier && methodName) { [self.memoryCacheCenter saveCacheWithResponse:response key:[self keyWithServiceIdentifier:serviceIdentifier methodName:methodName requestParams:response.originRequestParams] cacheTime:cacheTime]; } } ` 请求没有参数时,`originRequestParams`为空就没办法缓存了。处于什么考虑呢?

如果我实现了一个CTAPIBaseManager的子类A, 然后想通过类方法loadDataWithParams请求网络,这时只返回了requesId,没有实例调用CancelRequest。

I created a simple demo project based on `Qt6.3.1` on `ubuntu20.04`, and created a directory tree manually like this ```└── usr ├── bin │   └── untitled ├── lib └── share...

我之前用的是和你一样的无线网卡+蓝牙,禁掉主板自带的蓝牙就可以正常使用,但是最近重装系统蓝牙一直没成功。