上海市亭新中学原有亭东和新民两所分校,分别于1989年和1997年撤点,并入亭新中学。1992年起,亭新中学为金山县实施学校内部管理体制纵合改革第二批试点单位。1997年,学校实施市政府薄弱学校更新改造工程。 几经改造后,至2006学年,学校占地面积达到了17614平方米,校舍面积达到了10182平方米,绿化面积达到了11750平方米。
。
关键字是:一个人旅行技巧既然是一个人,或者像我和妹纸这样的情侣两人出游(我负责主要的拍摄工作,妹纸会偶尔帮我拿一下其他的卡片机、运动相机、看一下背包之类),既然人少,其实很大程度上就限制了我们旅行的装备背负,那么首先就先来谈一谈「装备」。
31 return Tag.SKIP_BODY;34 // 必须实现setXX()方法35 public void setPattern(String pattern) {36 this.pattern = pattern;38 }DateTagNoBody.java 1 package gys; 3 import java.io.IOException; 4 import java.text.SimpleDateFormat; 5 import java.util.Date; 7 import javax.servlet.; 8 import javax.servlet.jsp.JspException; 9 import javax.servlet.jsp.JspWriter;10 import javax.servlet.jsp.tagext.Tag;11 import javax.servlet.jsp.tagext.TagSupport;13 public class DateTagNoBody extends TagSupport {15 @Override16 public int doStartTag() throws JspException {17 request=()pageContext.getRequest();18 SimpleDateFormat formater=new SimpleDateFormat("yyyy-MM-dd");19 String date=formater.format(new Date());20 JspWriter out=pageContext.getOut();21 try{22 out.print(date);24 catch(IOException e){25 e.printStackTrace();27 return Tag.SKIP_BODY;30 }运行结果:篇三:j2eetaglib实例自己写了一个获取当前时间的标签java:/** Created on 2005-1-5** TODO To change the template for this generated file go to* Window - Preferences - Java - Code Style - Code Templates*/package com.mindo.taglibs;import java.text.SimpleDateFormat;import java.util.Calendar;import javax.servlet.jsp.JspException;import javax.servlet.jsp.JspTagException;import javax.servlet.jsp.JspWriter;import javax.servlet.jsp.tagext.TagSupport;import org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager;/*** @author Administrator* * TODO To change the template for this generated type comment go to Window -* Preferences - Java - Code Style - Code Templates*/public class CurrentDay extends TagSupport { public int doStartTag() throws JspTagException {return SKIP_BODY; } public int doEndTag() throws JspTagException {JspWriter out = pageContext.getOut();try{ out.println(new SimpleDateFormat(formatKey.toString()).format(Calendar .getInstance().getTime()));}catch (Exception e){ }return EVAL_PAGE; } public void release() {super.release(); } private Object formatKey= yyyy-MM-dd public void setFormatKey(Object formatKey) throws JspException {if (formatKey != null) { this.formatKey = ExpressionEvaluatorManager.evaluate( formatKey , formatKey.toString(), Object.class, this, pageContext);} else { this.formatKey = yyyy-MM-dd } }}创建一个tlb文件 ?xml version= 1.0 encoding= UTF-8 ? taglib xmlns= xmlns:xsi= /j2ee web-jsptaglibrary_2_0.xsd version= 2.0 tlib-version 1.0 /tlib-version jsp-version 1.1 /jsp-version short-name mdlee /short-name tag name currentDay /name tag-class com.mindo.taglibs.CurrentDay /tag-class body-content empty /body-content attribute name formatKey /name required false /required rtexprvalue true /rtexprvalue /attribute /tag /taglib jsp页面中使用 %@page contentType= /html;charset=gbk % %@ taglib uri= /c.tld prefix= c % %@ taglib uri= /mdlee.tld prefix= lee % html head title Lomboz JSP /title /head body bgcolor= #FFFFFF lee:currentDay formatKey= yyyy-MM-dd /lee:currentDay /body /html 用过structs的都知道,在structs里面有很多标签,或许有些时候需要自己的标签,但是不知道如何去写,现在我就把自己的一点心得写出来. 首先,如果要自己写标签,要在web.xml里面声明,这样才能找到你所定义的标签. taglib taglib-uri XX.tld /taglib-uri taglib-location /XX.tld /taglib-location /taglib 你的tld文件就是标签文件,可以在JSP的页头引入,这样在你的JSP页面就可以使用你自己写的标签了, %@ taglib uri= XX.tld prefix= XX % 当你在JSP页头写上上述的代码后,就可以在页面上写 XX:tagname 属性= 这样的代码了,下面我就说一下如何写.比如,你要写一个标签,实现一些功能,你可以写一个类,这里我引用别人写的一个类:SimpleTag根据指定的次数(times)进行循环并输出当前序号(sequence)。
毕业证样本网创作《上海亭新中学毕业证样本》发布不易,请尊重! 转转请注明出处:https://www.czyyhgd.com/401634.html