pickle780

Results 5 issues of pickle780

### Contact Details _No response_ ### What happened? [2024-06-04 18:58:29.040] [I] Empty history info files: 0 (0 removed) [2024-06-04 18:58:29.040] [I] Pasters restored [2024-06-04 18:58:29.040] [I] Launch time: 665 ms...

``` java /** * 设置开始温度改变监听 * * @param onStartChangeListener 监听接口 */ public void setOnStartChangeListener(OnStartChangeListener onStartChangeListener) { this.onStartChangeListener = onStartChangeListener; } /** * 设置温度改变监听 * * @param onChangeListener 监听接口 */ public...

我把除了圆弧的填充模式设置为setStyle(Paint.Style.FILL); 目前没有明白为什么 ![Snipaste_2024-06-08_11-46-10](https://github.com/alidili/TempControlView/assets/61344991/7657575d-0e22-42de-803e-c11ccb1dc1c8) 修改后 ![Snipaste_2024-06-08_11-46-48](https://github.com/alidili/TempControlView/assets/61344991/e0aa385d-022c-4fd8-91f6-a2e7d5946ce3) 还有就是UI真好看^_^

### Is there an existing issue for the same bug? - [x] I have checked the existing issues. ### RAGFlow workspace code commit ID 3b30799 ### RAGFlow image version RAGFLOW_IMAGE=infiniflow/ragflow:v0.16.0...

bug

at [this](https://radimrehurek.com/gensim/auto_examples/core/run_corpora_and_vector_spaces.html#sphx-glr-download-auto-examples-core-run-corpora-and-vector-spaces-py) page ```python from gensim import corpora dictionary = corpora.Dictionary(texts) dictionary.save('/tmp/deerwester.dict') # store the dictionary, for future reference print(dictionary) ``` got **fileNotFoundError** I used below code goes fine ```python...