Leo Lin

Results 2 issues of Leo Lin

报错代码 ``` public void autoRefresh() { updateListener(); if(isOverlay) { mHeadLayout.getLayoutParams().height = (int) mHeadHeight; mHeadLayout.requestLayout(); }else { createAnimatorTranslationY(mChildView, mHeadHeight, mHeadLayout); } } ``` 在程序执行到mHeadLayout.getLayoutParams().height = (int) mHeadHeight; 时出现空指针 布局文件如下 ``` ```

Our application platform implements business based on the Spring AI framework and uses Ollama as the underlying LLM reasoning engine. Now we know that Jlama is an LLM reasoning engine...