cet查分小工具 | rockdai.com
前6位是地區號.(可以問與你同一城市報名的任何一人)
然後是091 (表示09年的第1次,即09年6月份的)
然後是1或2 (1代表四級,2代表6級)
然後的三位是你的考場號,多為0**或1**
最後兩位是你的座位
<?php if(isset($_post['submitted'])) else if($trimmed['enum']-$trimmed['snum']>100) echo '查詢結果
'; for($post_string = $trimmed['snum'];$post_string <= $trimmed['enum'];$post_string++) $remote_server = ''; $ch = curl_init(); curl_setopt($ch,curlopt_url,$remote_server); curl_setopt($ch,curlopt_referer,''); curl_setopt($ch,curlopt_postfields,'id='.$post_string.'&vc=novcversion'); curl_setopt($ch,curlopt_returntransfer,true); $data = curl_exec($ch); curl_close($ch); if($data=='') else { $result = explode(",", $data); if($result[4]>=425) echo ''; else echo ''; echo '學校:'.$result[5].'
姓名:'.$result[6].'
准考證號:'.$post_string.'
總分:'.$result[4].'
聽力:'.$result[0].'
閱讀:'.$result[1].'
綜合:'.$result[2].'
寫作:'.$result[3].'
網上找了個查詢成績的**,另存為 ***.php 直接使用。
企業級shell指令碼之二 批量建立使用者
背景 生產中當系統管理人員比較多,存在批量建立使用者的情況 指令碼比較簡單 如下 bin bash echo we will batch creating user read p pls enter your prefix and number prefix num if z pre fix o z...