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è)對照
招生院校
歷年試題
分?jǐn)?shù)線
成績查詢
報考流程
升本培訓(xùn)
選擇地區(qū)
重慶專升本
云南專升本
貴州專升本
四川專升本
山東專升本
湖北專升本
河南專升本
陜西專升本
浙江專升本
山西專升本
安徽專升本
河北專升本
甘肅專升本
江西專升本
新疆專升本
湖南專升本
遼寧專升本
海南專升本
天津?qū)I?/div>
寧夏專升本
內(nèi)蒙古專升本
黑龍江專升本
廣西專升本
點擊篩選
取消篩選

湖北理工學(xué)院2025年普通專升本《Python程序設(shè)計》考試大綱

2025-10-11
來源:好老師升學(xué)幫
閱讀 232
導(dǎo)讀:《Python程序設(shè)計》是數(shù)據(jù)科學(xué)與大數(shù)據(jù)技術(shù)專業(yè)的核心專業(yè)課程。其內(nèi)容主要涵蓋Python語言基礎(chǔ)語法、程序設(shè)計邏輯、數(shù)據(jù)結(jié)構(gòu)與算法、函數(shù)與模塊化設(shè)計、文件操作及簡單應(yīng)用開發(fā)等,旨在培養(yǎng)學(xué)生掌握Python編程的基本技能,具備解決實際問題的編程能力,使學(xué)生能夠掌握一門具有廣泛應(yīng)用價值的編程語言。

一、課程性質(zhì)與設(shè)置目的

《Python程序設(shè)計》是數(shù)據(jù)科學(xué)與大數(shù)據(jù)技術(shù)專業(yè)的核心專業(yè)課程。其內(nèi)容主要涵蓋Python語言基礎(chǔ)語法、程序設(shè)計邏輯、數(shù)據(jù)結(jié)構(gòu)與算法、函數(shù)與模塊化設(shè)計、文件操作及簡單應(yīng)用開發(fā)等,旨在培養(yǎng)學(xué)生掌握Python編程的基本技能,具備解決實際問題的編程能力,使學(xué)生能夠掌握一門具有廣泛應(yīng)用價值的編程語言。

 

二、考核的基本要求

1. 掌握Python語言的基本語法和數(shù)據(jù)類型,能正確編寫基礎(chǔ)程序。

2. 理解程序流程控制結(jié)構(gòu)(順序、分支、循環(huán)),并能靈活運用。

3. 熟悉常用數(shù)據(jù)結(jié)構(gòu)(列表、元組、字典、集合)的操作方法。

4. 掌握函數(shù)定義與調(diào)用、參數(shù)傳遞及模塊化編程思想。

5. 了解文件讀寫操作及異常處理機制。

6. 能綜合運用所學(xué)知識解決實際問題,完成簡單項目的開發(fā)。

 

三、考核的形式和方法

1.考核形式:閉卷筆試

2.考核方法:考試時間為120分鐘,試卷滿分150分。

 

四、考核內(nèi)容

第一章 Python基礎(chǔ)語法——Python開發(fā)環(huán)境配置、變量與數(shù)據(jù)類型、運算符與表達式、輸入輸出語句。

第二章 程序控制結(jié)構(gòu)——選擇語句、循環(huán)結(jié)構(gòu)、轉(zhuǎn)跳語句、程序控制綜合應(yīng)用。

第三章 數(shù)據(jù)結(jié)構(gòu)與操作——列表、元組、字典、集合的定義、操作及常用方法。

第四章 函數(shù)與模塊——函數(shù)定義與調(diào)用、參數(shù)傳遞、lambda表達式、模塊導(dǎo)入與使用。

第五章 異常處理——異常的概念、異常處理結(jié)構(gòu)及拋出異常。

 

五、各部分內(nèi)容近似分值(四號、宋體)

 

六、試卷結(jié)構(gòu)

無選擇、判斷題,其它類型不限。

七、參考教材

《Python程序設(shè)計基礎(chǔ)教程(微課版)》(第1版),林子雨,趙江聲,陶繼平編著,人民郵電出版社,2022年。

 

八、其它

1. 考試允許攜帶空白草稿紙,禁止使用電子設(shè)備及參考資料。

2. 編程題需注意代碼規(guī)范及注釋清晰,邏輯錯誤將酌情扣分。

3. 綜合應(yīng)用題需體現(xiàn)模塊化設(shè)計思想,代碼復(fù)用性高者可加分。


推薦專題
http://www.bzjyc.com/news/74755.html">湖北理工學(xué)院2025年普通專升本《安全學(xué)原理》考試大綱
留言咨詢
* 姓名
* 手機
* 所在學(xué)校
http://www.bzjyc.com/news/70938.html" title="2025年湖北理工學(xué)院普通專升本招生簡章公布">

2025年湖北理工學(xué)院普通專升本招生簡章公布

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/59874.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2024年湖北理工學(xué)院普通專升本招生簡章公布

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/59874.html" title="2024年湖北理工學(xué)院普通專升本招生簡章公布">

2024年湖北理工學(xué)院普通專升本招生簡章公布

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/39865.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2023年?湖北理工學(xué)院專升本招生簡章公布

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/39865.html" title="2023年?湖北理工學(xué)院專升本招生簡章公布">

2023年?湖北理工學(xué)院專升本招生簡章公布

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/19744.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2022年湖北理工學(xué)院專升本招生計劃已發(fā)布,共計招生1734人!??!

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/19744.html" title="2022年湖北理工學(xué)院專升本招生計劃已發(fā)布,共計招生1734人?。?!">

2022年湖北理工學(xué)院專升本招生計劃已發(fā)布,共計招生1734人?。?!

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/19490.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2022年湖北理工學(xué)院專升本招生簡章已發(fā)布

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/19490.html" title="2022年湖北理工學(xué)院專升本招生簡章已發(fā)布">

2022年湖北理工學(xué)院專升本招生簡章已發(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/71187.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2025年湖北理工學(xué)院普通專升本招生計劃公布!

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/71187.html" title="2025年湖北理工學(xué)院普通專升本招生計劃公布!"> 2025年湖北理工學(xué)院普通專升本招生計劃公布!

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/60984.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2024年湖北理工學(xué)院普通專升本分專業(yè)招生計劃調(diào)整!

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/60984.html" title="2024年湖北理工學(xué)院普通專升本分專業(yè)招生計劃調(diào)整!"> 2024年湖北理工學(xué)院普通專升本分專業(yè)招生計劃調(diào)整!

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/60689.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2024年湖北理工學(xué)院專升本招生專業(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/60689.html" title="2024年湖北理工學(xué)院專升本招生專業(yè)及計劃"> 2024年湖北理工學(xué)院專升本招生專業(yè)及計劃

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/57645.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2022~2023年湖北理工學(xué)院專升本招生計劃匯總

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/57645.html" title="2022~2023年湖北理工學(xué)院專升本招生計劃匯總"> 2022~2023年湖北理工學(xué)院專升本招生計劃匯總

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/40240.html" target="_blank" class="img-wrap img-wrap_notice pr"> 2023年湖北理工學(xué)院專升本招生計劃公布

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/40240.html" title="2023年湖北理工學(xué)院專升本招生計劃公布"> 2023年湖北理工學(xué)院專升本招生計劃公布
專升本專題

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/">分?jǐn)?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/">升本培訓(xùn)
最新AV在线播放免费不卡_无码精品国应Aⅴ左线_一本二本无码专区_97人妻碰碰碰久久久