http://www.helloweba.com/view-blog-65.html 很好的一个有执行demo的网站
20
表格内容 左对齐 有间距
.t_left{text-align:left; line-height:20px; background:#fff; padding:5px 10px; word-break:break-all;}
若有两个表A,B,C是A的主键,而B中也有C字段,则C就是表B的外键,外键约束主要用来维护两个表之间数据的一致性。
Calendar calendar = Calendar.getInstance();
calendar.setTime(dEndDateTemp);
calendar.add(Calendar.DAY_OF_MONTH,1);
Date dEndDate = calendar.getTime();
img等比例缩放
<style>
#classPic{max-width:162px;
max-height:123px;
}
</style>
<-table border="0" style='cellpadding:0;cellspacing:0;margin:auto;'>
<-tr>
<-td width="25%" height="124" colspan="2" class="photo_album_bg"><-a class="a_img" href="<%=pathInfo[2]%>photo/<%=info[0]%>" target="_blank"><-img class="img" src="<%=pathInfo[2]%>photo/<%=info[0]%>" id="classPic" title="<%=info[2]%>"/>
</a></td>
</tr>
<-tr height="10">
<-td class="zhuanti_bt"> <%=info[2].length()>8?info[2].substring(0,8)+"…":info[2]%></td>
</tr>
<-tr class="zhuanti_bt">
<-td>
<-span width="140px" >[<%=info[1]%>上传]</span>
</td>
<-td class="zhuanti_bt center_c" width="16">
<%if(ut_userId_s.equals(info[4])){%>
<-a href="training_course_photo_album_main.jsp?actionType=del&picId=<%=info[3]%>&class_info_id=<%=request.getParameter("class_info_id")%>" onclick="return confirm('你确定要删除该记录吗?');"><img src="../img/101.png"></a>
<%}%>
</td>
</tr>
</table>
http://blog.chinaunix.net/uid-126438-id-2924623.html
DMP文件的导出,exp userid=用户/密码@全局数据库名称 file=E:/x.dmp full=y
exp userid=用户/密码@全局数据库名称 file=E:/x.dmp owner=system