zhaohy6
zhaohy6
sex为0时不能正常显示女性性别,显示为未知,用0之外的其他整数代替可以规避异常 https://github.com/chengchuanqiang/WebChat/blob/54bcb0d4c8bb8bf8ab94590e5e4cf79ebc8584ed/src/main/webapp/WEB-INF/view/information.jsp#L37
(1).昵称不可重复(2).精华+置顶分开显示2个标签 (3).普通帖子只考虑1精华,删除3
https://github.com/yourkevin/NiterForum/blob/0455ed5fc6921c741f910034b21059501168166e/src/main/resources/templates/index.html#L134
https://github.com/yourkevin/NiterForum/blob/0455ed5fc6921c741f910034b21059501168166e/src/main/java/cn/niter/forum/controller/UserController.java#L120