摘要:
使边栏在被选中时动态激活。 由于AdminLTE3的CSS类名与2的不同,之前的JS代码不能用了。 代码如下: <script> $(function(){ /** add active class and stay opened when selected */ var url = window. 阅读全文
摘要:
FORWORD To Leon Werth I ask the indulgence of the children who may read this book for dedicating(献给) it to a grown-up(大人). I have a serious reason: he 阅读全文
摘要:
Bean的管理 <!--开启注解全局扫描--> <context:component-scan base-package="包名"/> @Repository("userDao") public class UserDao { public void save(){ System.out.print 阅读全文