?? img.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ page import="huitong.javabean.*,huitong.util.db.AlbumTable,huitong.util.FinalVar" %>
<html xmlns:rdl>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>惠通科技</title>
<link rel="stylesheet" type="text/css" href="css/img.css">
<script type="text/javascript" src='scripts/img.js'></script>
</head>
<body>
<%String name = request.getParameter("photoName");
name =new String(name.getBytes("iso-8859-1"));
String path = "\\" + request.getParameter("photoPath");
for (int i = 0; i < path.length();i++)
{
if (path.charAt(i) == '_')
{
path = path.substring(0,i)+"\\"+path.substring(i);
i++;
}
}
%>
<div align='center'>
<div id=idParentDiv style="height: 200;width: 200">
<div id=idDiv style="width: 200">
<img src="<%=path%>" id="rdl_main_img" width=200 align="right"><h2 >惠通科技</h2><b>www.itzcn.com<br>惠通科技www.itzcn.com</b>
</div>
</div>
</div>
<br>
<div align='center'>
<span><input type="button" value="縮小"onclick="rdl_smaller_size()"></span>
<span><input type="button" value="放大" onclick="rdl_larger_size()"></span><br>
<span><input type=button value=左右反轉 onclick="rdl_DoHFlip();"><input type=button value="上下反轉" onclick="rdl_DoVFlip();"></span>
<span><input id=idTxtRotation type=text value="輸入角度數字" size=14></input> <input id=idBtnRotation type=button value="旋轉"></span><br>
<span><select id=idSelSize><option value="auto expand">自適應</option><option value="clip to original">固定</option></select></span>
<span><select id=idSelType><option value="bilinear">雙線性</option><option value="nearest">繞點旋轉</option></select></span>
<span><input type=button value="動畫" onclick="rdl_DoAnimation();"></span><br>
</div>
<br>
<div id=idCodeDiv style='display:none'>filter</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -