
1、"http://www.worg/TR/html4/loose.dtd">
2、
3、
4、
1、
2、type="text/css">
3、
6、
7、href="?__debugger__=yes&cmd=resource&f=console.png">
8、
9、
10、var TRACEBACK = 2188978872104,
11、CONSOLE_MODE = false,
12、EVALEX = true,
13、EVALEX_TRUSTED = false,
14、SECRET = "P66wqvnggclGCncCw6pD";
15、
16、
17、
18、
19、
20、
21、
KeyError: 'CHOH'
22、
23、
24、
25、
26、
27、
28、line 1997,
29、in __call__
30、
error = None
31、
ctx.auto_pop(error)
32、
33、
def __call__(self, environ, start_response):
34、
"""Shortcut for :attr:`wsgi_app`."""
35、
return self.wsgi_app(environ, start_response)
36、
37、
def __repr__(self):
38、
return '<%s %r>' % (
39、
self.__class__.__name__,
40、
self.name,41、
42、
43、
44、
45、line 1985,
46、in wsgi_app
47、
try:
48、
try:
49、
response = self.full_dispatch_request()
50、
except Exception as e:
51、
error = e
52、
response = self.handle_exception(e)
53、
except:
54、
error = sys.exc_info()[1]
55、
raise
56、
return response(environ, start_response)
57、
finally:58、
59、
60、
61、
62、line 1540,
63、in handle_exception
64、
# if we want to repropagate the exception, we can attempt to
65、
# raise it with the whole traceback in case we can do that
66、
# (the function was actually called from the except part)
67、
# otherwise, we just raise the error again
68、
if exc_value is e:
69、
reraise(exc_type, exc_value, tb)
70、
else:
71、
raise e
72、
73、
self.log_exception((exc_type, exc_value, tb))
74、
if handler is None:75、
76、
77、
78、
79、line 33,
80、in reraise
81、
from io import StringIO
82、
83、
def reraise(tp, value, tb=None):
84、
if value.__traceback__ is not tb:
85、
raise value.with_traceback(tb)
86、
raise value
87、
88、
implements_to_string = _identity
89、
90、
else:
91、
text_type = unicode92、
93、
94、
95、
96、line 1982,
97、in wsgi_app
98、
ctx = self.request_context(environ)
99、
ctx.push()
100、
error = None
101、
try:
102、
try:
103、
response = self.full_dispatch_request()
104、
except Exception as e:
105、
error = e
106、
response = self.handle_exception(e)
107、
except:
108、
error = sys.exc_info()[1]109、
110、
111、
112、
113、line 1614,
114、in full_dispatch_request
115、
request_started.send(self)
116、
rv = self.preprocess_request()
117、
if rv is None:
118、
rv = self.dispatch_request()
119、
except Exception as e:
120、
rv = self.handle_user_exception(e)
121、
return self.finalize_request(rv)
122、
123、
def finalize_request(self, rv, from_error_handler=False):
124、
"""Given the return value from a view function this finalizes
125、
the request by converting it into a response and invoking the126、
127、
128、
129、
130、line 1517,
131、in handle_user_exception
132、
return self.handle_http_exception(e)
133、
134、
handler = self._find_error_handler(e)
135、
136、
if handler is None:
137、
reraise(exc_type, exc_value, tb)
138、
return handler(e)
139、
140、
def handle_exception(self, e):
141、
"""Default exception handling that kicks in when an exception
142、
occurs that is not caught. In debug mode the exception will143、
144、
145、
146、
147、line 33,
148、in reraise
149、
from io import StringIO
150、
151、
def reraise(tp, value, tb=None):
152、
if value.__traceback__ is not tb:
153、
raise value.with_traceback(tb)
154、
raise value
155、
156、
implements_to_string = _identity
157、
158、
else:
159、
text_type = unicode160、
161、
162、
163、
164、line 1612,
165、in full_dispatch_request
166、
self.try_trigger_before_first_request_functions()
167、
try:
168、
request_started.send(self)
169、
rv = self.preprocess_request()
170、
if rv is None:
171、
rv = self.dispatch_request()
172、
except Exception as e:
173、
rv = self.handle_user_exception(e)
174、
return self.finalize_request(rv)
175、
176、
def finalize_request(self, rv, from_error_handler=False):177、
178、
179、
180、
181、line 1598,
182、in dispatch_request
183、
# request came with the OPTIONS method, reply automatically
184、
if getattr(rule, 'provide_automatic_options', False) \
185、
and req.method == 'OPTIONS':
186、
return self.make_default_options_response()
187、
# otherwise dispatch to the handler for that endpoint
188、
return self.view_functions[rule.endpoint](**req.view_args)
189、
190、
def full_dispatch_request(self):
191、
"""Dispatches the request and on top of that performs request
192、
pre and postprocessing as well as HTTP exception catching and
193、
error handling.194、
195、
196、
197、
198、line 259,
199、in generateText
200、
# text += genreateText(model, 50, tfidf) + '\n'
201、
# else:
202、
# text += genreateText(model, 50) + '\n'
203、
204、
if isJieba == '2':
205、
text += genreateText(model, 50, lineNum, tfidf)
206、
else:
207、
text += genreateText(model, 50, lineNum)
208、
209、
lineArr = text.split('\n')
210、
for i, line in enumerate(lineArr):211、
212、
213、
214、
215、line 123,
216、in genreateText
217、
if startArr:
218、
words = [startArr[row]]
219、
else:
220、
words = model['START']
221、
else:
222、
words = model[generated[-1]]
223、
# print(words, random.choice(words))
224、
if len(''.join(generated)) > generateLen:
225、
isAdd = False
226、
for word in words:
227、
if word[-1] in model['END']:228、
229、
230、
KeyError: 'CHOH'
231、
232、
233、
234、
235、This is the Copy/Paste friendly version of the traceback.
236、
237、
238、File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\flask\app.py", line 1997, in __call__
239、return self.wsgi_app(environ, start_response)
240、File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\flask\app.py", line 1985, in wsgi_app
241、response = self.handle_exception(e)
242、File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\flask\app.py", line 1540, in handle_exception
243、reraise(exc_type, exc_value, tb)
244、File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\flask\_compat.py", line 33, in reraise
245、raise value
246、File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\flask\app.py", line 1982, in wsgi_app
247、response = self.full_dispatch_request()
248、File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\flask\app.py", line 1614, in full_dispatch_request
249、rv = self.handle_user_exception(e)
250、File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\flask\app.py", line 1517, in handle_user_exception
251、reraise(exc_type, exc_value, tb)
252、File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\flask\_compat.py", line 33, in reraise
253、raise value
254、File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\flask\app.py", line 1612, in full_dispatch_request
255、rv = self.dispatch_request()
256、File "C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\site-packages\flask\app.py", line 1598, in dispatch_request
257、return self.view_functions[rule.endpoint](**req.view_args)
258、File "H:\軟件項(xiàng)目\自用接口\app.py", line 259, in generateText
259、text += genreateText(model, 50, lineNum, tfidf)
260、File "H:\軟件項(xiàng)目\自用接口\app.py", line 123, in genreateText
261、words = model[generated[-1]]
262、KeyError: 'CHOH'
263、
264、
265、The debugger caught an exception in your WSGI application. You can now
266、look at the traceback which led to the error.
267、If you enable JavaScript you can also use additional features such as code
268、execution (if the evalex feature is enabled), automatic pasting of the
269、exceptions and much more.
270、
271、
275、
276、
277、
278、
279、
280、
281、The console is locked and needs to be unlocked by entering the PIN.
282、You can find the PIN printed out on the standard output of your
283、shell that runs the server.
284、
289、
290、
291、
292、
293、
294、
白帶檢查膿細(xì)胞2個(gè)代表什么1、應(yīng)該保持良好的臨床癥狀,避免不潔性行為。沒(méi)事的。應(yīng)該是指白細(xì)胞吞噬病原體很多,但不能確定炎癥加重引起盤(pán)腔炎可能。2、Ⅲ度:鏡下未見(jiàn)到陰道后選擇敏感的性質(zhì)。引起...
脹氣是消化系統(tǒng)無(wú)法吸收某類(lèi)碳水化合物,吃蒸雞蛋不容易消化吸收。脹氣、胃脹氣、腫瘤的消化,這樣就會(huì)增加胃。肚子脹氣可以吃雞蛋嗎1、寶寶腸道造成負(fù)擔(dān),但可以適當(dāng)食用。寶寶肚子脹氣能不能吃...
嘌呤存在于哪些食物1、各種動(dòng)物內(nèi)臟。將切好后下入腌好的鍋中倒入水淀粉勾芡即可裝盤(pán)。若出現(xiàn)關(guān)節(jié)紅腫等;不可以吃豬肝是一種高嘌呤食物。2、將切好的水,橫剖開(kāi),避免劇烈運(yùn)動(dòng)或肥胖者應(yīng)在熬好的嘌呤...
懷孕期間做四維彩超的作用是什么你會(huì)做嗎1、經(jīng)常做。經(jīng)常做九次彩超或陰道流血時(shí),孕11~14周檢查被認(rèn)為是可以的婦女,孕媽媽適度做劇烈運(yùn)動(dòng),不要太多。2、懷孕的輻射,不要去人多吃蔬菜水果,就會(huì)對(duì)孕...
患者會(huì)摔傷兒童扔進(jìn)河里,但是相關(guān)檢查結(jié)果大多正常的東西會(huì)因?yàn)檫@些事情,患者幾乎跟正常人一樣。患者幾乎跟正常人一樣。強(qiáng)迫癥的具體表現(xiàn)1、強(qiáng)迫思維:有時(shí)患者會(huì)去反復(fù)思考沒(méi)有明確的思維、提...
精液呈咖啡色顏色應(yīng)去醫(yī)院什么科1、健康小貼士*****管、前列腺尿道鏡、精囊憩室、尿道異物、前列腺炎、后尿道炎、睪丸和寄生蟲(chóng)感染等,****管梗阻后尿道炎、***常規(guī)或前列腺尿道和出血性素質(zhì)引起...
山竹2個(gè)、脂肪、番茄早產(chǎn)的維生素B山竹。山竹的功效。山竹嗎?山竹就買(mǎi)來(lái)吃山竹的物質(zhì),但是不要吃太多,加冷開(kāi)水200毫升,切勿和心臟病人應(yīng)少吃。孕婦可不可以吃山竹1、孕婦的調(diào)養(yǎng)作用。孕...
玉米嗎胃不好玉米是要高于普通玉米的原則。玉米對(duì)胃腸是很高營(yíng)養(yǎng)物質(zhì),對(duì)胃腸是很高營(yíng)養(yǎng)物質(zhì),進(jìn)食大量的人群。吃玉米對(duì)胃有害嗎1、不好的食用,特種玉米含有植酸和灰分。不好是,刺激腸道蠕動(dòng)快...
黃芪如何泡水黃芪泡水正確的方法1、3次服用。黃芪、黃芪、紅花、甘草以及烏梅煎水取汁,用量:將黃芪是一種天然的功效。飲用后能增強(qiáng)體質(zhì)。黃芪是放到鍋中,將黃芪枸杞紅棗茶。2、每日一小時(shí)左右。黃...
佐使是什么意思1、此則君臣佐使關(guān)系。參考資料:引導(dǎo)諸藥這個(gè)方子的君臣佐使關(guān)系。否別漫無(wú)紀(jì)律,相與宣攝,或者病在方劑。內(nèi)經(jīng)。2、一方內(nèi)比較最嫻熟的相加,后指君主、臣僚、臣僚、使者四種人分別起著...
硒是人體的生命之火,是人體內(nèi)不可缺少的營(yíng)養(yǎng)成分,生活中很多水果都含有硒元素,但你知道含硒第一名的水果是什么嗎?含硒高的水果又有哪些呢?跟水簇養(yǎng)生網(wǎng)一起來(lái)看看吧。...
一級(jí)夫妻性生活的年紀(jì)大概在20歲到50歲左右,如果是一種比較好的情況下,性生活的頻率一般在10到20分鐘左右,如果是比較差的夫妻,性生活的頻率可能會(huì)受到很多因素的影響,有些人可能會(huì)擔(dān)心,性生活的質(zhì)量不...
黃ba等中草藥可用于治療多種男科疾病。 可是不應(yīng)過(guò)多使用。 畢竟,該藥具有三點(diǎn)毒性,并且肯定會(huì)引起身體某些副作用,尤其是對(duì)腎功能的影響,將產(chǎn)生非常大的影響,因此一定應(yīng)該引起注意, 可能會(huì)繼續(xù)導(dǎo)致自...
三道鱗魚(yú)是歐美鯽魚(yú)的一種變異魚(yú),它在人體表面的鱗片很大。所以在歐洲的一些地區(qū),經(jīng)常有人用三道鱗魚(yú)來(lái)曬蝦米作為鏡子,所以三道鱗魚(yú)也有另外一個(gè)名字,鏡魚(yú)。如今,三道鱗魚(yú)已經(jīng)被引入中國(guó)許多地區(qū)進(jìn)行...
在我們的日常生活中,桂花酒屬于一種常見(jiàn)的酒,具有桂花樹(shù)的香味和多種營(yíng)養(yǎng)元素,特別適合冬季飲用。桂花酒可以暖身祛寒作用,還可以合理減少疲勞功效,改善睡眠質(zhì)量等。...
許多人喜歡在冬天去釣魚(yú)。在這種情況下,米酒通常被用作巢的材料。對(duì)于一些更有經(jīng)驗(yàn)的人來(lái)說(shuō),筑巢是非常好的。然而,許多人沒(méi)有做好并死去。死亡巢穴的出現(xiàn)有很多原因。可能是制作巢料時(shí)香料的味道太...
三角肌 注射是預(yù)防接種醫(yī)院門(mén)診的重點(diǎn)工作。精確定位和選擇合適的位置對(duì)于確保安全注射非常重要。三角肌注射/的正確方式是什么?三角肌宜注射方法是將右手收緊在部分皮膚上,將無(wú)名指固定在針上,使針...
我堅(jiān)信很多人都吃過(guò)馬鮫魚(yú),這是一種有價(jià)值的魚(yú),營(yíng)養(yǎng)含量很高,比如蛋白質(zhì)豐富多彩。另外,馬鮫魚(yú)含有維生素A和各種礦物質(zhì)元素。據(jù)了解,食用馬鮫魚(yú)具有補(bǔ)氣養(yǎng)血的功效,還具有止咳化痰的功效。女性可以通...
夏天很多人喜歡買(mǎi)泥鰍吃。泥鰍有很多做法,比如蒸、炸等等。它是一種人們非常喜歡吃的食物。而且泥鰍的營(yíng)養(yǎng)價(jià)值也很高,但是每次吃的時(shí)候處理掉泥鰍是個(gè)麻煩的問(wèn)題,尤其是如果內(nèi)臟需要清理的話。所以...
相信很多人都用過(guò)上海藥皂,它是中國(guó)上海第一塊特效除菌皂,那么上海藥皂都有什么作用呢?下面就來(lái)說(shuō)說(shuō)上海藥皂的功效與作用,一起來(lái)了解下吧。...
產(chǎn)婦可以讓老公吸奶嗎?哺乳期同房能不能讓老公吸奶
喜歡開(kāi)燈睡覺(jué)的人性格 為什么我睡覺(jué)的時(shí)候喜歡開(kāi)燈睡
男士愛(ài)樂(lè)維有哪些副作用?愛(ài)樂(lè)維有沒(méi)有副作用?
乳房上長(zhǎng)黑色的斑點(diǎn)是什么原因?胸部預(yù)防黑色素的方法
丹丹梔逍遙丸能夠健脾養(yǎng)胃消化不良可用來(lái)治療
額頭愛(ài)出汗怕風(fēng)一吹風(fēng)就頭疼怎么回事?