【正文】
用星期的名字也能得到正確的值了,但是枚舉需要預(yù)定義,數(shù)量也是定義好的,才能引用,在 PHP 將其歸類到了這種聯(lián)合數(shù)組,也就是說我們的下標(biāo)不必非采用數(shù)字,這樣數(shù)組的下標(biāo)也成了我們可以發(fā)揮的地方。 break 是可以跳出當(dāng)前循環(huán)體的語句,而 continue 則是從當(dāng)前執(zhí)行 continue 語句處跳到執(zhí)行條件判斷的地方繼續(xù)執(zhí)行。 這種循環(huán)先判斷表達(dá)式為真再執(zhí)行,可能一次也不執(zhí)行。 (四 ) 流程控制語句 編程人員最基本的工作之一就是要告訴計(jì)算機(jī)下一步的動(dòng)作,而流程控制語句正是這方面讓計(jì)算機(jī)做出選擇,流程控制語句就象一個(gè)灌溉田地的水渠,在通過各個(gè)分岔時(shí)引導(dǎo)程序走向我們要求的地點(diǎn)。PHP 如果直接在函數(shù)中引用與頁面變量同名的變量,它會(huì)認(rèn)為函數(shù)的變量是一個(gè)新的變量,當(dāng)然什么也不輸出,但如果我們?cè)谄淝懊嬖黾右粋€(gè)“ global”的話,就可以得到頁面的同名變量的值,另一種同樣的方法是 $GLOBALS[ strtest]; 畢業(yè)設(shè)計(jì)(論文)說明書 共 53 頁 第 13 頁 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 裝 ┊ ┊ ┊ ┊ ┊ 訂 ┊ ┊ ┊ ┊ ┊ 線 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 變量的變量 在 php 中變量與許多常用語言最大的區(qū)別就是增加了一個(gè)‘ $’前綴,為什么單獨(dú)拿出來講呢?因?yàn)橛辛诉@一個(gè)前綴,同樣增加了 PHP 的獨(dú)特的一種處理方式,一個(gè)前綴代表普通的變量,但是兩個(gè)前綴呢?這就是變量的變量, PHP 的標(biāo)準(zhǔn) 定義則是 ${$name}。 ? C. D.% echo (“你也可以象 ASP 的風(fēng)格一樣寫” )。總體設(shè)計(jì)階段的另一項(xiàng)重要任務(wù)是設(shè)計(jì)軟件的結(jié)構(gòu),也就是要確定系統(tǒng)中每個(gè)程序是由哪些模塊組成的,以及這些模塊 相互間的關(guān)系。 6.在線應(yīng)聘: 連接到前臺(tái)在線應(yīng)聘模塊。 學(xué)院審核結(jié)果的反饋: 將學(xué)院審核的結(jié)果反饋給求職者,不同意面試的提交到原始資料庫并反饋求職者,以備以后審閱。而使用計(jì)算機(jī)進(jìn)行管理 ,具有手工管理所無法比擬的優(yōu)點(diǎn)。 該系統(tǒng)完全是根據(jù)我校的實(shí)際情況制作的關(guān)于網(wǎng)上人才招聘系統(tǒng)人事流程處理方面(屬于后臺(tái)部分)的軟件,主要是實(shí)現(xiàn)學(xué)校對(duì)簡歷的處理。 關(guān)鍵詞 :招聘, PHP, Mysql,人事處 畢業(yè)設(shè)計(jì)(論文)說明書 共 53 頁 第 II 頁 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 裝 ┊ ┊ ┊ ┊ ┊ 訂 ┊ ┊ ┊ ┊ ┊ 線 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ Abstract As the employing system on line, an indispensable part for a unit, whose contents is very important to both decision makers and mangers. This system is a software of the employing system on line about dealing with the personnel conveyor (belong to the part of background),which is developed according to condition of our is used for dealing with resumes. Dealing with resumes is a conveyor system,with personnel department and every college taking part in. Personnel department deals with the resumes first,then,every college checks , personnel department will offer feedback to the people who hunt jobs. Personnel department should deal with former data and manage hunting information,’s heavy way of puter instead of work done all by man will make the hunting job easier,improve the efficiency and shorten the time taken by this job. The paper mainly introduces the developing background, the functions that should be acplished and the process of the development, and the more important is the introduction of the designing ideas of this system. Keywords : Employing ,PHP , Mysql, Personnel Department 目錄 畢業(yè)設(shè)計(jì)(論文)說明書 共 53 頁 第 III 頁 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 裝 ┊ ┊ ┊ ┊ ┊ 訂 ┊ ┊ ┊ ┊ ┊ 線 ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ 前言 ........................................................................... 5 1. 需求分析 .................................................................... 6 任務(wù)概述 ............................................................... 6 系統(tǒng)功能要求 ................................................................................................ 6 運(yùn)行環(huán)境 ....................................................................................................... 6 系統(tǒng)性能要求 ................................................................................................ 6 分析過程 ............................................................... 7 數(shù)據(jù)流圖 ....................................................................................................... 7 數(shù)據(jù)字典 ....................................................................................................... 7 ER圖 ................................................................. 8 2. 總體設(shè)計(jì) ................................................................... 10 引言 .................................................................. 10 系統(tǒng)結(jié)構(gòu) .............................................................. 10 3. 詳細(xì)設(shè)計(jì) ................................................................... 11 引言 .................................................................. 11 編程環(huán)境簡介 .......................................................... 12 PHP簡介 ...................................................................................................... 12 Mysql簡介 ................................................................................................... 15 數(shù)據(jù)庫的建立 .......................................................... 17 數(shù)據(jù)庫理論基礎(chǔ) ........................................................................................... 17 數(shù)據(jù)庫結(jié)構(gòu) .................................................................................................. 19 具體設(shè)計(jì) .............................................................. 20 系統(tǒng)登錄 ..................................................................................................... 20 超級(jí)管理員主頁 ........................................................................................... 21 系統(tǒng)主頁 ..................................................................................................... 21 人事處管理 .................................................................................................. 21 學(xué)院審核 ..................................................................................................... 22 密碼更改 ..................................................................................................... 22 在線查詢和在線應(yīng)聘 .................................................................................... 22 4. 編碼設(shè)計(jì) ................................................................... 23 編碼目的 .....................................................