A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 3

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 3
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: cityName

Filename: site/news_info.php

Line Number: 3

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 3
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

登錄 登錄 注冊 注冊

聯(lián)系客服

聯(lián)系客服

400-023-1785

在線咨詢

微信咨詢

微信掃碼咨詢

微博關(guān)注

在線客服

頂部

切換欄目
選擇分類
升本政策
考試科目
考試大綱
招生簡章
報名時間
考試時間
招生計劃
專業(yè)對照
招生院校
歷年試題
分數(shù)線
成績查詢
報考流程
升本培訓
選擇地區(qū)
重慶專升本
云南專升本
貴州專升本
四川專升本
山東專升本
湖北專升本
河南專升本
陜西專升本
浙江專升本
山西專升本
安徽專升本
河北專升本
甘肅專升本
江西專升本
新疆專升本
湖南專升本
遼寧專升本
海南專升本
天津?qū)I?/div>
寧夏專升本
內(nèi)蒙古專升本
黑龍江專升本
廣西專升本
點擊篩選
取消篩選

湖北恩施學院2025年普通專升本考試《面向?qū)ο蟪绦蛟O(shè)計(Java)》課程考試大綱

2025-10-22
來源:好老師升學幫
閱讀 461
導讀:本文是湖北恩施學院2025年普通專升本考試《面向?qū)ο蟪绦蛟O(shè)計(Java)》課程考試大綱,由好老師升學幫整理給大家參考!

湖北恩施學院2025年普通專升本考試

專業(yè)名稱:軟件工程

專業(yè)代碼:080902

《面向?qū)ο蟪绦蛟O(shè)計(Java)》課程考試大綱

一、報考專業(yè)條件

對應(yīng)招收高職(專科)前置專業(yè)為:符合大類。

二、總分與題型結(jié)構(gòu)

本課程總分150分;考試無選擇題、判斷題,其他題型不限。

三、考試方式與時間

本門課程采用閉卷紙質(zhì)考試,考試時間共120分鐘。

四、參考書目

黑馬程序員.《Java基礎(chǔ)入門》.第3版.清華大學出版社,2022年1月.

五、考試內(nèi)容

第一章Java開發(fā)入門

1.Java的特點;

2.Java程序的運行機制。

第二章Java編程基礎(chǔ)

1.關(guān)鍵字與標識符的概念:Java中的標識符,標識符的命名規(guī)則,識別關(guān)鍵字;

2.Java程序的基本格式;

3.數(shù)據(jù)類型:數(shù)據(jù)類型的含義、特點,不同類型常量、變量的定義、賦初值方法,Java中的基本數(shù)據(jù)類型之間的轉(zhuǎn)換,變量的作用域;

4.運算符:各類型運算符的含義、運算符的優(yōu)先級;

5.選擇結(jié)構(gòu):if、switch語句的用法及特點,if和switch的區(qū)別;

6.循環(huán)結(jié)構(gòu):while循環(huán)和for循環(huán)及其區(qū)別,跳轉(zhuǎn)語句break和continue的作用;

7.Java的方法:方法的定義和調(diào)用,方法的重載;

8.數(shù)組:數(shù)組的概念、聲明和創(chuàng)建,數(shù)組的屬性和訪問。

第三章及第四章面向?qū)ο?/span>

1.面向?qū)ο蟮乃枷耄?/span>

2.類和對象的概念,類的定義與作用,對象的創(chuàng)建與使用,構(gòu)造器,this關(guān)鍵字的使用;

3.訪問權(quán)限控制:訪問控制權(quán)限(private、default、protected、public);

4.Java的封裝性:封裝的概念與特性以及如何實現(xiàn)封裝;

5.static關(guān)鍵字:靜態(tài)屬性,靜態(tài)方法和靜態(tài)代碼塊;

6.Java的繼承性:類繼承的規(guī)則,子類實例化的過程,super關(guān)鍵字的使用,方法重寫;

7.Java的多態(tài)性:引用類型之間的轉(zhuǎn)換,多態(tài)的概念,多態(tài)的體現(xiàn)。

第五章異常

1.Java中的異常分類,異常和錯誤的區(qū)別;

2.異常的處理方式:try_catch和throws、throw;

3.Java中常見的異常。


推薦專題
http://www.bzjyc.com/news/74927.html">湖北恩施學院2025年普通專升本考試《Python程序設(shè)計》課程考試大綱
留言咨詢
* 姓名
* 手機
* 所在學校
http://www.bzjyc.com/news/71221.html" title="2025年湖北恩施學院普通專升本招生計劃公布">

2025年湖北恩施學院普通專升本招生計劃公布

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 251

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 251
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/60677.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2024年湖北恩施學院專升本招生專業(yè)及計劃

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 254

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 254
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/60677.html" title="2024年湖北恩施學院專升本招生專業(yè)及計劃">

2024年湖北恩施學院專升本招生專業(yè)及計劃

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 251

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 251
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/40910.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2023年湖北恩施學院專升本招生專業(yè)及計劃

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 254

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 254
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/40910.html" title="2023年湖北恩施學院專升本招生專業(yè)及計劃">

2023年湖北恩施學院專升本招生專業(yè)及計劃

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 251

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 251
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/20508.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2022年湖北恩施學院專升本招生計劃發(fā)布,共計招生1020人?。?!

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 254

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 254
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/20508.html" title="2022年湖北恩施學院專升本招生計劃發(fā)布,共計招生1020人?。?!">

2022年湖北恩施學院專升本招生計劃發(fā)布,共計招生1020人?。?!

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 251

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 251
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/20511.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2022年湖北恩施學院專升本考試科目有哪些?

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 254

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 254
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/20511.html" title="2022年湖北恩施學院專升本考試科目有哪些?">

2022年湖北恩施學院專升本考試科目有哪些?

最新資訊

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 269

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 269
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/70979.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2025年湖北恩施學院普通專升本招生簡章公布

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 272

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 272
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/70979.html" title="2025年湖北恩施學院普通專升本招生簡章公布"> 2025年湖北恩施學院普通專升本招生簡章公布

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 269

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 269
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/59857.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2024年湖北恩施學院普通專升本招生簡章

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 272

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 272
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/59857.html" title="2024年湖北恩施學院普通專升本招生簡章"> 2024年湖北恩施學院普通專升本招生簡章

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 269

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 269
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/39983.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2023年湖北恩施學院專升本招生簡章發(fā)布

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 272

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 272
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/39983.html" title="2023年湖北恩施學院專升本招生簡章發(fā)布"> 2023年湖北恩施學院專升本招生簡章發(fā)布

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 269

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 269
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/20508.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2022年湖北恩施學院專升本招生計劃發(fā)布,共計招生1020人?。。? title=

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 272

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 272
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/20508.html" title="2022年湖北恩施學院專升本招生計劃發(fā)布,共計招生1020人!?。?> 2022年湖北恩施學院專升本招生計劃發(fā)布,共計招生1020人!?。?/a>

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 269

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 269
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/19396.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2022年湖北恩施學院普通專升本招生簡章發(fā)布!(含招生專業(yè)及考試科目)

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 272

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 272
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/19396.html" title="2022年湖北恩施學院普通專升本招生簡章發(fā)布!(含招生專業(yè)及考試科目)"> 2022年湖北恩施學院普通專升本招生簡章發(fā)布!(含招生專業(yè)及考試科目)
專升本專題

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/shengbenzhengce/">升本政策

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/kaoshikemu/">考試科目

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/kaoshidagang/">考試大綱

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/zhaoshengjianzhang/">招生簡章

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/baomingshijain/">報名時間

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/kaoshishijian/">考試時間

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/zhaoshengjihua/">招生計劃

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/zhuanyeduizhao/">專業(yè)對照

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/zhaoshengyuanxiao/">招生院校

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/linianzhenti/">歷年試題

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/fenshuxian/">分數(shù)線

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/chengjichaxun/">成績查詢

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/baokaoliucheng/">報考流程

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: _city_letter

Filename: site/news_info.php

Line Number: 284

Backtrace:

File: /www/wwwroot/hlszsb.com/app/Views/portMember/trmlWeb/site/news_info.php
Line: 284
Function: _error_handler

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Core.php
Line: 171
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 2501
Function: view

File: /www/wwwroot/hlszsb.com/app/Controllers/portMember/trmlWeb/Site.php
Line: 190
Function: newsInfo

File: /www/wwwroot/hlszsb.com/index.php
Line: 294
Function: require_once

http://www.bzjyc.com/news/zhuanzhengbenpeixun/">升本培訓
最新AV在线播放免费不卡_无码精品国应Aⅴ左线_一本二本无码专区_97人妻碰碰碰久久久