wingjay

Results 15 comments of wingjay

Thanks for your brilliant idea. During building my own Github-comments for my blog, I make my comment CSS style same with Github Issue style. http://wingjay.com/2017/06/08/rebuild-personal-blog/

@yinxuan He is developing a web page for changing password.

[Forget Password] Done Part: - user enter email in client - server will send an email to this email ToDo part: - generate a link with token into that email...

你说的是对的👍。 文章中是刻意忽略这个问题以保证demo更纯粹点,方便阅读更流畅。

内部类访问外部变量时需要,参考这里: https://stackoverflow.com/questions/27558425/local-variable-access-to-inner-class-needs-to-be-declared-final

最近有点忙,之后找点好的题目再来写一写😄

## 测试评论 markdown语法 **我很粗** `我有背景` ```java public class Test { public static void main(String[] args) { System.out.println('我是java怎么了'); } } ```