编程趣味体验
文章平均质量分 72
JackMaster_xh
我偶尔也有颓废,但从来不装样子。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
angularJs的简单理解和使用(登录)
1.引用过来angular-1.0.1.min.js 2.在登录页面添加引用,放在head区域中,页面记得不要加form表单 <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getS原创 2017-08-25 11:39:38 · 493 阅读 · 0 评论 -
测试
测试类的注解配置: @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = {"classpath:applicationContext.xml"})原创 2017-09-04 16:05:47 · 350 阅读 · 0 评论
分享