<link rel="apple-touch-icon-precomposed"/> 的说明

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Cocos Creator | NewProject</title> <!--http://www.html5rocks.com/en/mobile/mobifying/--> <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1, minimum-scale=1,maximum-scale=1"/> <!--https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html--> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="format-detection" content="telephone=no"> <!-- force webkit on 360 --> <meta name="renderer" content="webkit"/> <meta name="force-rendering" content="webkit"/> <!-- force edge on IE --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta name="msapplication-tap-highlight" content="no"> <!-- force full screen on some browser --> <meta name="full-screen" content="yes"/> <meta name="x5-fullscreen" content="true"/> <meta name="360-fullscreen" content="true"/> <!-- force screen orientation on some browser --> <meta name="screen-orientation" content="portrait"/> <meta name="x5-orientation" content="portrait"> <!--fix fireball/issues/3568 --> <!--<meta name="browsermode" content="application">--> <meta name="x5-page-mode" content="app"> <!--<link rel="apple-touch-icon" href=".png" />--> <!--<link rel="apple-touch-icon-precomposed" href=".png" />--> <link rel="stylesheet" type="text/css" href="style-mobile.25fc5.css"/> <link rel="icon" href="favicon.8de18.ico"/> </head> <body> <canvas id="GameCanvas" oncontextmenu="event.preventDefault()" tabindex="0"></canvas> <div id="splash"> <div class="progress-bar stripes"> <span style="width: 0%"></span> </div> </div> <script src="src/settings.69891.js" charset="utf-8"></script> <script src="main.fefad.js" charset="utf-8"></script> <button id="btn">点我</button> <script type="text/javascript"> (function () { // open web debugger console if (typeof VConsole !== 'undefined') { window.vConsole = new VConsole(); } var debug = window._CCSettings.debug; var splash = document.getElementById('splash'); splash.style.display = 'block'; function loadScript (moduleName, cb) { function scriptLoaded () { document.body.removeChild(domScript); domScript.removeEventListener('load', scriptLoaded, false); cb && cb(); }; var domScript = document.createElement('script'); domScript.async = true; domScript.src = moduleName; domScript.addEventListener('load', scriptLoaded, false); document.body.appendChild(domScript); } loadScript(debug ? 'cocos2d-js.js' : 'cocos2d-js-min.089ed.js', function () { if (CC_PHYSICS_BUILTIN || CC_PHYSICS_CANNON) { loadScript(debug ? 'physics.js' : 'physics-min.941a2.js', window.boot); } else { window.boot(); } }); })(); </script> </body> </html> <button id="btn">点我</button>按钮怎么永远置顶并且在屏幕右下角
09-07
<tr> <td>Status:</td> <td colspan="3" style="text-align: left;"><select name="status"> <option value="KITTING" selected="selected">KITTING</option> </select></td> </tr> <tr> <td>FabSite:</td> <td colspan="3" style="text-align: left;"><select name="fab"> <option value="J2A DOI" selected="selected">DOI</option> </select></td> </tr> 明明有值,为什么 String lotId = FormatUtils.parseString(request.getParameter("lotId")); String rackId = FormatUtils.parseString(request.getParameter("rackId")); String status = FormatUtils.parseString(request.getParameter("status")); String fab = FormatUtils.parseString(request.getParameter("fab")); int pageSize = LineSideConstants.PAGE_SIZE_10; Integer pageIndex = FormatUtils.parseInteger(request.getParameter("pageIndex")); if (pageIndex == null) { pageIndex = 0; } RmsBinLotDetail rmsBinLotDetail = new RmsBinLotDetail(); rmsBinLotDetail.setLotId(lotId.trim()); rmsBinLotDetail.setCabinetId(rackId.trim()); rmsBinLotDetail.setStatus(status.trim()); rmsBinLotDetail.setFabsite(fab.trim()); 这两个还是空值? rmsBinLotDetail.setStatus(status.trim()); rmsBinLotDetail.setFabsite(fab.trim()); 完整代码如下: <%@page import="com.sjsemi.lsmm.domain.RmsBinLotDetail" %> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ page import="java.util.*" %> <%@page import="com.sjsemi.lsmm.service.RmsService" %> <%@ page import="org.springframework.web.context.support.WebApplicationContextUtils" %> <%@ page import="org.springframework.context.ApplicationContext" %> <%@ page import="com.sjsemi.lsmm.common.LineSideConstants" %> <%@ page import="com.sjsemi.prms.domain.PagerResult" %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title><%=Global.WEB_TITLE %> </title> <% request.setCharacterEncoding("UTF-8"); %> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <link rel="stylesheet" type="text/css" href="lib/bootstrap/css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="custom/global.css"> <link rel="stylesheet" type="text/css" href="stylesheets/theme.css"> <link rel="stylesheet" href="lib/font-awesome/css/font-awesome.css"> <link rel="stylesheet" type="text/css" href="stylesheets/jquery-ui.css"> <script src="lib/jquery-1.7.2.min.js" type="text/javascript"></script> <script src="lib/jquery-ui-1.10.4.js" type="text/javascript"></script> <!-- Demo page code --> <style type="text/css"> #line-chart { height: 300px; width: 800px; margin: 0px auto; margin-top: 1em; } .brand { font-family: georgia, serif; } .brand .first { color: #FF5C0D; font-style: italic; } .brand .second { color: #fff; font-weight: bold; } </style> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="lib/html5.js"></script> <![endif]--> <!-- Le fav and touch icons --> <link rel="shortcut icon" href="../assets/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"> </head> <% ApplicationContext appContext = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext()); RmsService rmsService = (RmsService) appContext.getBean("rmsService"); String lotId = FormatUtils.parseString(request.getParameter("lotId")); String rackId = FormatUtils.parseString(request.getParameter("rackId")); String status = FormatUtils.parseString(request.getParameter("status")); String fab = FormatUtils.parseString(request.getParameter("fab")); int pageSize = LineSideConstants.PAGE_SIZE_10; Integer pageIndex = FormatUtils.parseInteger(request.getParameter("pageIndex")); if (pageIndex == null) { pageIndex = 0; } RmsBinLotDetail rmsBinLotDetail = new RmsBinLotDetail(); rmsBinLotDetail.setLotId(lotId.trim()); rmsBinLotDetail.setCabinetId(rackId.trim()); rmsBinLotDetail.setStatus(status.trim()); rmsBinLotDetail.setFabsite(fab.trim()); PagerResult<RmsBinLotDetail> pagerResult = rmsService.queryRmsBinLotDetailByPage(rmsBinLotDetail, pageIndex); List<RmsBinLotDetail> rmsBinLotDetails = pagerResult.getResultList(); %> <body class=""> <%@ include file="navBar.jsp" %> <%@ include file="sideBar.jsp" %> <div class="content"> <div class="header"> <h1 class="page-title">Search&Report</h1> </div> <div class="container-fluid"> <div class="raw-fluid"> <div class="block span6" style="width: 99%;"> <a href="#tablewidget" class="block-heading" data-toggle="collapse">Search Criteria </a> <div id="tablewidget" class="block-body collapse in"> <form id="frmQuery" action="<%=Page.TD_RMS_LOT_SEARCH %>" method="post"> <input type="hidden" name="menu" value="<%=menu%>"> <input type="hidden" name="function" value="<%=function%>"> <input type="hidden" name="pageIndex"/> <table class="table"> <tr> <td>Lot ID:</td> <td><input type="text" id="lotId" name="lotId" value="<%=lotId %>"></td> </tr> <tr> <td>Cabinet ID:</td> <td><input type="text" id="rackId" name="rackId" value="<%=rackId %>"></td> </tr> <tr> <td>Status:</td> <td colspan="3" style="text-align: left;"><select name="status"> <option value="KITTING" selected="selected">KITTING</option> </select></td> </tr> <tr> <td>FabSite:</td> <td colspan="3" style="text-align: left;"><select name="fab"> <option value="J2A DOI" selected="selected">DOI</option> </select></td> </tr> <tr> <td colspan="4" style="text-align: center;"><input type="submit" class="btn btn-primary btn-small" value="Search" id="btnSearch"/></td> </tr> </table> </form> </div> </div> </div> </div> <div class="container-fluid"> <div class="raw-fluid"> <div class="block span6" style="width: 99%;"> <a href="#tablewidget1" class="block-heading" data-toggle="collapse">Search Result List</a> <div id="tablewidget1" class="block-body collapse in"> <table class="table"> <thead> <tr> <th></th> <th>Cabinet ID</th> <th>Lot ID</th> <th>Physical Lot ID</th> <th>Customer Code</th> <th>Customer Lot ID</th> <th>QTY</th> <th>Product ID</th> <th>Status</th> <th>Action</th> <th>Create Date</th> <th>Operator</th> <th>FabSite</th> <th>BoundFlag</th> </tr> </thead> <tbody> <% for (int i = 0; i < rmsBinLotDetails.size(); i++) { RmsBinLotDetail item = rmsBinLotDetails.get(i); %> <tr> <td><%=pageIndex * pageSize + (i + 1) %> </td> <td><%=item.getCabinetId() %> </td> <td><%=item.getLotId() %> </td> <td></td> <td></td> <td></td> <td></td> <td></td> <td><%=item.getStatus() %> </td> <td></td> <td><%=item.getcDate() %> </td> <td><%=item.getcUser() %> </td> <td><%=item.getFabsite() %> </td> <td></td> </tr> <% } %> </tbody> </table> </div> </div> <div class="pagination"> <ul> <% int pageCount = pagerResult.getPageCount(); int totalShowPage = 10; int startPageIndex = pageIndex - totalShowPage / 2; int endPageIndex = 0; if (startPageIndex < 0) { startPageIndex = 0; } endPageIndex = startPageIndex + 20; if (endPageIndex > pagerResult.getPageCount() - 1) { endPageIndex = pagerResult.getPageCount() - 1; } if (pageIndex > 0) { %> <li><a href="javascript:void(0);" onclick="SearchPage('<%=0 %>');">First</a></li> <li><a href="javascript:void(0);" onclick="SearchPage('<%=pageIndex - 1 %>');">Prev</a></li> <% } if (startPageIndex > 0) { %> <li><a href="javascript:void(0);" onclick="SearchPage('<%=startPageIndex - 1 %>');">...</a></li> <% } for (int i = startPageIndex; i <= endPageIndex; i++) { if (i == pageIndex) { %> <li><a href="#" style="background-color: lightgray;"><%=i + 1 %> </a></li> <% } else { %> <li><a href="javascript:void(0);" onclick="SearchPage('<%=i %>');"><%=i + 1 %> </a></li> <% } } if (endPageIndex < pageCount - 1) { %> <li><a href="javascript:void(0);" onclick="SearchPage('<%=endPageIndex + 1 %>');">...</a></li> <% } if (pageIndex < pageCount - 1) { %> <li><a href="javascript:void(0);" onclick="SearchPage('<%=pageIndex + 1 %>');">Prev</a></li> <li><a href="javascript:void(0);" onclick="SearchPage('<%=pageCount - 1 %>');">Last</a></li> <% } %> </ul> </div> </div> </div> </div> <script src="lib/bootstrap/js/bootstrap.js"></script> <script type="text/javascript"> $(document).ready(function () { $("#frmQuery select[name='status']").val('<%=status %>'); $("#frmQuery select[name='fab']").val('<%=fab %>'); }); function SearchPage(pageIndex) { $("#frmQuery input[name='pageIndex']").val(pageIndex); $("#frmQuery").submit(); } </script> </body> </html>
最新发布
12-04
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值