最新消息
最新消息
人氣498
教務處 - 教務處 | 2020-11-19 08:30:52

主旨:因應108課綱教育願景,本校擬辦理「APCS程式設計先修班」、「臺科大機器人創客營」,敬附活動海報,請鼓勵貴校學生參加,豐富學習履歷。

說明:
一、108課綱教育願景在於透過適性教育,激發學生學習渴望與創新勇氣,成為具有社會適應力與應變力的「終身學習者」,以適應現在生活及面對未來挑戰。
二、課程查詢請至臺科大推廣教育中心官網(http://www.cec.ntust.edu.tw/)及附上報名網址:https://forms.gle/iXKaee5VmoUPaX3w7、https://forms.gle/s6PTSYsHXhdGgqUz6。
三、服務專線:王專員 02-27303282。

人氣498

網友個人意見,不代表本站立場,對於發言內容,由發表者自負責任。



























Powered by 啟英高中 © 32068 桃園市中壢區中園路447號 TEL:03-4523036 FAX:03-4611845 網站聯絡人:資訊組05201@cyvs.tyc.edu.tw
prefix("visit_user_page").""); $numrows = mysql_num_rows($res); if (($numrows + 1) >= $httprefmax) { mysql_query("delete FROM ".$xoopsDB->prefix("visit_user_page")." WHERE enregis = 'termine'"); mysql_query("delete FROM ".$xoopsDB->prefix("visit_user")." WHERE ip = 'termine'"); } if ($xoopsUser) { $lognom = $xoopsUser->uname(); $addip = getenv("REMOTE_ADDR"); $langue = getenv("HTTP_ACCEPT_LANGUAGE"); $nav = getenv("HTTP_USER_AGENT"); $page = getenv("REQUEST_URI"); // $page = ereg_replace("/modules/", "/", $page); if (!$page) { $page = "index.php"; } $result = mysql_query("SELECT visitname, temps, tempsf FROM ".$xoopsDB->prefix("visit_user")." WHERE visitname='$lognom' AND ip='$addip'"); while ($resultat = mysql_fetch_array($result)) { $visitname = $resultat[visitname]; $tem = $resultat[temps]; $temf = $resultat[tempsf]; } $tempe = time(); # si le visiteur revient apres + 1 heure avec la meme ip if ($visitname && (($tempe - $tem) > 3600)) { $addips = "termine"; mysql_query("UPDATE ".$xoopsDB->prefix("visit_user")." SET ip='$addips' WHERE visitname='$lognom' AND ip='$addip'"); mysql_query("UPDATE ".$xoopsDB->prefix("visit_user_page")." SET enregis='$addips' WHERE nom='$lognom' AND enregis='$addip'"); $nvisit = 1; $tempes = $tempe + 1; mysql_query("INSERT INTO ".$xoopsDB->prefix("visit_user")." VALUES ('','$lognom','$nvisit','$addip','$tempe','$tempes')"); mysql_query("INSERT INTO ".$xoopsDB->prefix("visit_user_page")." VALUES ('', '$lognom', '$page', '$nav', '$langue', '$addip')"); } if ($visitname && (($tempe - $tem) < 3600)) { mysql_query("UPDATE ".$xoopsDB->prefix("visit_user")." SET nvisit=nvisit+1, tempsf='$tempe' WHERE visitname='$lognom' AND ip='$addip'"); mysql_query("INSERT INTO ".$xoopsDB->prefix("visit_user_page")." VALUES ('', '$lognom', '$page', '$nav', '$langue', '$addip')"); } # si le visiteur n'existe pas dans la base if (!$visitname) { $nvisit = 1; $tempes = $tempe + 1; mysql_query("INSERT INTO ".$xoopsDB->prefix("visit_user")." VALUES ('','$lognom','$nvisit','$addip','$tempe','$tempes')"); mysql_query("INSERT INTO ".$xoopsDB->prefix("visit_user_page")." VALUES ('', '$lognom', '$page', '$nav', '$langue', '$addip')"); } } ?>