package?tmp;
在昌都等地區(qū),都構建了全面的區(qū)域性戰(zhàn)略布局,加強發(fā)展的系統(tǒng)性、市場前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務理念,為客戶提供成都網(wǎng)站建設、網(wǎng)站設計 網(wǎng)站設計制作定制網(wǎng)站建設,公司網(wǎng)站建設,企業(yè)網(wǎng)站建設,成都品牌網(wǎng)站建設,營銷型網(wǎng)站建設,外貿(mào)營銷網(wǎng)站建設,昌都網(wǎng)站建設費用合理。
public?class?Test?{
private?static?int?k=0;//售出票數(shù)
private?static?int?count=1000;//總票數(shù)
private?static?synchronized?boolean?sell(int?n){
if(kcount){
k++;
System.out.println("第"+n+"售票點售出第"+k+"張票");
return?true;
}
return?false;
}
static?class?SellPot?extends?Thread{//售票點
int?n;//售票點編號
public?SellPot(int?n){
this.n=n;
}
public?void?run(){
while(sell(n)){
try?{
Thread.sleep(100);
}?catch?(InterruptedException?e)?{
e.printStackTrace();
}
}
}
}
public?static?void?main(String[]?args)?{
for(int?i=1;i=10;i++){
new?SellPot(i).start();
}
}
}
//銀行匯款
public?class?Test2?{
private?static?int?k=0;//總匯款
private?static?synchronized?void?send(int?m,int?i,int?n){
k+=m;
System.out.println("第"+n+"個顧客進行第"+(i+1)+"次匯款,銀行接收總匯款"+k);
}
static?class?Costum?extends?Thread{//售票點
int?n;//顧客編號
public?Costum(int?n){
this.n=n;
}
public?void?run(){
for(int?i=0;i3;i++){
send(100,i,n);//匯款100
try?{
Thread.sleep(100);
}?catch?(InterruptedException?e)?{
e.printStackTrace();
}
}
}
}
public?static?void?main(String[]?args)?{
for(int?i=1;i=3;i++){
new?Costum(i).start();
}
}
}
google上有個開源項目組 go_home你可以參考一下
大概的思路是,填寫用戶名密碼,發(fā)送到12306執(zhí)行登陸的地址,然后接受返回的信息,包括cookie(包含sessionID),
然后在模擬網(wǎng)站需要的表單內(nèi)容填充request發(fā)送到“查詢”功能對應的地址,然后解析返回的內(nèi)容
大概就是這樣,具體的源代碼可以去go_home獲取,不過不知道是不是還兼容現(xiàn)在的12306
你說的這個程序應該是不難的,只不過N久沒有寫過javaswing 了
還有就是java沒有多繼承的,只有多實現(xiàn)接口的
繼承的關鍵字是:extends
接口的關鍵字是:interface
java 有個HttpClient,可以去抓取別的網(wǎng)頁,然后你可以對抓取的字符串進行切割,拆分等操作就能拿到火車的車次信息了!
可以通過百度Hi通知我
有時間可以解決你的問題
相近的要求也可以通知我
要一個JAVA****程序~火車票訂票**
ES:\\D154D65A8D5BBB6380B8BA414D180D1C
基于JAVA和SQL SERVER數(shù)據(jù)庫實現(xiàn)的火車票預售系統(tǒng)
有詳細文檔和代碼
網(wǎng)頁鏈接