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

正文內(nèi)容

java課程設(shè)計(jì)報(bào)告-mini人事管理系統(tǒng)-資料下載頁

2025-07-24 01:01本頁面
  

【正文】 if ( (strTmp== null) || (().length() == 0) )continue。( newdata )。}}catch ( Exception e ) {()。}}}public class OffWorkRecordPane extends RecordPane {public OffWorkRecordPane() {}public void RestoreRecord() {String strTmp = ()。if ( ().length() == 0 ) {()。return。}( (),(),(),() )。try {( item )。}catch ( Exception e ) {()。}()。}}package manpowersystem。import .*。import .*。import .*。public class Clock extends JPanel implements Runnable {boolean keepRunning = true。int lastxs = 0, lastys = 0, lastxm = 0, lastym = 0, lastxh = 0, lastyh = 0。Date dummy = new Date()。String lastdate = ()。String myName。public Clock( String inName ) {myName = new String( inName )。}public void plotpoints( int x0, int y0, int x, int y, Graphics g ) {( x0 + x, y0 + y, x0 + x, y0 + y )。( x0 + y, y0 + x, x0 + y, y0 + x )。( x0 + y, y0 x, x0 + y, y0 x )。( x0 + x, y0 y, x0 + x, y0 y )。( x0 x, y0 y, x0 x, y0 y )。( x0 y, y0 x, x0 y, y0 x )。( x0 y, y0 + x, x0 y, y0 + x )。( x0 x, y0 + y, x0 x, y0 + y )。 }public void circle( int x0, int y0, int r, Graphics g ) {int x, y。float d。x = 0。y = r。d = 5 / 4 r。plotpoints( x0, y0, x, y, g )。while ( y x ) {if ( d 0 ) {d = d + 2 * x + 3。x++。}else {d = d + 2 * ( x y ) + 5。x++。y。}plotpoints( x0, y0, x, y, g )。}}public void paintComponent( Graphics g ) {( g )。int xh, yh, xm, ym, xs, ys, s, m, h, xcenter, ycenter。String today。Date dat = new Date()。s = ()。m = ()。h = ()。today = ()。xcenter = getWidth() / 2。ycenter = getHeight() / 2 10。xs = ( int ) ( ( s * / 30 / 2 ) * 35 + xcenter )。ys = ( int ) ( ( s * / 30 / 2 ) * 35 + ycenter )。xm = ( int ) ( ( m * / 30 / 2 ) * 30 + xcenter )。ym = ( int ) ( ( m * / 30 / 2 ) * 30 + ycenter )。xh = ( int ) ( ( ( h * 30 + m / 2 ) * / 180 / 2 ) * 20 + xcenter )。yh = ( int ) ( ( ( h * 30 + m / 2 ) * / 180 / 2 ) *20 + ycenter )。( new Font( TimesRoman, , 14 ) )。( )。circle( xcenter, ycenter, 40, g )。( new Color( 0, 0, 200 ) )。( 9, xcenter 35, ycenter + 3 )。( 3, xcenter + 30, ycenter + 3 )。( 12, xcenter 5, ycenter 27 )。( 6, xcenter 3, ycenter + 35 )。( )。if ( xs != lastxs || ys != lastys ) {( xcenter, ycenter, lastxs, lastys )。( lastdate, xcenter 55, ycenter + 55 )。}if ( xm != lastxm || ym != lastym ) {( xcenter, ycenter 1, lastxm, lastym )。( xcenter 1, ycenter, lastxm, lastym )。}if ( xh != lastxh || yh != lastyh ) {( xcenter, ycenter 1, lastxh, lastyh )。( xcenter 1, ycenter, lastxh, lastyh )。}( )。( today, xcenter 55, ycenter + 55 )。( xcenter, ycenter, xs, ys )。( )。( xcenter, ycenter 1, xm, ym )。( xcenter 1, ycenter, xm, ym )。( xcenter, ycenter 1, xh, yh )。( xcenter 1, ycenter, xh, yh )。lastxs = xs。lastys = ys。lastxm = xm。lastym = ym。lastxh = xh。lastyh = yh。lastdate = today。}public void stop() {keepRunning = false。}public void run() {while ( keepRunning ) {try {( 100 )。}catch ( InterruptedException e ) {}repaint()。}}}4. 測試結(jié)果圖一圖二在上班登記頁面中添加記錄如圖三:圖三添加記錄后的界面如圖四:圖四添加下班的記錄,添加下班記錄后的界面如圖五圖五添加相關(guān)記錄后如圖六:圖六圖七即退出人事管理系統(tǒng),結(jié)束程序的運(yùn)行。五 、總結(jié)經(jīng)過一學(xué)期對JAVA的學(xué)習(xí),其實(shí)真的是沒學(xué)到多少東西,盡管老師在課堂上也講了不少的知識,實(shí)驗(yàn)課上自己也是通過實(shí)際編程對JAVA有了更多的認(rèn)識,但是還是會處在一個很懵懂的階段,不知道我們學(xué)的這些東西可以用來做什么,怎么去做出一些自己想要的東西。課程設(shè)計(jì)其實(shí)是對我們一學(xué)期的學(xué)習(xí)進(jìn)行一個檢查,也是一個監(jiān)督,平時不認(rèn)真學(xué)習(xí),到這個時候就要撓頭了,自己一學(xué)期到底都干了些什么,我這個項(xiàng)目又要怎么才能實(shí)現(xiàn)呢?這就督促著咱們又要去好好的研究研究一下學(xué)的那些東西了。 可是,要想做成一個項(xiàng)目,光靠我們在課堂上學(xué)到的那點(diǎn)東西是遠(yuǎn)遠(yuǎn)不夠的,很多都是要靠自己去問老師、去找資料才能找到答案的。我們的這個人事管理系統(tǒng)就是如此,盡管很多都是自己不知從何下手,但是依照老師給的資料,或者是去問同學(xué)、學(xué)長們,亦或是去到圖書館查資料,在網(wǎng)上查資料,不管如何,終究是將我們的項(xiàng)目做出來了。這一路走來,有失敗,有成長。但是我們都深刻的認(rèn)識到了自己知識的不足,意識到了自己將來的路還有很長,在編程這一塊我們還需要投入很多。 (1). 黃曉東 JAVA課程設(shè)計(jì)案例精編(第二版) 中國水利水電出版社 (2). 李尊朝 蘇軍 JAVA語言程序設(shè)計(jì)(第二版) 中國鐵道出版社26
點(diǎn)擊復(fù)制文檔內(nèi)容
范文總結(jié)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1