[2] ErrorException in Intro.php line 63

mt_rand(): max(-1) is smaller than min(1)

  1. protected function rand($content = array())
  2. {
  3. //简介长度控制在40 ~ 60
  4. //根据长度自动补全
  5. //需要避免省略号开头
  6. //需要避免文字过少
  7. //需要避免文字过多
  8. $count = count($content) - 2; //避免随机到结尾处为空
  9. //dump("count:".$count);
  10. $rand = mt_rand(1, $count);
  11. //dump("rand:".$rand);
  12. $data = "";
  13. $length = mb_strlen($content[$rand]);
  14. $dr = mt_rand(40, 60); //随机长度
  15. //dump($content[$rand]);
  16. //dump("length:".$length);
  17. //先判断字数多于60的情况
  18. if($length > 60){

Call Stack

  1. in Intro.php line 63
  2. at Error::appError(2, 'mt_rand(): max(-1) i...', '/www/wwwroot/mz.xshu...', 63, ['content' => [''], 'count' => -1])
  3. at mt_rand(1, -1) in Intro.php line 63
  4. at Intro->rand(['']) in Intro.php line 37
  5. at Intro->index('864600', '')
  6. at ReflectionMethod->invokeArgs(object(Intro), ['864600', '']) in App.php line 343
  7. at App::invokeMethod([object(Intro), 'index'], []) in App.php line 611
  8. at App::module(['index', 'intro', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  9. at App::exec(['type' => 'module', 'module' => ['index', 'intro', null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  10. at App::run() in start.php line 19
  11. at require('/www/wwwroot/mz.xshu...') in index.php line 24

Environment Variables

GET Data

id
864600
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_ACCEPT
*/*
HTTP_HOST
mz.xshuoba.com
PATH_INFO
/index/intro
REDIRECT_STATUS
200
SERVER_NAME
mz.xshuoba.com
SERVER_PORT
80
SERVER_ADDR
172.26.229.129
REMOTE_PORT
58316
REMOTE_ADDR
47.244.25.23
SERVER_SOFTWARE
nginx/1.15.10
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/mz.xshuoba.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/index/intro?id=864600
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/index/intro&id=864600
SCRIPT_FILENAME
/www/wwwroot/mz.xshuoba.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1653445194.2372
REQUEST_TIME
1653445194
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/mz.xshuoba.com/public/../application/
THINK_VERSION
5.0.18
THINK_START_TIME
1653445194.2376
THINK_START_MEM
405040
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/mz.xshuoba.com/thinkphp/
LIB_PATH
/www/wwwroot/mz.xshuoba.com/thinkphp/library/
CORE_PATH
/www/wwwroot/mz.xshuoba.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/mz.xshuoba.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/mz.xshuoba.com/
EXTEND_PATH
/www/wwwroot/mz.xshuoba.com/extend/
VENDOR_PATH
/www/wwwroot/mz.xshuoba.com/vendor/
RUNTIME_PATH
/www/wwwroot/mz.xshuoba.com/runtime/
LOG_PATH
/www/wwwroot/mz.xshuoba.com/runtime/log/
CACHE_PATH
/www/wwwroot/mz.xshuoba.com/runtime/cache/
TEMP_PATH
/www/wwwroot/mz.xshuoba.com/runtime/temp/
CONF_PATH
/www/wwwroot/mz.xshuoba.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
ADDON_PATH
/www/wwwroot/mz.xshuoba.com/addons/
..."/>
小说浴血皇朝完整版在线阅读

小说浴血皇朝完整版在线阅读

发布时间:2022-05-25

>>>>《浴血皇朝》在线阅读<<<<

《浴血皇朝》小说简介

小说主人公是萧行秦凌的小说叫《浴血皇朝》,它的作者是川北倾心创作的一本穿越重生类型的小说,文中的爱情故事凄美而纯洁,文笔极佳,实力推荐。小说精彩段落试读:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>System Error</title> <meta name="robots" content="noindex,nofollow" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <style> /* Base */ body { color: #333; font: 14px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif; margin: 0; padding: 0 20px 20px; word-break: break-word; } h1{ margin: 10px 0 0; font-size: 28px; font-weight: 500; line-height: 32px; } h2{ color: #4288ce; font-weight: 400; padding: 6px 0; margin: 6px 0 0; font-size: 18px; border-bottom: 1px solid #eee; } h3.subheading { color: #4288ce; margin: 6px 0 0; font-weight: 400; } h3{ margin: 12px; font-size: 16px; font-weight: bold; } abbr{ cursor: help; text-decoration: underline; text-decoration-style: dotted; } a{ color: #868686; cursor: pointer; } a:hover{ text-decoration: underline; } .line-error{ background: #f8cbcb; } .echo table { width: 100%; } .echo pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border: 0; border-radius: 3px; font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; } .echo pre > pre { padding: 0; margin: 0; } /* Layout */ .col-md-3 { width: 25%; } .col-md-9 { width: 75%; } [class^="col-md-"] { float: left; } .clearfix { clear:both; } @media only screen and (min-device-width : 375px) and (max-device-width : 667px) { .col-md-3, .col-md-9 { width: 100%; } } /* Exception Info */ .exception { margin-top: 20px; } .exception .message{ padding: 12px; border: 1px solid #ddd; border-bottom: 0 none; line-height: 18px; font-size:16px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑"; } .exception .code{ float: left; text-align: center; color: #fff; margin-right: 12px; padding: 16px; border-radius: 4px; background: #999; } .exception .source-code{ padding: 6px; border: 1px solid #ddd; background: #f9f9f9; overflow-x: auto; } .exception .source-code pre{ margin: 0; } .exception .source-code pre ol{ margin: 0; color: #4288ce; display: inline-block; min-width: 100%; box-sizing: border-box; font-size:14px; font-family: "Century Gothic",Consolas,"Liberation Mono",Courier,Verdana; padding-left: 48px; } .exception .source-code pre li{ border-left: 1px solid #ddd; height: 18px; line-height: 18px; } .exception .source-code pre code{ color: #333; height: 100%; display: inline-block; border-left: 1px solid #fff; font-size:14px; font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑"; } .exception .trace{ padding: 6px; border: 1px solid #ddd; border-top: 0 none; line-height: 16px; font-size:14px; font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑"; } .exception .trace ol{ margin: 12px; } .exception .trace ol li{ padding: 2px 4px; } .exception div:last-child{ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } /* Exception Variables */ .exception-var table{ width: 100%; margin: 12px 0; box-sizing: border-box; table-layout:fixed; word-wrap:break-word; } .exception-var table caption{ text-align: left; font-size: 16px; font-weight: bold; padding: 6px 0; } .exception-var table caption small{ font-weight: 300; display: inline-block; margin-left: 10px; color: #ccc; } .exception-var table tbody{ font-size: 13px; font-family: Consolas,"Liberation Mono",Courier,"微软雅黑"; } .exception-var table td{ padding: 0 6px; vertical-align: top; word-break: break-all; } .exception-var table td:first-child{ width: 28%; font-weight: bold; white-space: nowrap; } .exception-var table td pre{ margin: 0; } /* Copyright Info */ .copyright{ margin-top: 24px; padding: 12px 0; border-top: 1px solid #eee; } /* SPAN elements with the classes below are added by prettyprint. */ pre.prettyprint .pln { color: #000 } /* plain text */ pre.prettyprint .str { color: #080 } /* string content */ pre.prettyprint .kwd { color: #008 } /* a keyword */ pre.prettyprint .com { color: #800 } /* a comment */ pre.prettyprint .typ { color: #606 } /* a type name */ pre.prettyprint .lit { color: #066 } /* a literal value */ /* punctuation, lisp open bracket, lisp close bracket */ pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 } pre.prettyprint .tag { color: #008 } /* a markup tag name */ pre.prettyprint .atn { color: #606 } /* a markup attribute name */ pre.prettyprint .atv { color: #080 } /* a markup attribute value */ pre.prettyprint .dec, pre.prettyprint .var { color: #606 } /* a declaration; a variable name */ pre.prettyprint .fun { color: red } /* a function name */ </style> </head> <body> <div class="echo"> </div> <div class="exception"> <div class="message"> <div class="info"> <div> <h2>[2]&nbsp;<abbr title="think\exception\ErrorException">ErrorException</abbr> in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/application/index/controller/Intro.php line 63">Intro.php line 63</a></h2> </div> <div><h1>mt_rand(): max(-1) is smaller than min(1)</h1></div> </div> </div> <div class="source-code"> <pre class="prettyprint lang-php"><ol start="54"><li class="line-54"><code> protected function rand($content = array()) </code></li><li class="line-55"><code> { </code></li><li class="line-56"><code> //简介长度控制在40 ~ 60 </code></li><li class="line-57"><code> //根据长度自动补全 </code></li><li class="line-58"><code> //需要避免省略号开头 </code></li><li class="line-59"><code> //需要避免文字过少 </code></li><li class="line-60"><code> //需要避免文字过多 </code></li><li class="line-61"><code> $count = count($content) - 2; //避免随机到结尾处为空 </code></li><li class="line-62"><code> //dump(&quot;count:&quot;.$count); </code></li><li class="line-63"><code> $rand = mt_rand(1, $count); </code></li><li class="line-64"><code> //dump(&quot;rand:&quot;.$rand); </code></li><li class="line-65"><code> </code></li><li class="line-66"><code> $data = &quot;&quot;; </code></li><li class="line-67"><code> $length = mb_strlen($content[$rand]); </code></li><li class="line-68"><code> $dr = mt_rand(40, 60); //随机长度 </code></li><li class="line-69"><code> //dump($content[$rand]); </code></li><li class="line-70"><code> //dump(&quot;length:&quot;.$length); </code></li><li class="line-71"><code> //先判断字数多于60的情况 </code></li><li class="line-72"><code> if($length &gt; 60){ </code></li></ol></pre> </div> <div class="trace"> <h2>Call Stack</h2> <ol> <li>in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/application/index/controller/Intro.php line 63">Intro.php line 63</a></li> <li> at <abbr title="think\Error">Error</abbr>::appError(2, '<a class="toggle" title="mt_rand(): max(-1) is smaller than min(1)">mt_rand(): max(-1) i...</a>', '<a class="toggle" title="/www/wwwroot/mz.xshuoba.com/application/index/controller/Intro.php">/www/wwwroot/mz.xshu...</a>', 63, ['content' => [''], 'count' => -1]) </li> <li> at mt_rand(1, -1) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/application/index/controller/Intro.php line 63">Intro.php line 63</a> </li> <li> at <abbr title="app\index\controller\Intro">Intro</abbr>->rand(['']) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/application/index/controller/Intro.php line 37">Intro.php line 37</a> </li> <li> at <abbr title="app\index\controller\Intro">Intro</abbr>->index('864600', '') </li> <li> at <abbr title="ReflectionMethod">ReflectionMethod</abbr>->invokeArgs(<em>object</em>(<abbr title="app\index\controller\Intro">Intro</abbr>), ['864600', '']) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/library/think/App.php line 343">App.php line 343</a> </li> <li> at <abbr title="think\App">App</abbr>::invokeMethod([<em>object</em>(<abbr title="app\index\controller\Intro">Intro</abbr>), 'index'], []) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/library/think/App.php line 611">App.php line 611</a> </li> <li> at <abbr title="think\App">App</abbr>::module(['index', 'intro', <em>null</em>], ['app_host' => '', 'app_debug' => <em>true</em>, 'app_trace' => <em>false</em>, ...], <em>true</em>) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/library/think/App.php line 456">App.php line 456</a> </li> <li> at <abbr title="think\App">App</abbr>::exec(['type' => 'module', 'module' => ['index', 'intro', <em>null</em>]], ['app_host' => '', 'app_debug' => <em>true</em>, 'app_trace' => <em>false</em>, ...]) in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/library/think/App.php line 139">App.php line 139</a> </li> <li> at <abbr title="think\App">App</abbr>::run() in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/start.php line 19">start.php line 19</a> </li> <li> at require('<a class="toggle" title="/www/wwwroot/mz.xshuoba.com/thinkphp/start.php">/www/wwwroot/mz.xshu...</a>') in <a class="toggle" title="/www/wwwroot/mz.xshuoba.com/public/index.php line 24">index.php line 24</a> </li> </ol> </div> </div> <div class="exception-var"> <h2>Environment Variables</h2> <div> <h3 class="subheading">GET Data</h3> <div> <div class="clearfix"> <div class="col-md-3"><strong>id</strong></div> <div class="col-md-9"><small> 864600 </small></div> </div> </div> </div> <div> <div class="clearfix"> <div class="col-md-3"><strong>POST Data</strong></div> <div class="col-md-9"><small>empty</small></div> </div> </div> <div> <div class="clearfix"> <div class="col-md-3"><strong>Files</strong></div> <div class="col-md-9"><small>empty</small></div> </div> </div> <div> <div class="clearfix"> <div class="col-md-3"><strong>Cookies</strong></div> <div class="col-md-9"><small>empty</small></div> </div> </div> <div> <div class="clearfix"> <div class="col-md-3"><strong>Session</strong></div> <div class="col-md-9"><small>empty</small></div> </div> </div> <div> <h3 class="subheading">Server/Request Data</h3> <div> <div class="clearfix"> <div class="col-md-3"><strong>USER</strong></div> <div class="col-md-9"><small> www </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>HOME</strong></div> <div class="col-md-9"><small> /home/www </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>HTTP_ACCEPT</strong></div> <div class="col-md-9"><small> */* </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>HTTP_HOST</strong></div> <div class="col-md-9"><small> mz.xshuoba.com </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>PATH_INFO</strong></div> <div class="col-md-9"><small> /index/intro </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REDIRECT_STATUS</strong></div> <div class="col-md-9"><small> 200 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_NAME</strong></div> <div class="col-md-9"><small> mz.xshuoba.com </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_PORT</strong></div> <div class="col-md-9"><small> 80 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_ADDR</strong></div> <div class="col-md-9"><small> 172.26.229.129 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REMOTE_PORT</strong></div> <div class="col-md-9"><small> 58316 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REMOTE_ADDR</strong></div> <div class="col-md-9"><small> 47.244.25.23 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_SOFTWARE</strong></div> <div class="col-md-9"><small> nginx/1.15.10 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>GATEWAY_INTERFACE</strong></div> <div class="col-md-9"><small> CGI/1.1 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_SCHEME</strong></div> <div class="col-md-9"><small> http </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SERVER_PROTOCOL</strong></div> <div class="col-md-9"><small> HTTP/1.1 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>DOCUMENT_ROOT</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/public </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>DOCUMENT_URI</strong></div> <div class="col-md-9"><small> /index.php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_URI</strong></div> <div class="col-md-9"><small> /index/intro?id=864600 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SCRIPT_NAME</strong></div> <div class="col-md-9"><small> /index.php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CONTENT_LENGTH</strong></div> <div class="col-md-9"><small> </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CONTENT_TYPE</strong></div> <div class="col-md-9"><small> </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_METHOD</strong></div> <div class="col-md-9"><small> GET </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>QUERY_STRING</strong></div> <div class="col-md-9"><small> s=/index/intro&amp;id=864600 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>SCRIPT_FILENAME</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/public/index.php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>FCGI_ROLE</strong></div> <div class="col-md-9"><small> RESPONDER </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>PHP_SELF</strong></div> <div class="col-md-9"><small> /index.php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_TIME_FLOAT</strong></div> <div class="col-md-9"><small> 1653445194.2372 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>REQUEST_TIME</strong></div> <div class="col-md-9"><small> 1653445194 </small></div> </div> </div> </div> <div> <div class="clearfix"> <div class="col-md-3"><strong>Environment Variables</strong></div> <div class="col-md-9"><small>empty</small></div> </div> </div> <div> <h3 class="subheading">ThinkPHP Constants</h3> <div> <div class="clearfix"> <div class="col-md-3"><strong>APP_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/public/../application/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>THINK_VERSION</strong></div> <div class="col-md-9"><small> 5.0.18 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>THINK_START_TIME</strong></div> <div class="col-md-9"><small> 1653445194.2376 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>THINK_START_MEM</strong></div> <div class="col-md-9"><small> 405040 </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>EXT</strong></div> <div class="col-md-9"><small> .php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>DS</strong></div> <div class="col-md-9"><small> / </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>THINK_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/thinkphp/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>LIB_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/thinkphp/library/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CORE_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/thinkphp/library/think/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>TRAIT_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/thinkphp/library/traits/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>ROOT_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>EXTEND_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/extend/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>VENDOR_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/vendor/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>RUNTIME_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/runtime/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>LOG_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/runtime/log/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CACHE_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/runtime/cache/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>TEMP_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/runtime/temp/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CONF_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/public/../application/ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>CONF_EXT</strong></div> <div class="col-md-9"><small> .php </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>ENV_PREFIX</strong></div> <div class="col-md-9"><small> PHP_ </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>IS_CLI</strong></div> <div class="col-md-9"><small> false </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>IS_WIN</strong></div> <div class="col-md-9"><small> false </small></div> </div> <div class="clearfix"> <div class="col-md-3"><strong>ADDON_PATH</strong></div> <div class="col-md-9"><small> /www/wwwroot/mz.xshuoba.com/addons/ </small></div> </div> </div> </div> </div> <div class="copyright"> <a title="官方网站" href="http://www.thinkphp.cn">ThinkPHP</a> <span>V5.0.18</span> <span>{ 十年磨一剑-为API开发设计的高性能框架 }</span> </div> <script> var LINE = 63; function $(selector, node){ var elements; node = node || document; if(document.querySelectorAll){ elements = node.querySelectorAll(selector); } else { switch(selector.substr(0, 1)){ case '#': elements = [node.getElementById(selector.substr(1))]; break; case '.': if(document.getElementsByClassName){ elements = node.getElementsByClassName(selector.substr(1)); } else { elements = get_elements_by_class(selector.substr(1), node); } break; default: elements = node.getElementsByTagName(); } } return elements; function get_elements_by_class(search_class, node, tag) { var elements = [], eles, pattern = new RegExp('(^|\\s)' + search_class + '(\\s|$)'); node = node || document; tag = tag || '*'; eles = node.getElementsByTagName(tag); for(var i = 0; i < eles.length; i++) { if(pattern.test(eles[i].className)) { elements.push(eles[i]) } } return elements; } } $.getScript = function(src, func){ var script = document.createElement('script'); script.async = 'async'; script.src = src; script.onload = func || function(){}; $('head')[0].appendChild(script); } ;(function(){ var files = $('.toggle'); var ol = $('ol', $('.prettyprint')[0]); var li = $('li', ol[0]); // 短路径和长路径变换 for(var i = 0; i < files.length; i++){ files[i].ondblclick = function(){ var title = this.title; this.title = this.innerHTML; this.innerHTML = title; } } // 设置出错行 var err_line = $('.line-' + LINE, ol[0])[0]; err_line.className = err_line.className + ' line-error'; $.getScript('//cdn.bootcss.com/prettify/r298/prettify.min.js', function(){ prettyPrint(); // 解决Firefox浏览器一个很诡异的问题 // 当代码高亮后,ol的行号莫名其妙的错位 // 但是只要刷新li里面的html重新渲染就没有问题了 if(window.navigator.userAgent.indexOf('Firefox') >= 0){ ol[0].innerHTML = ol[0].innerHTML; } }); })(); </script> </body> </html> ...

《浴血皇朝》 第10章 免费试读

第10章

事情的进展一如萧行所料,匈人在入侵云中的同时,同样也派了兵力相似的匈人小队前往了雁门、安国两郡。

他们的目的极为简单,在劫掠财物的同时,也尝试性地进攻冀州诸郡县,若是守城之人弃城逃跑,那么就直接占据城池,将其直接纳入匈人的统治之中。

若是守城不出,那么这些匈人小队便作为牵制之用,以迷惑敌方,掩盖自己真实的动向。

而他们的真实方向,瞄准的正是大魏西北方向,凉州的河西走廊!

一直以来,匈人的劫掠都已经让边防的将士们有些麻木了,因为他们通常都不会带攻城器械,只需坚守城墙要塞,那么匈人便会自主退去。

但是当足有十万之众的匈人大军,沿着边境线,带着投石车、云梯、冲车等大型器械出现在凉州的时候,大魏的边防守军乱作一团。

连半个月的时间都不到,河西走廊便已经全面落入匈人之手!

当河西走廊失陷的消息传到洛阳的时候,大魏的军队甚至还没有集结完毕。

然而在一封又一封边境告急,请求援军的奏章之中,仅有一份尤为显眼。

因为只有这一封是击退了匈人,保卫住城池的奏章,而这一封正是萧行所送上的奏章。

有些时候,事情并不需要做得有多好,只需要做到超出他人的预期,又或者是比别人好一点,这就足够了。

在大魏北部边境频频告急的时候,萧行不仅守住了自己的城池,还击败了进犯的匈人,歼敌百余,更是派出援军,驰援同属冀州的雁门、安国两郡,让这两郡转危为安。

在一众兵败如山倒的奏章之中,萧行的奏章显得是那么的耀眼,哪怕是没有对萧行寄托一丝希望的皇帝,也对萧行燃起了一丝希望。

“燕王傅,这萧行突然是怎么了?”皇帝有些疲惫地合上自己眼前的奏章,这又是一份失地的消息!

“臣不知......燕王忽然醒来之后,就跟变了个人似的......”

站在皇帝面前的人正是燕王傅,那天在萧行醒来之后,他便匆忙赶回了洛阳跟皇帝汇报这一情况。

因为此前的萧行已经是命垂一线,皇帝都已经拟好圣旨,准备派人去接手云中一郡,只是没有想到,他中午出发,黄昏匈人的骑兵就已经抵达云中。

当燕王傅回到洛阳,匆忙请兵准备北上援救云中的时候,萧行的奏章也送到了,他竟然全歼了一支百余人的匈人小队,还从中问出了他们的战略意图。

皇帝面前一堆的奏章无一不在印证着,萧行所言并非虚假,因为此时的河西走廊,已经落入了匈人的手里。

“罢了,朕给他一次机会,你带着这一道圣旨,回去萧行的身边吧。”皇帝叹了一口气,他决定再给萧行一次机会。

“臣遵旨。”

......

“殿下,您到底是怎么做到这些的?”燕王傅手中的圣旨,正是皇帝将雁门、安国两郡重新划给萧行管辖的圣旨。

“其实很简单。”萧行笑了笑,答道。

首先自己这边显然不是匈人的主攻方向,否则绝不可能只有百余人的匈人部队前来,不过萧行也清楚,毕竟这边穷嘛,打下来也没有油水,随便意思意思得了。

而萧行利用的正是这一点,佯攻的部队在看到援军到来的一瞬间,想到的必然将会是撤退。

届时自己只需要将自己击败匈人,还同时援救了雁门、安国两郡的功绩上表,并且在其中主动说明,希望能够同时管辖这两郡,那么就算是皇帝,也将没有拒绝的空间!

毕竟一开始皇帝封给萧行的封地,本就包括了雁门、安国两郡,只是由于后来萧行越来越离谱,最终封地被削得只剩下了云中一地。

如今萧行不过是凭借着自己的功绩,将本属于自己的封地给要回来而已。

“殿下您到底......”燕王傅可谓是一脸的震惊。

如果说这个大魏论谁最了解萧行的话,那么燕王傅当是第一人,因为他当萧行的老师已有十二年,来到云中之后,更是派人日夜看守萧行,生怕他又闯出什么祸事来。

但如今的萧行非但没有闯祸,反而是在他前往洛阳的这段时间里,将匈人击退,开始重建外城,云中城俨然一副将要复兴的样子!

“怎么?这些不一直都是你教给我的东西吗?如今本王不过是用了出来,有什么问题吗?”萧行自然知道燕王傅想要问些什么,但坦白显然并非是一个明智的选择。

如今最好的办法,还是让他们理解成自己因为摔了一跤,摔“坏”了脑子。

见燕王傅不再言语,萧行转移了话题:“对了,既然你也回来了,本王正好也有事情要与你商议的。”

在这段时间里面,萧行已经把整个云中郡大概走了一遍,并且决定了下一步的就是得先把封地内的财政给搞起来。

不管在哪一个时代,钱与资源都是不可或缺的,没有钱与资源的话,萧行即便是拥有着整个华夏的科技库,也难以将它们变成现实!

而北方的匈人虽然最近将会停歇一会,但终将会有再来的日子,在那天到来之前,萧行必须做好相应准备。

“殿下有何吩咐?尽管说便是。”燕王傅答道。

“是一些有关于云中郡内的土地与税赋方面的问题。”萧行说道。

“什么?”尽管做好了心理准备,但燕王傅还是吃了一惊。

“本王已经决定,自今日起,凡荒废三年以上之荒地,一律视为无主荒地,可供任何人开垦。而开垦之田地,归开垦者所有,并且免五年税赋,而且每一亩良田能领取五百文钱的酬金,至于现有之农田,税赋一律减去三成!”

“殿下您可要三思啊!我们哪来那么多钱啊!若是减少税赋,封地内的开支应该如何是好啊!”燕王傅一听,万分急切地开口说道。

“府库不足虽然的确是一个问题,但这并不是关键所在。”萧行摇了摇头。

萧行自然知道府库亏空严重,但如果因为这样就止步不前,那么发展的脚步将会被无限放缓,这是萧行所不能接受的!

在线阅读入口>>点击阅读

APP阅读入口>>点击阅读

相关资讯

最新资讯

@2019 心醉阅读吧