freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于java的軟件工程試驗(yàn)項(xiàng)目開發(fā)范例-資料下載頁(yè)

2024-12-06 01:22本頁(yè)面

【導(dǎo)讀】Page)技術(shù)實(shí)現(xiàn)一個(gè)小型商業(yè)模式的大致過程。實(shí)現(xiàn)策略進(jìn)行了較為詳細(xì)的敘述。的范例,為今后的軟件工程教學(xué)提供輔助。項(xiàng)目的基本需求是建立一個(gè)可以同時(shí)。為顧客(讀者)和書店經(jīng)營(yíng)者(管理員)在網(wǎng)絡(luò)上提供服務(wù)的電子書店。軟件工程方法的應(yīng)用;軟件產(chǎn)品的實(shí)用意義;面向?qū)ο笏枷氲膶?shí)踐。我們的開發(fā)團(tuán)隊(duì)共有四個(gè)人,依軟件設(shè)計(jì),實(shí)現(xiàn)進(jìn)行了不同的分工。計(jì)出了原型,基本型,擴(kuò)展型三種網(wǎng)站結(jié)構(gòu)模型。特別是對(duì)使用JavaBean技術(shù)提高。的工作學(xué)習(xí)都是有著很多益處的。開發(fā)技術(shù)的選擇--------------------------------------------6. 開發(fā)工具和運(yùn)行環(huán)境----------------------------------------7. 網(wǎng)站原型的設(shè)計(jì)成果----------------------------------------11. 使用JavaBean提高代碼水平----------------------------------15. JSP中對(duì)COOKIE的使用--------------------------------------19. JSP的中文問題的解決---------------------------------------20. 5.1網(wǎng)站測(cè)試-------------------------------------------------21. 附錄三:源文件功能說明清單------------------------------------28. 附錄四:源代碼------------------------------------------------31. 在計(jì)算機(jī)專業(yè)的教學(xué)中,軟件工程是極為重要,也很特殊的一門課程。能力;同時(shí)它也需要老師有深厚的實(shí)際開發(fā)經(jīng)驗(yàn)和教學(xué)能力。它對(duì)我們的教與學(xué)。的兩方面都提出了較高的要求。很長(zhǎng)時(shí)間以來,很多人都在對(duì)軟件

  

【正文】 0FF 數(shù)量 /font/TD TD font color=0000FF操作 /font/TD /TR % /*讀取購(gòu)物車信息 */ Cookie[] cookies=()。 for(int i=0。i。i++) { String bid=cookies[i].getName()。 String num=cookies[i].getValue()。 int leng=()。 32 if((BID)amp。amp。leng=4) { ((3))。 % TR td A href=?id=%=()% %=()%/A/TD TD %=()%/TD TD%=num%本 form name=form method=post action=?bid=%=()% input name=sum type=text size=3 maxlength=3input type=submit name=Submit value= 修 改 數(shù) 量/form/TD TDA href=?bid=%=()% 刪除 /A/TD /TR % } } % /TABLE BR TABLE border=0 width=100% TBODY TR TD A href= 返回首頁(yè) /A/TD TD A href= 返 回 圖 書 列 表/A/TD TD a href= 填寫 / 提交訂單 /a/TD /TR /TBODY /TABLE /BODY /HTML /** **/ %@ page contentType=text/html。charset=GB2312% 33 %@ include file=% %@ include file=% jsp:useBean class= id=buy scope=page /jsp:useBean jsp:useBean id=today class= scope=page/ % /*禁止使用瀏覽器 Cache*/ (Pragma,Nocache)。 (CacheControl,nocache)。 (Expires,0)。 % % String userid=(uid)。 String date=()++()++()。 String sql=null。 float price。 price=0。 Cookie[] cookies=()。 for(int i=0。i。i++) { String bid=cookies[i].getName()。 String num=cookies[i].getValue()。 int leng=()。 if((BID)amp。amp。leng=4) { ((3))。 bid=()。 price=()。 sql=INSERT INTO bill(user_id,book_id,bill_sum,book_price,bill_time) VALUES(39。+userid+39。,39。+bid+39。,+num+,+price+,39。+date+39。)。 (sql)。 } } String sql1=SELECT * FROM bill ORDER BY bill_id DESC。 Rst=(sql1)。 ()。 String billid=(bill_id)。 ()。 ()。 ()。 34 (訂單提交成功! br請(qǐng)記住你的訂單號(hào) (+billid+)以便查詢 !brA href=39。39。返回首頁(yè) /A)。 % /** **/ %@ include file=% %@ include file=% jsp:useBean id=today class= scope=page/ % String isbn=(isbn).trim()。 String edit=(edit).trim()。 String name=(bookname).trim()。 String author=(bookauthor).trim()。 String sum=(booksum).trim()。 String publisher=(bookpublisher).trim()。 String pubdate=(bookpubdate).trim()。 String price=(bookprice).trim()。 String cost=(bookcost).trim()。 String pages=(bookpages).trim()。 String app=(bookapp).trim()。 String intro=(bookintro).trim()。 String type=(type).trim()。 String pic=(pic).trim()。 String date=()++()++()。 pic=pic+.bmp。 name=new String((8859_1),gb2312)。 author=new String((8859_1),gb2312)。 publisher=new String((8859_1),gb2312)。 intro=new String((8859_1),gb2312)。 //更新圖書表 String sql1=INSERT INTO book_info(book_isbn,book_edit,book_sum,book_name,book_author,book_pub,book_pubdate,book_price,book_pages,book_app,book_intro,book_kind,book_pic) VALUES(39。+isbn+39。,39。+edit+39。,+sum+,39。+name+39。,39。+author+39。,39。+publisher+39。,39。+pubdate+39。,+price+,+pages+,39。+app+39。,39。+intro+39。,39。+type+39。,39。+pic+39。)。 String sql2=SElECT book_id FROM book_info WHERE book_isbn=39。+isbn+39。 and book_edit=39。+edit+39。 (sql1)。 35 //從圖書表中查出圖書 id Rst=(sql2)。 ()。 String id=(book_id)。 //在進(jìn)書表中插入新項(xiàng) String sql3=INSERT INTO inbook(book_id,in_sum,in_price,in_time) VALUES(+id+,+sum+,+cost+,39。+date+39。)。 (sql3)。 //從進(jìn)書表中查出新的進(jìn)書單號(hào) String sql4=SELECT in_id FROM inbook ORDER BY in_id DESC。 Rst=(sql4)。 ()。 String in_id=(in_id)。 //更新脹目表 String sql5=INSERT INTO account(word_id,account_sum,account_price,account_status,account_time) VALUES(+in_id+,+sum+,+cost+,39。in39。,39。+date+39。)。 (sql5)。 //()。 ()。 ()。 String url=?isbn=+isbn+amp。edit=+edit。 (url)。 % 36 附錄五:翻譯 翻譯原文: In this second example, we will take a nutsandbolts approach to exam preparation and code more examples of the major pieces. If you are unfamiliar with one or two of the major areas touched by the assignmentSwing development, say, or RMI implementationthese examples can help accelerate your own practice work. We will also take a closer look at the administrative and scoring details of the exam. To do this, we downloaded our own assignment and wrote a solution, so that we could match our discussion to the degree of difficulty we saw. The Java 2 Developer’s Exam, as exams of this type go, is not overly plex or subtle. The focus is petence in applying programming, design, and integration skills over a broad range of libraries and problem domains. The power of objectoriented design, of course, is that breaking a job into selfcontained pieces is easy. The question lies in effective partitioning of the overall goal, but this is already answered by the assignment requirements. Some elements in the assignment code require fixing, but they are plainly disclosed in the exam notesno hidden surprises. The toplevel objectives are straightforward, and altho
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1