sysPro.jsp 912 B

1234567891011121314151617181920212223
  1. <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
  2. <%@ page import="sun.management.ManagementFactory" %>
  3. <%@ page import="com.sun.management.OperatingSystemMXBean" %>
  4. <%
  5. String path = request.getContextPath();
  6. %>
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10. <meta http-equiv="pragma" content="no-cache" />
  11. <meta http-equiv="cache-control" content="no-cache" />
  12. <meta http-equiv="expires" content="0" />
  13. <meta http-equiv="keywords" content="keyword1,keyword2,keyword3" />
  14. <meta http-equiv="description" content="This is my page" />
  15. <link rel="stylesheet" type="text/css" href="<%=path %>/css/base.css" />
  16. </head>
  17. <body leftmargin="2" topmargin="9" background='<%=path %>/images/allbg.gif'>
  18. 欢迎使用电子书城管理系统
  19. </body>
  20. </html>