⌘T | go to file |
⌘⌃P | go to project |
⌘R | go to methods |
⌃G | go to line |
⌘KB | toggle side bar |
⌘⇧P | command prompt |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/index.html = anon | |
/user/create = anon | |
/user/** = authc | |
/admin/** = authc, roles[administrator] | |
/rest/** = authc, rest | |
/remoting/rpc/** = authc, perms["remote:invoke"] | |
过滤器名称 过滤器类 描述 | |
anon org.apache.shiro.web.filter.authc.AnonymousFilter 匿名过滤器 |