spring+springmvc+mybatis+shiro
摘要:创建maven框架https://blog.csdn.net/Ajax_mt/article/details/78549119 具体下边 https://blog.csdn.net/w2222288/article/details/50725225
阅读全文
posted @
2018-07-16 10:27
ttke
阅读(89)
推荐(0) 编辑
安卓底部导航栏编写
摘要:https://www.cnblogs.com/lichenwei/p/4444750.html 或者 https://blog.csdn.net/pochenpiji159/article/details/72567792 本博客只为学习,记录,如有侵权,请及时回帖。
阅读全文
posted @
2018-07-14 16:03
ttke
阅读(115)
推荐(0) 编辑
主题问题
摘要:You need to use a Theme.AppCompat theme (or descendant) with this activity. 解决方法https://blog.csdn.net/ouyang_peng/article/details/51334761
阅读全文
posted @
2018-07-07 15:51
ttke
阅读(97)
推荐(0) 编辑
学习安卓第一回
摘要:创建工程-》创建activity-》Eamty Activity; 在res下-》创建layout->右击-》new->layout resource file->穿件first_layout.xml文件; 注意::在xml中的text中编写代码,design中显示预览。如果预览不显示,https:
阅读全文
posted @
2018-07-07 09:48
ttke
阅读(116)
推荐(0) 编辑
jpa基本常识
摘要:1、hibernate更新表结构配置 jpa hibernate框架配置 spring.jpa.properties.hibernate.hbm2ddl.auto = create-drop 其意思是:测试开始创建表,session结束自动删除,一般用于单元测试; 在一般情况下,用的最多的是upda
阅读全文
posted @
2018-07-03 09:12
ttke
阅读(166)
推荐(0) 编辑