angryPopcorn
angryPopcorn
如和开启Http缓存并对缓存进行设置,错别字哈
一直在考虑b站的,但是有验证码,这是一个较为麻烦的事
@bonfy 主站应该没有这个,直播站里是有签到的,http://live.bilibili.com/sign/doSign,这个接口就是, 但是需要登录,登陆需要验证码处理 我先试试你说的方法处理验证码
Hi @blacktm. In my opinion, some basic user interface element classes are very useful. So consider it as a feature?
请问这个有example项目了吗?最近看到这个项目,dsl模块想学习下如何使用,也没看到相关的README
I add deps in `buf.yaml` ```yaml # buf.yaml deps: - buf.build/gnostic/gnostic ``` and `buf.gen.yaml` is as follows. ```yaml # buf.gen.yaml version: v1beta1 plugins: - name: openapi out: gen/openapi strategy: all...
https://github.com/google/gnostic/blob/418d86c152e3f607fa625e9aca135091e574811f/cmd/protoc-gen-openapi/main.go#L34 I checked the source code and found that this feature is already supported, but I don't know how to pass this parameter to the `protoc` command to make it...
> I add deps in `buf.yaml` > > ```yaml > # buf.yaml > > deps: > - buf.build/gnostic/gnostic > ``` > > and `buf.gen.yaml` is as follows. > > ```yaml...
I also asked a related question in jooq, https://github.com/jOOQ/jOOQ/issues/13550
> > I also asked a related question in jooq, [jOOQ/jOOQ#13550](https://github.com/jOOQ/jOOQ/issues/13550) > > In that issue, I suggested you try working with the `quarkiverse/quarkus-jooq` third party contribution. However, you seem...