What is the issue : When you navigate to http://localhost/students, you will see list of students as shown below 

 

Click on any student name. For example when you click on Mark, you will see mark details and the URL in the address bar is http://localhost/students/1

 

At this point if you refresh the page by pressing CTRL + F5 or CTRL + R, the student details disappear and the page will be renedered as shown below. 

 

To see the errors, launch the Browser Developer Tools by pressing F12

 

To fix this issue all you have to do is place the <base href="/"> element just below the<title> element in the head section of index.html page.

最新文章

  1. MongoDB 文档的删除操作
  2. css2--collapse
  3. MongoDB—— 读操作 Core MongoDB Operations (CRUD)
  4. SVN服务器搭建和使用(一)(转)
  5. SNF开发平台WinForm之九-代码生成器使用说明-SNF快速开发平台3.3-Spring.Net.Framework
  6. vi显示行号
  7. window.open下载文件ie8请求的站点不可用的解决办法
  8. HTML5+CSS3前端开发资源整合
  9. EasyMock(官方资料整理)
  10. hdu 4731
  11. ISO7816协商模式和特定模式
  12. Activity和Fragment之间解耦
  13. AC自动机解题记录
  14. C++面试基础知识
  15. Linxu Yum方式安装Mysql
  16. 【CSAPP笔记】12. 高速缓存存储器
  17. Selenium-Grid工作原理
  18. UVa 818Cutting Chains (暴力dfs+位运算+二进制法)
  19. 「HNOI 2015」亚瑟王
  20. Jquery remove() empty() css()

热门文章

  1. Orchard Core 配置项说明
  2. 什么?你还不明白自动化的POM设计模式?
  3. Spring,AOP实现功能级别权限验证
  4. 题解 Children Trips
  5. ZooKeeper分布式配置——看这篇就够了
  6. 【UE4 调试】C++ 几种编译方法和小技巧
  7. Convolutional Neural Network-week2编程题1(Keras tutorial - 笑脸识别)
  8. Java:Object对象小记
  9. 普通用户在命令终端使用Python脚本连入校园网
  10. logstash的mutate过滤器的使用