`
文章列表
jsp基础教程,见附件
<!-- path:/WEB-INF/jsp/llistemplate/editLlistTemplate.jsp --> <%@ page language="java" pageEncoding="UTF-8"%> <%@ taglib prefix="newstag" uri="http://www.sobey.com/news/taglib/news"%> <%@ include file="/common/taglibs.jsp"%> ...

table 边框样式css

    博客分类:
  • CSS
<html> <body>     <table class="t FCK__ShowTableBorders" cellspacing="0" cellpadding="8" width="600" border="0">     <tbody>         <tr>             <td width="220">             <table cellspacing=&quo ...

酷炫层展示

    博客分类:
  • Ext
============div的代码================ <div id="pre2submitDlg"      style="visibility:hidden;position:absolute;top:0px;">     <div class="x-dlg-hd">提交任务</div>     <div class="x-dlg-bd">          <form action="" id="avid ...

Eclipse 插件

转换国际资源文件的插件 : http://propedit.sourceforge.jp/eclipse/updates/

jquery UI

=====================  accordion (可折叠的) =========================== <!DOCTYPE html> <html> <head>   <link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" />   <script type="text/javascript" s ...
======================== 1.前言 =============================== 1. 基于对象还是面向对象? 面向对象技术是现代软件开发中的重要技术之一。面向对象变成的好处毋庸置疑,现在的主流语言如Java、C++都是面向对象的。现在的面向对象理论更 ...
<%@ page pageEncoding="UTF-8"%> <%@ page language="java" import="java.util.*" errorPage=""%> <%@ include file="/common/taglibs.jsp"%> <%@ taglib prefix="newstag" uri="http://www.sobey.com/news/taglib/news"%> ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset ...
http://archive.apache.org/dist/struts/source/    struts-1.2.9-src.zip jar包   struts-1.2.9-bin.zip
在Internet上运作数据库经常会有这样的需求:把遍布全国各城市相似的数据库应用统一起来,一个节点的数据改变不仅体现在本地,还反映到远端。复制技术给用户提供了一种快速访问共享数据的办法。 一、实现数据库复制的前提条件 1、数据库支持高级复制功能 您可以用system身份登录数据库,查看v$option视图,如果其中Advanced replication为TRUE,则支持高级复制功能;否则不支持。 2、数据库初始化参数要求 ①、db_domain = test.com.cn 指明数据库的域名(默认的是WORLD),这里可以用您公司的域名。 ②、global_names ...
不经过任何action或者command 例子: <action name="dummyForm" parameter="forwardSuccess=true" path="/channelTimesectColumnManage" scope="request" type="com.sobey.adf.base.web.struts.action.BaseFlowCommandAction" validate="false">    <f ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"                     "http://www.w3.org/TR/html4/loose.dtd"> <html> <head>   <script src="http://code.jquery.com/jquery-latest.js"></script>     <script>   $(document).rea ...
1、到底在哪用cascade="..."? cascade属性并不是多对多关系一定要用的,有了它只是让我们在插入或删除对像时更方便一些,只要在cascade的源头上插入或是删除, 所有 cascade的关系就会被自己动的插入或是删除。便是为 ...
打开指定窗口,并设置相应属性         window.open("addUser.jsp","myWin","toolbar=no,menu=no,width=400,height=400,resizable=yes,titlebar=no,location=no,screenX=400,screenY=400");         window.close("addUser.jsp","myWin");     //关闭指定页面 opener.location.reload();    ...
Global site tag (gtag.js) - Google Analytics