Lin Yang
- 活动总数 99
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 47
-
创建于 Is there any way to register a custom PsiClsss as a spring bean?
Hi, Is there any way to register a custom PsiClsss as a spring bean? I want to registar the mapper interface of Mybatis as spring bean in my Mybatis Plugin. -
创建于 how to parse xml attribute value with dot to PsiElements
For example <bean com.seventh7.demo.Man" splitted by dot to PsiElement? -
创建于 Help me with grammar kit plz
Sorry for my bad english :_|I wrote a bnf file for learning grammar kit, this file looks like below:{ tokens = [ string = 'regexp:[\d|\w]+' ]}root ::= expr *expr ::= id '=' string { pi...