lekeeith

Results 7 comments of lekeeith

code ```java now, i don't konw how to use ijava to complete a class. such as: public class Puppy{ public Puppy(String name){ //这个构造器仅有一个参数:name System.out.println("小狗的名字是 : " + name ); }...

in python, i can easy to complete, such as below: ```python class A: def get_value(self): return 123 a = A a.get_value() ``` i hope i can get the same method...

In struct,it does not work. but above function. it work well. #1616 the problem is still laugh at me!

what i mean is collectionFormat in Struct. Default value is csv. But when i try to use multi and also in query or formdata, it still not workk. > In...

个人学习 家里摄像头云服务都收费,买了萤石摄像头,想把摄像视频直接保存到本地。

in my test,i can not get worker_kwargs as what i expect. i have tow py file, run.py and a.py. run.py as flow ```python from pathlib import Path import uvicorn import...