我的一些文件

<%@ page language="java" pageEncoding="UTF-8"%>
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title> </title> 
  </head>
  <body>
  <%
  int[] a = new int[100] ;
  session.setAttribute("array" ,a) ;
  %>
<div style="background-color:red">这是头 </div>
<div style="background-color:blue">
<div style="float:left;background-color:green">这是左边 </div>
<div style="float:left;background-color:cyan">这是中间
<s:iterator value="#session['array']" id="curValue">
<s:property value="#curValue"/> </br>
</s:iterator>
</div>
<div style="float:left;background-color:pink">这是右边 </div>
</div>
<div style="background-color:yellow;clear:both">这是尾 </div>
  </body>
</html>

在业务关键系统和多层系统整合中有实际经验;
熟练掌握J2EE技术和设计模式,面向服务架构(SOA),企业/应用架构设计,Spring框架,Hibernate,JPA,J2EE应用服务器,Oracle WebLogic套件,Web Services 和 Oracle关系数据库。
http://www.tianyayidu.com/article-a-2020-1.html

你可能感兴趣的:(spring,oracle,jpa,企业应用,SOA)