摘要:
transorder: <set name="orderitems" table="orderitem" lazy="false" inverse="true" cascade="all"> <key column="order_id"/&g......
摘要:
effective java学习笔记java语言支持四种基本类型:接口(interface)、类(class)、数组(array)、和原语类型(primitive)。前三种类型通常被称为引用类型(reference type),类的实例和数组是对象(object),而原语类型的值不是对象。一个类的成员(member)包括它的域(field),方法(method),成员类(mem......
Oracle&JSP开发的小型信息管理系统(七)源代码5
<%@ page contenttype="text/html;charset=big5"%> <%@ include file="articleconn1.jsp"%><% 【程序编程相关:
ASP.NET学习日记文章集
】//index.jsp 改进了的实现分类查询的默认页面 【推荐阅读:
DATAGRID的集中功能!!(aspx】string query=null;string sqlname=null; %><html><head><meta http-equiv="content-type" content="text/html; charset=big5"><title>信息查詢系統</title> 【扩展信息:
c#.net常用的小函数和方法集
】string types=request.getparameter("types");if(types==null)types="null";<script> function openwin(id){ window.open("view.jsp?id="+id,"","height=450,width=550,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");}</script><link rel="stylesheet" href="css/style.css"></head><body bgcolor="#ffffff" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"><table width="609" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td> <div align="center"><img src="images/title.jpg" width="587" height="174"></div> </td> </tr></table><center>分類查看信息:<a href="index.jsp?types=mp3">>>mp3</a> <a href="index.jsp?types=notebook">>>notebook</a> <a href="index.jsp?types=pc">>>computer</a> <a href="index.jsp?types=mobile phone">>>mobile phone</a> </center><div align="center"></div><table width="607" cellpadding="0" cellspacing="0" align="center"> <tr> <td colspan="3" height="117"> <table border="...
下一页 摘要:
jdk1.5.1出来了,是不痛不痒的debug版本。 感觉jdk1.5最重要的革命是annotations,而其余的部分,如generics和concurrency和jvm tools对于某些opensource或许是重要的武器,但对于我们这样的星斗小民却没什么感觉。再其余的的就是些小改动了。 又读了一遍〈java 1.5 tiger: a developers notebo......