2018年4月1日

JavaWEB - 静态include指令、动态Include指令

摘要: (一)使用静态include指令 <%@ page language="java" contentType="text/html; charset=gb2312"%><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "htt 阅读全文

posted @ 2018-04-01 19:06 pjlhf 阅读(340) 评论(0) 推荐(0) 编辑

JavaWEB - JSP 指令

摘要: 阅读全文

posted @ 2018-04-01 18:01 pjlhf 阅读(71) 评论(0) 推荐(0) 编辑

JavaWEB - 请求的转发和重定向

摘要: JavaWEB - Servlet 阅读全文

posted @ 2018-04-01 17:38 pjlhf 阅读(68) 评论(0) 推荐(0) 编辑

JavaWEB - JSP及隐含对象

摘要: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- 阅读全文

posted @ 2018-04-01 17:07 pjlhf 阅读(86) 评论(0) 推荐(0) 编辑

JavaWEB - Servlet

摘要: 1.Tomcat简介: 2.Java Web 的结构 3.Servlet: 4.ServletConfig A servlet configuration object used by a servlet container to pass information to a servlet duri 阅读全文

posted @ 2018-04-01 14:16 pjlhf 阅读(123) 评论(0) 推荐(0) 编辑

eslipse 修改tomcat server location 解决HTTP Status 404 – Not Found

摘要: Eclipse中tomcat service设置选择window show view---services可以看到服务的面板双击tomcat进入配置界面Service Locations(Specify the server path (i.e. catalina.base) and deploy 阅读全文

posted @ 2018-04-01 10:51 pjlhf 阅读(2407) 评论(0) 推荐(0) 编辑

实现两个窗口通信方法-postMessage

摘要: 此方案可解决跨域而且跨Iframe,而且http和https之间的交互 首先来看一下基本的语法 其他窗口的一个引用,比如iframe的contentWindow属性、执行window.open返回的窗口对象、或者是命名过或数值索引的window.frames。 将要发送到其他 window的数据。它 阅读全文

posted @ 2018-04-01 08:34 pjlhf 阅读(395) 评论(0) 推荐(0) 编辑

导航