Skip to content

Commit

Permalink
原子逻辑实现
Browse files Browse the repository at this point in the history
完成到预定逻辑
  • Loading branch information
whan0216 committed Dec 16, 2012
0 parents commit 01b5b33
Show file tree
Hide file tree
Showing 63 changed files with 4,477 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="lib"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/ezmorph-1.0.6.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.2.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.2.jar"/>
<classpathentry kind="lib" path="lib/json-lib-2.4-jdk15.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>AutoBuyTicket</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
12 changes: 12 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#Fri Dec 14 20:21:04 CST 2012
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
Binary file added bin/com/autobuyticket/annotation/ParamMapping.class
Binary file not shown.
Binary file added bin/com/autobuyticket/config/SysConfig.class
Binary file not shown.
Binary file added bin/com/autobuyticket/constant/Constant.class
Binary file not shown.
Binary file added bin/com/autobuyticket/core/CommonUtil.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/com/autobuyticket/core/HttpUtil.class
Binary file not shown.
Binary file added bin/com/autobuyticket/core/StringUtil.class
Binary file not shown.
Binary file added bin/com/autobuyticket/domain/LoginInfo.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/com/autobuyticket/domain/TrainNoInfo.class
Binary file not shown.
Binary file not shown.
Binary file added bin/com/autobuyticket/log/LogFactory.class
Binary file not shown.
Binary file added bin/com/autobuyticket/logic/AtomLogic.class
Binary file not shown.
Binary file added bin/com/autobuyticket/logic/MainLogic.class
Binary file not shown.
Binary file added bin/commons-beanutils-1.7.0.jar
Binary file not shown.
Binary file added bin/commons-collections-3.2.1.jar
Binary file not shown.
Binary file added bin/commons-lang-2.4.jar
Binary file not shown.
Binary file added bin/commons-logging-1.1.1.jar
Binary file not shown.
Binary file added bin/ezmorph-1.0.6.jar
Binary file not shown.
Binary file added bin/httpclient-4.2.jar
Binary file not shown.
Binary file added bin/httpcore-4.2.jar
Binary file not shown.
Binary file added bin/httpmime-4.2.jar
Binary file not shown.
Binary file added bin/json-lib-2.4-jdk15.jar
Binary file not shown.
107 changes: 107 additions & 0 deletions htm.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<!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=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta name="Robots" content="none"/>
<meta http-equiv="Expires" content="0"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv="pragma" content="no-cache"/>
<title>消息提示</title>

<link href="/otsweb/css/style.css" rel="stylesheet" type="text/css"/>
<link href="/otsweb/css/newsty.css" rel="stylesheet" type="text/css"/>
<link href="/otsweb/css/contact.css" rel="stylesheet" type="text/css"/>
<link href="/otsweb/css/validation.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="/otsweb/css/easyui.css"/>
<link rel="stylesheet" type="text/css" href="/otsweb/css/suggest.css"/>
<link href="/otsweb/css/cupertino/jquery-ui-1.8.2.custom.css" rel="stylesheet" type="text/css" />
<link href="/otsweb/css/ots_common.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="http://www.12306.cn/mormhweb/images/favicon.ico"/>
<script type="text/javascript" src="/otsweb/js/common/iepngfix_tilebg.js?version=5.1"></script>
<script src="/otsweb/js/common/jquery-1.4.2.min.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/autoHeight.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/jquery.bgiframe.min.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/jquery.easyui.min.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/jquery.form.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/datepicker/WdatePicker.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/j.suggest.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/school_display1.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/school_suggest1.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/city_name_suggest.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/trainCodeSuggest.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/date.js?version=5.1" type="text/javascript"></script>
<script src="/otsweb/js/common/sidetag.js?version=5.1" type="text/javascript"></script>


<script>
$(document).ready(function(){
if(parent.notLogin==undefined) {
parent.location='/otsweb' + '/main.jsp';
return;
}
var isHide = "";
if (isHide == "true") {
if(parent.hideMenu){
//parent.hideMenu();
}
} else {
if(parent.showMenu){
parent.showMenu();
}
}
var clicktitle = '消息提示';
if(parent.clickMenu&&clicktitle!==''){
parent.clickMenu('消息提示');
}


var isLogin= true
var u_name = '王瀚';
if (isLogin) {
parent.hasLogin(u_name);
}else{
parent.notLogin();
}
});
</script>
</head>
<body>

<div class="text1">
<div class="pim_rightnew">
<div class="sign_suc" style="font-family:'黑体';">
<img src="/otsweb/images/succde_fault.jpg" alt="" align="absmiddle"/> 系统忙!</div>
<div class="error_text">请点击<a href="/otsweb/order/myOrderAction.do?method=queryMyOrderNotComplete&leftmenu=Y" class="text_yellow">我的订单</a>确认客票的状态后再尝试后续操作。谢谢!</div>
</div>
</div>


</body>
</html>

<script language="javascript">
var f = function() {
var message = "";
var messageShow ="";
var flag ='null';
if(messageShow != ""){
if(flag == 'u'){
$("#messageUp").css({display:"inline"});
document.getElementById("messageUp").innerHTML = message;
}else{
$("#messageDown").css({display:"inline"});
document.getElementById("messageDown").innerHTML = message;
}
}else{
if ( message != ""){
alert(message);

}

} }
window.setTimeout(f, 500);
</script>
Binary file added lib/commons-beanutils-1.7.0.jar
Binary file not shown.
Binary file added lib/commons-collections-3.2.1.jar
Binary file not shown.
Binary file added lib/commons-lang-2.4.jar
Binary file not shown.
Binary file added lib/commons-logging-1.1.1.jar
Binary file not shown.
Binary file added lib/ezmorph-1.0.6.jar
Binary file not shown.
Binary file added lib/httpclient-4.2.jar
Binary file not shown.
Binary file added lib/httpcore-4.2.jar
Binary file not shown.
Binary file added lib/httpmime-4.2.jar
Binary file not shown.
Binary file added lib/json-lib-2.4-jdk15.jar
Binary file not shown.
Loading

0 comments on commit 01b5b33

Please sign in to comment.