lancewoo
lancewoo
My server api: ```java /** * 接收上传文件并转移到服务器根目录下。 * * @param file 客户端上传的文件 * @throws IOException */ @PostMapping(path = "/uploadWithInfo") UserInfo uploadWithInfo(@FormPart(name = "user") UserInfo userInfo, @FormPart(name = "file") MultipartFile file,...
### Describe the bug Please add a clear description of what the bug is, **and** fill the list below. - CameraView version: *2.7.2* - Camera engine used: *camera2* - Reproducible...
Hi, I'd suggest updating this README.md to give an example. Thanks for your great work!
@Livox-SDK Hi, I just wonder how can I tranlate an intensity value to an RGB color ? Say, I have a LivoxExtendRawPoint. https://github.com/Livox-SDK/Livox-SDK/blob/05cc408e54bce90863cd4f160992a92ddea1fd29/sdk_core/include/livox_def.h#L186 How do I calculate the color value...
StatFs should catch IllegalArgumentException in case the specified path is not accessible especially for external storage like TF/SD cards. Otherwise it would crash the process. Check the [crash report](https://github.com/Blankj/AndroidUtilCode/issues/1709)
Hi @saudet , As the subject mentioned, I suspect this is a bug. In C, the code is like: ```C++ #include #include "RpcImpl.h" using namespace std; namespace client { rpc_handler_t...
Hi @borisbrodski , is there any Java API that we can use to set the dictionary size to limit the memory usage? For if we don't set the dictionary size...
同步阶段就直接放弃?
- I have several target platforms to build for like in this list: ``` "compiler":[ "gcc", "mips-linux-gnu-", "arm-linux-gnueabihf-", "aarch64-v01c01-linux-musl-", "arm-buildroot-linux-uclibcgnueabi-" ], ``` - I did build freetype and harbuzz successfully...