版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、核準(zhǔn)通過,歸檔資料。未經(jīng)允許,請勿外傳!9JWKffwvG#tYM*Jg&6a*CZ7H$dq8KqqfHVZFedswSyXTy#&QA9wkxFyeQ!djs#XuyUP2kNXpRWXmA&UE9aQGn8xp$R# $position = assign_ur_here(); $smarty-assign(page_title, $positiontitle); / 頁面標(biāo)題 $smarty-assign(ur_here, $positionur_here); / 當(dāng)前位置 /* meta information */ $smarty-assign(keywords, htmlspeci
2、alchars($_CFGshop_keywords); $smarty-assign(description, htmlspecialchars($_CFGshop_desc); $smarty-assign(flash_theme, $_CFGflash_theme); / Flash輪播圖片模板 $smarty-assign(feed_url, ($_CFGrewrite = 1) ? feed.xml : feed.php); / RSS URL $smarty-assign(categories, get_categories_tree(); / 分類樹 $smarty-assign
3、(helps, get_shop_help(); / 網(wǎng)店幫助 $smarty-assign(top_goods, get_top10(); / 銷售排行 $smarty-assign(best_goods, get_recommend_goods(best); / 推薦商品 $smarty-assign(new_goods, get_recommend_goods(new); / 最新商品 $smarty-assign(hot_goods, get_recommend_goods(hot); / 熱點文章 $smarty-assign(promotion_goods, get_promote
4、_goods(); / 特價商品 $smarty-assign(brand_list, get_brands(); $smarty-assign(promotion_info, get_promotion_info(); / 增加一個動態(tài)顯示所有促銷信息的標(biāo)簽欄 $smarty-assign(invoice_list, index_get_invoice_query(); / 發(fā)貨查詢 $smarty-assign(new_articles, index_get_new_articles(); / 最新文章 $smarty-assign(group_buy_goods, index_get_g
5、roup_buy(); / 團購商品 $smarty-assign(auction_list, index_get_auction(); / 拍賣活動 $smarty-assign(shop_notice, $_CFGshop_notice); / 商店公告 /* 首頁主廣告設(shè)置 */ $smarty-assign(index_ad, $_CFGindex_ad); if ($_CFGindex_ad = cus) $sql = SELECT ad_type, content, url FROM . $ecs-table(ad_custom) . WHERE ad_status = 1; $a
6、d = $db-getRow($sql, true); $smarty-assign(ad, $ad); /* links */ $links = index_get_links(); $smarty-assign(img_links, $linksimg); $smarty-assign(txt_links, $linkstxt); $smarty-assign(data_dir, DATA_DIR); / 數(shù)據(jù)目錄 /* 首頁推薦分類 */ $cat_recommend_res = $db-getAll(SELECT c.cat_id, c.cat_name, cr.recommend_t
7、ype FROM . $ecs-table(cat_recommend) . AS cr INNER JOIN . $ecs-table(category) . AS c ON cr.cat_id=c.cat_id); if (!empty($cat_recommend_res) $cat_rec_array = array(); foreach($cat_recommend_res as $cat_recommend_data) $cat_rec$cat_recommend_datarecommend_type = array(cat_id = $cat_recommend_datacat_
8、id, cat_name = $cat_recommend_datacat_name); $smarty-assign(cat_rec, $cat_rec);(二)會員登錄界面及部分源代碼/用戶中心歡迎頁if ($action = default) include_once(ROOT_PATH .includes/lib_clips.php); if ($rank = get_rank_info() $smarty-assign(rank_name, sprintf($_LANGyour_level, $rankrank_name); if (!empty($ranknext_rank_nam
9、e) $smarty-assign(next_rank_name, sprintf($_LANGnext_level, $ranknext_rank ,$ranknext_rank_name); $smarty-assign(info, get_user_default($user_id); $smarty-assign(user_notice, $_CFGuser_notice); $smarty-assign(prompt, get_user_prompt($user_id); $smarty-display(user_clips.dwt);/* 顯示會員注冊界面 */if ($actio
10、n = register) if (!isset($back_act) & isset($GLOBALS_SERVERHTTP_REFERER) $back_act = strpos($GLOBALS_SERVERHTTP_REFERER, user.php) ? ./index.php : $GLOBALS_SERVERHTTP_REFERER; /* 取出注冊擴展字段 */ $sql = SELECT * FROM . $ecs-table(reg_fields) . WHERE type getAll($sql); $smarty-assign(extend_info_list, $ex
11、tend_info_list); /* 驗證碼相關(guān)設(shè)置 */ if (intval($_CFGcaptcha) & CAPTCHA_REGISTER) & gd_version() 0) $smarty-assign(enabled_captcha, 1); $smarty-assign(rand, mt_rand(); /* 密碼提示問題 */ $smarty-assign(passwd_questions, $_LANGpasswd_questions); /* 增加是否關(guān)閉注冊 */ $smarty-assign(shop_reg_closed, $_CFGshop_reg_closed
12、);/ $smarty-assign(back_act, $back_act); $smarty-display(user_passport.dwt);/* 注冊會員的處理 */elseif ($action = act_register) /* 增加是否關(guān)閉注冊 */ if ($_CFGshop_reg_closed) $smarty-assign(action, register); $smarty-assign(shop_reg_closed, $_CFGshop_reg_closed); $smarty-display(user_passport.dwt); else include_
13、once(ROOT_PATH . includes/lib_passport.php); $username = isset($_POSTusername) ? trim($_POSTusername) : ; $password = isset($_POSTpassword) ? trim($_POSTpassword) : ; $email = isset($_POSTemail) ? trim($_POSTemail) : ; $othermsn = isset($_POSTextend_field1) ? $_POSTextend_field1 : ; $otherqq = isset
14、($_POSTextend_field2) ? $_POSTextend_field2 : ; $otheroffice_phone = isset($_POSTextend_field3) ? $_POSTextend_field3 : ; $otherhome_phone = isset($_POSTextend_field4) ? $_POSTextend_field4 : ; $othermobile_phone = isset($_POSTextend_field5) ? $_POSTextend_field5 : ; $sel_question = empty($_POSTsel_
15、question) ? : $_POSTsel_question; $passwd_answer = isset($_POSTpasswd_answer) ? trim($_POSTpasswd_answer) : ; $back_act = isset($_POSTback_act) ? trim($_POSTback_act) : ; if(empty($_POSTagreement) show_message($_LANGpassport_jsagreement); if (strlen($username) 3) show_message($_LANGpassport_jsuserna
16、me_shorter); if (strlen($password) 0) show_message($_LANGpasswd_balnk); /* 驗證碼檢查 */ if (intval($_CFGcaptcha) & CAPTCHA_REGISTER) & gd_version() 0) if (empty($_POSTcaptcha) show_message($_LANGinvalid_captcha, $_LANGsign_up, user.php?act=register, error); /* 檢查驗證碼 */ include_once(includes/cls_captcha.
17、php); $validator = new captcha(); if (!$validator-check_word($_POSTcaptcha) show_message($_LANGinvalid_captcha, $_LANGsign_up, user.php?act=register, error); if (register($username, $password, $email, $other) != false) /*把新注冊用戶的擴展信息插入數(shù)據(jù)庫*/(三)后臺管理界面(四)系統(tǒng)實現(xiàn)找到商品加入購物車登錄并購買 總結(jié)本系統(tǒng)就是電子商務(wù)在在線出售方面的應(yīng)用,系統(tǒng)已經(jīng)擁有一定
18、的使用性,能夠滿足一些客戶的要求,但是在許多地方還需要很好的完善,我將在以后的時間里加以實現(xiàn)。雖然這個系統(tǒng)用了我的很多時間去完成,但是在這段時間里收獲了很多學(xué)會了很多的東西,一個人不僅僅要有想法,還要有能力和行動去實現(xiàn),我用了ECSHOP來完成,這個軟件之前一直都沒有接觸過,不過有了老師和同學(xué)的幫助才能完成,不過在這個過程中學(xué)會很多有用的東西。參考文獻(xiàn)1葉萬春,宋先道:市場營銷案例薈萃M.武漢:武漢理工大學(xué)出版社,2004 2劉志超,宋新華:市場營銷渠道的沖突與管理J.企業(yè)經(jīng)濟,2001 (5)3任雪蓮.B2C電子商務(wù)網(wǎng)站的設(shè)計與構(gòu)建.商場現(xiàn)代化,2009,5814張震,黃偉軍,相洪貴編著.中
19、文Dreamweaver8短期培訓(xùn)教程.冶金工業(yè)出版社.2006,075陳佳玉,數(shù)據(jù)庫應(yīng)用開發(fā)Access實用教程,機械工業(yè)出版社 2005.6 016吳素芹,趙征鵬,李林編著.ASP動態(tài)網(wǎng)頁制作教程.人民郵電出版社,2008,117Timmers P.Business Models for Electronic Markets.Journal on Electronic Markets.1998,8(2)8李玲,翟劍飛.B2C電子商務(wù)網(wǎng)站設(shè)計與實現(xiàn).計算機與數(shù)字工程,2005,12:1139沈雪龍.試論中國的電子商務(wù)市場.科技信息(科學(xué)教研),2008,18:26510周伶俐,ASP畢業(yè)設(shè)計
20、指南與項目實踐,北京科海電子出版社,200711 C.Goswell. The COM Programmers CookbookM. MSDN.1995.致 謝整個課題研究的過程中,很多人都給予了我無私的幫助和支持,他們的支持是我前進(jìn)的動力。首先要感謝的是我的導(dǎo)師朱曉晶老師。都是在他的悉心指導(dǎo)下完成的。朱老師對關(guān)鍵部分的指導(dǎo)給予了我很大的幫助。沒有朱老師的關(guān)心和幫助,我的課題是不可能順利完成的,特此對朱老師表示真誠的感謝!還有一直幫助我的老師和同學(xué)。其次我還要感謝我的家人,他們對我的關(guān)心和支持,在我困惑疲倦時,給予我很多安慰,使得我的課題得以順利完成。ag an employment trib
21、unal clai Emloyment tribunals sort out disagreements between employers and employees. You may need to make a claim to an employment tribunal if: you dont agree with the disciplinary action your employer has taken against you your employer dismisses you and you think that you have been dismissed unfa
22、irly. For more informu, take advice from one of the organisations listed underFurther help. Employment tribunals are less formal than some other courts, but it is still a legal process and you will need to give evidence under an oath or affirmation. Most people find making a claim to an employment t
23、ribunal challenging. If you are thinking about making a claim to an employment tribunal, you should get help straight away from one of the organisations listed underFurther help. ation about dismissal and unfair dismissal, seeDismissal. You can make a claim to an employment tribunal, even if you hav
24、entappealedagainst the disciplinary action your employer has taken against you. However, if you win your case, the tribunal may reduce any compensation awarded to you as a result of your failure to appeal. Remember that in most cases you must make an application to an employment tribunal within thre
25、e months of the date when the event you are complaining about happened. If your application is received after this time limit, the tribunal will not usually accept i. If you are worried about how the time limits apply to you If you are being represented by a solicitor at the tribunal, they may ask y
26、ou to sign an agreement where you pay their fee out of your compensation if you win the case. This is known as adamages-based agreement. In England and Wales, your solicitor cant charge you more than 35% of your compensation if you win the case.youre clear about the terms of the agreement. It might
27、be best to get advice from an experienced adviser, for example, at a Citizens Advice Bureau. To find your nearest CAB, including those that give advice by e-mail, click onnearest CAB.For more information about making a claim to an employment tribunal, seeEmployment tribunals.The (lack of) air up the
28、re Watch m Cay man Islands-based Webb, the head of Fifas anti-racism taskforce, is in London for the Football Associations 150th anniversary celebrations and will attend Citys Premier League match at Chelsea on Sunday.I am going to be at the match tomorrow and I have asked to meet Ya ya Toure, he to
29、ld BBC Sport.For me its about how he felt and I would like to speak to him first to find out what his experience was.Uefa has HYPERLINK http:/www.bbc.co.uk/sport/0/football/24654499 opened disciplinary proceedings against CSKAfor the racist behaviour of their fans during HYPERLINK http:/www.bbc.co.u
30、k/sport/0/football/24615218 Citys 2-1 win.Michel Platini, president of European footballs governing body, has also ordered an immediate investigation into the referees actions.CSKA said they were surprised and disappointed by Toures complaint. In a statement the Russian side added: We found no racis
31、t insults from fans of CSKA.Age has reached the end of the beginning of a word. May be guilty in his seems to passing a lot of different life became the appearance of the same day; May be back in the past, to oneself the paranoid weird belief disillusionment, these days, my mind has been very messy,
32、 in my mind constantly. Always feel oneself should go to do something, or write something. Twenty years of life trajectory deeply shallow, suddenly feel something, do it.一字開頭的年齡已經(jīng)到了尾聲?;蛟S是愧疚于自己似乎把轉(zhuǎn)瞬即逝的很多個不同的日子過成了同一天的樣子;或許是追溯過去,對自己那些近乎偏執(zhí)的怪異信念的醒悟,這些天以來,思緒一直很凌亂,在腦海中不斷糾纏??傆X得自己似乎應(yīng)該去做點什么,或者寫點什么。二十年的人生軌跡深深淺
33、淺,突然就感覺到有些事情,非做不可了。The end of our life, and can meet many things really do?而窮盡我們的一生,又能遇到多少事情是真正地非做不可?During my childhood, think lucky money and new clothes are necessary for New Year, but as the advance of the age, will be more and more found that those things are optional; Junior high school, thoug
34、ht to have a crush on just means that the real growth, but over the past three years later, his writing of alumni in peace, suddenly found that isnt really grow up, it seems is not so important; Then in high school, think dont want to give vent to out your inner voice can be in the high school child
35、ren of the feelings in a period, but was eventually infarction when graduation party in the throat, later again stood on the pitch he has sweat profusely, looked at his thrown a basketball hoops, suddenly found himself has already cant remember his appearance.童年時,覺得壓歲錢和新衣服是過年必備,但是隨著年齡的推進(jìn),會越來越發(fā)現(xiàn),那些東西
36、根本就可有可無;初中時,以為要有一場暗戀才意味著真正的成長,但三年過去后,自己心平氣和的寫同學(xué)錄的時候,突然就發(fā)現(xiàn)是不是真正的成長了,好像并沒有那么重要了;然后到了高中,覺得非要吐露出自己的心聲才能為高中生涯里的懵懂情愫劃上一個句點,但畢業(yè)晚會的時候最終還是被梗塞在了咽喉,后來再次站在他曾經(jīng)揮汗如雨的球場,看著他投過籃球的球框時,突然間發(fā)現(xiàn)自己已經(jīng)想不起他的容顏。Originally, this world, can produce a chemical reaction to an event, in addition to resolutely, have to do, and time.
37、原來,這個世界上,對某個事件能產(chǎn)生化學(xué)反應(yīng)的,除了非做不可的堅決,還有,時間。A persons time, your ideas are always special to clear. Want, want, line is clear, as if nothing could shake his. Also once seemed to be determined to do something, but more often is he backed out at last. Dislike his cowardice, finally found that there are a l
38、ot of love, there are a lot of miss, like shadow really have been doomed. Those who do, just green years oneself give oneself an arm injection, or is a self-righteous spiritual.一個人的時候,自己的想法總是特別地清晰。想要的,不想要的,界限明確,好像沒有什么可以撼動自己。也曾經(jīng)好像已經(jīng)下定了決心去做某件事,但更多的時候是最后又打起了退堂鼓。嫌惡過自己的怯懦,最終卻發(fā)現(xiàn)有很多 HYPERLINK /huati/yuanfe
39、n/index1.html 緣分,有很多錯過,好像冥冥之中真的已經(jīng)注定。那些曾經(jīng)所謂的非做不可,只是青蔥年華里自己給自己注射的一支強心劑,或者說,是自以為是的精神寄托罷了。At the moment, the sky is dark, the air is fresh factor after just rained. Suddenly thought of blue plaid shirt; Those were broken into various shapes of stationery; From the corner at the beginning of deep friends
40、hip; Have declared the end of the encounter that havent start planning. Those years, those days of do, finally, like youth, will end in our life.此刻,天空是陰暗的,空氣里有著剛下過雨之后的清新因子。突然想到那件藍(lán)格子襯衫;那些被折成各種各樣形狀的信紙;那段從街角深巷伊始的友誼;還有那場還沒有開始就宣告了終結(jié)的邂逅計劃那些年那些天的非做不可,終于和青春一樣,都將在我們的人生中謝幕。Baumgartner the disappointing news:
41、Mission aborted. r plays an important role in this mission. Starting at the ground, conditions have to be very calm - winds less than 2 mph, with no precipitation or humidity and limited cloud cover. The balloon, with capsule attached, will move through the lower level of the atmosphere (the troposp
42、here) where our day-to-day weather lives. It will climb higher than the tip of Mount Everest (5.5 miles/8.85 kilometers), drifting even higher than the cruising altitude of commercial airliners (5.6 miles/9.17 kilometers) and into the stratosphere. As he crosses the boundary layer (called the tropop
43、ause),e can expect a lot of turbulence. We often close ourselves off when traumatic events happen in our lives; instead of letting the world soften us, we let it drive us deeper into ourselves. We try to deflect the hurt and pain by pretending it doesnt exist, but although we can try this all we wan
44、t, in the end, we cant hide from ourselves. We need to learn to open our hearts to the potentials of life and let the world soften us.生活發(fā)生不幸時,我們常常會關(guān)上心門;世界不僅沒能慰藉我們,反倒使我們更加消沉。我們假裝一切仿佛都不曾發(fā)生,以此試圖忘卻傷痛,可就算隱藏得再好,最終也還是騙不了自己。既然如此,何不嘗試打開心門,擁抱生活中的各種可能,讓世界感化我們呢?Whenever we start to let our fears and seriousness
45、 get the best of us, we should take a step back and re-evaluate our behavior. The items listed below are six ways you can open your heart more fully and completely.當(dāng)恐懼與焦慮來襲時,我們應(yīng)該退后一步,重新反思自己的言行。下面六個方法有助于你更完滿透徹地敞開心扉。Whenever a painful situation arises in your life, try to embrace it instead of running
46、 away or trying to mask the hurt. When the sadness strikes, take a deep breath and lean into it. When we run away from sadness thats unfolding in our lives, it gets stronger and more real. We take an emotion thats fleeting and make it a solid event, instead of something that passes through us.當(dāng)生活中出現(xiàn)
47、痛苦的事情時,別再逃跑或隱藏痛苦,試著擁抱它吧;當(dāng)悲傷來襲時,試著深呼吸,然后直面它。如果我們一味逃避生活中的悲傷,悲傷只會變得更強烈更真實悲傷原本只是稍縱即逝的情緒,我們卻固執(zhí)地耿耿于懷By utilizing our breath we soften our experiences. If we dam them up, our lives will stagnate, but when we keep them flowing, we allow more newness and greater experiences to blossom.深呼吸能減緩我們的感受。屏住呼吸,生活停滯;呼
48、出呼吸,更多新奇與經(jīng)歷又將拉開序幕。2. Embrace the uncomfortable We all know what that twinge of anxiety feels like. We know how fear feels in our bodies: the tension in our necks, the tightness in our stomachs, etc. We can practice leaning into these feelings of discomfort and let them show us where we need to go.我們
49、都經(jīng)歷過焦灼的煎熬感,也都感受過恐懼造成的生理反應(yīng):脖子僵硬、胃酸翻騰。其實,我們有能力面對這些痛苦的感受,從中領(lǐng)悟到出路。The initial impulse is to run away to try and suppress these feelings by not acknowledging them. When we do this, we close ourselves off to the parts of our lives that we need to experience most. The next time you have this feeling of bei
50、ng truly uncomfortable, do yourself a favor and lean into the feeling. Act in spite of the fear.我們的第一反應(yīng)總是逃避以為否認(rèn)不安情緒的存在就能萬事大吉,可這也恰好妨礙了我們經(jīng)歷最需要的生活體驗。下次感到不安時,不管有多害怕,也請試著勇敢面對吧。3. Ask your heart what it wants傾聽內(nèi)心Were often confused at the next step to take, making pros and cons lists until our eyes bleed
51、and our brains are sore. Instead of always taking this approach, what if we engaged a new part of ourselves that isnt usually involved in the decision making process?我們常對未來猶疑不定,反復(fù)考慮利弊直到身心俱疲。與其一味顧慮重重,不如從局外人的角度看待決策之事。From: /englisharticle/yingyumeiwen/2013-08-06/227968.htmlThe supersonic descent could
52、 happen as early as Sunda.The weatheThe balloon will slowly drift to the edge of space at 120,000 feet (Then, I would assume, he will slowly step out onto something resembling an Olympic diving platform.Below, the Earth becomes the concrete bottom of a swimming pool that he wants to land on, but not
53、 too hard. Still, hell be traveling fast, so despite the distance, it will not be like diving into the deep end of a pool. It will be like he is diving into the shallow end. HYPERLINK /2010/US/05/21/supersonic.skydive/index.html Skydiver preps for the big jumpWhen he jumps, he is expected to reach t
54、he speed of sound - 690 mph (1,110 kph) - in less than 40 seconds. Like hitting the top of the water, he will begin to slow as he approaches the more dense air closer to Earth. But this will not be enough to stop him completely.If he goes too fast or spins out of control, he has a stabilization para
55、chute that can be deployed to slow him down. His team hopes its not needed. Instead, he plans to deploy his 270-square-foot (25-square-meter) main chute at an altitude of around 5,000 feet (1,524 meters). In order to deploy this chute successfully, he will have to slow to 172 mph (277 kph). He will
56、have a reserve parachute that will open automatically if he loses consciousness at mach speeds.Even if everything goes as planned, it wont. Baumgartner still will free fall at a speed that would cause you and me to pass out, and no parachute is guaranteed to work higher than 25,000 feet (7,620 meter
57、s).cause there 精品資料 精品資料 精品資料 精品資料 精品資料#KN&MuWFA5uxY7JnD6YWRrWwcvR9CpbK!zn%Mz849GxGjqv$UE9wEwZ#QcUE%&qYpEh5pDx2zVkum&gTXRm6X4NGpP$vSTT#&ksv*3tnGK8!z89AmYWpazadNu#KN&MuWFA5uxGjqv$UE9wEwZ#QcUE%&qYpEh5pDx2zVkum&gTXRm6X4NGpP$vSTT#&ksv*3tnGK8!z89AmYWpazadNu#KN&MuWFA5uxY7JnD6YWRrWwcvR9CpbK!zn%Mz849GxGjqv$
58、UE9wEwZ#QcUE%&qYpEh5pDx2zVkum&gTXRm6X4NGpP$vSTT#&ksv*3tnGK8!z89AmUE9aQGn8xp$R#͑GxGjqv$UE9wEwZ#QcUE%&qYpEh5pDx2zVkum&gTXRm6X4NGpP$vSTT#&ksv*3tnGK8!z89AmYWpazadNu#KN&MuWFA5uxY7JnD6YWRrWwcvR9CpbK!zn%Mz849GxGjqv$UE9wEwZ#QcUE%&qYpEh5pDx2zVkum&gTXRm6X4NGpP$vSTT#&ksv*3tnGK8!z89AmYWpazadNu#KN&MuWFA5uxGj
59、qv$UE9wEwZ#QcUE%&qYpEh5pDx2zVkum&gTXRm6X4NGpP$vSTT#&ksv*3tnGK8!z89AmYWpazadNu#KN&MuWFA5uxY7JnD6YWRrWwcvR9CpbK!zn%Mz849GxGjqv$UE9wEwZ#QcUE%&qYpEh5pDx2zVkum&gTXRm6X4NGpP$vSTT#&ksv*3tnGK8!z8vG#tYM*Jg&6a*CZ7H$dq8KqqfHVZFedswSyXTy#&QA9wkxFyeQ!djs#XuyUP2kNXpRWXmA&UE9aQGn8xp$R#͑GxGjqv$UE9wEwZ#QcUE%&qYp
60、Eh5pDx2zVkum&gTXRm6X4NGpP$vSTT#&ksv*3tnGK8!z89AmYWpazadNu#KN&MuWFA5uxY7JnD6YWRrWwcvR9CpbK!zn%Mz849GxG89AmUE9aQGn8xp$R#͑GxGjqv$UE9wEwZ#QcUE%&qYpEh5pDx2zVkum&gTXRm6X4NGpP$vSTT#&ksv*3tnGK8!z89AmYWpazadNu#KN&MuWFA5uxY7JnD6YWRrWwcvR9CpbK!zn%Mz849GxGjqv$UE9wEwZ#QcUE%&qYpEh5pDx2zVkum&gTXRm6X4NGpP$vSTT#
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 招投標(biāo)項目成本控制與優(yōu)化
- 節(jié)能減排廉潔自律招投標(biāo)守則
- 咖啡館租賃合同草稿
- 腹股溝斜疝修補術(shù)后護(hù)理
- 建筑施工勞務(wù)合同:旅游設(shè)施建設(shè)
- 醫(yī)療機構(gòu)市場營銷與市場定位
- 公路充電設(shè)施維護(hù)合同范本
- 木材加工安全事故預(yù)防
- 屋頂修復(fù)漏水施工合同
- 制造業(yè)用工規(guī)范承諾書
- 茶道文化之功夫茶
- AOSC急性梗阻化膿性膽管炎課件
- 動力網(wǎng)站-艾默生netsure801電源系統(tǒng)用戶手冊
- PCV診斷鑒別及其治療課件
- 第10課《唐雎不辱使命》課件(21張PPT) 部編版語文九年級下冊
- 地方課程泰順廊橋課件
- cf戰(zhàn)隊收人口號精彩5篇
- 中國傳統(tǒng)文化中的管理智慧
- 裝配式建筑綜合設(shè)計組任務(wù)書
- 第七單元整體教學(xué)設(shè)計-高中語文新教材必修上冊單元備課+群文閱讀-課件
- with復(fù)合結(jié)構(gòu)(公開課)課件
評論
0/150
提交評論