wxq

Results 31 comments of wxq

Here is my way to generate sidebar. I write java code to do it. The code in .zip file [Generator.zip](https://github.com/docsifyjs/docsify/files/7404486/Generator.zip) Download it to docsify's directory which contains .md files. And...

> > Like `getAuthorizedApps`, `getAuthorizedNamespacesByApp` > > These methods should have params, could you give the full method signature? ```java public List getAuthorizedApps(); public List getAuthorizedNamespaces(String appId, String env, String...

### analysis Open api's request contains a token ![](https://mermaid.ink/svg/eyJjb2RlIjoic2VxdWVuY2VEaWFncmFtXG4gICAgb3Blbi1hcGktPj4rcG9ydGFsOiBUaGVuIHRva2VuIEkgdXNlIGlzIHh4eCwgcGxlYXNlIGdpdmUgbWUgd2hpY2ggYXBwIGNhbiBJIG9wZXJhdGVcbiAgICBwb3J0YWwtPj4rb3Blbi1hcGk6IFRob3NlIGFwcHMgeW91IGNhbiBvcGVyYXRlLCB0aGV5IGFyZSBbYXBwMSwgYXBwMiwgLi4uXSIsIm1lcm1haWQiOnt9LCJ1cGRhdGVFZGl0b3IiOmZhbHNlfQ) Through portal's database table and E-R Diagram in https://ctripcorp.github.io/apollo/#/zh/design/apollo-design We can find column by table like follow > square node is...

> > > > > > > > > Maybe we need to create version folder in docs and to put different versions of the files in the corresponding version...

> 增加如下配置,并不生效,还是会去获取apollo的配置信息 > > ```yaml > apollo: > bootstrap: > enabled: false > ``` > > 是不是这个配置就无法生效 > > 关闭后,还连接apollo Cannot close via `apollo.bootstrap.enabled = false`, maybe you use annotation...

+1. --- Is db only keep one? How to resolve the confliction of portaldb's table name and configdb's table name?

> I think > keep the 2 databases and configure 2 data sources is better. User can split the deployment easier in the future. How to resolve the config of...

@apolloconfig/committers Is it possible let @github-actions sign the CLA?

> > @apolloconfig/committers > > Is it possible let @github-actions sign the CLA? > > @Anilople @zouyx We could add `github-actions` to allowlist as shown below to skip cla check....

入门看这个[java-antlr](https://www.baeldung.com/java-antlr)? 书籍有[ANTLR 4权威指南](https://book.douban.com/subject/27082372/) sql的语法在官方仓库https://github.com/antlr/grammars-v4/tree/master/sql