版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、幼儿园语言教学计划:避免危险1.区分动物的习性并识别单词:要小心和危险。2.具有初步的读写兴趣。活动准备动物图和单词,各种习惯的暗示性短语活动程序一,养成习惯,认汉字1.展示图片:请看看孩子们,这是哪里?为什么有些动物被栏杆隔开?侧面写着什么?2,读词:小心,危险。3.为什么会有“小心”,“危险”标志?4.告诉我们哪些动物凶猛,会伤害儿童和小型动物。5.如果您找到危险的动物,但其他人没有找到它们,您将怎么办?(显示相应的汉字卡“注意”,“危险”)6.当您看到一个“危险”或“谨慎”的地方时该怎么办?7.哪些动物是温顺的?当孩子看到温顺的动物时会发生什么?二,游戏:“去森林”1,会计规则:(1)签
2、名并阅读(老虎快要变成危险的了-快跑了,看到狮子“小心”-不要说话,我看到那头老狼“小心”-跪下,小鸡来了“安全”-玩游戏,看到小鸭“安全”-轻柔地走)(2)老师出示提醒卡,孩子执行相应的动作。2,带孩子在室外花园环境中玩耍。 (要求儿童在看标志的同时采取行动)扩展活动“汉字”中有许多凶猛的动物,还有温顺的动物。如果迹象不足,该怎么办?(儿童写字板)提示与建议可以根据孩子的读写能力经常更改标志中的简短句子,从而增强孩子的兴趣。 werkzeug.exceptions.HTTPException.wrap.<locals>newcls: 400 Bad Request: KeyErr
3、or: text /Werkzeug Debugger var TRACEBACK=140598208821792, CONSOLE_MODE=false, EVALEX=true, EVALEX_TRUSTED=false, SECRET=jaqTVz4Pkrsc7ZTQft1X; werkzeug.exceptions.BadRequestKeyError werkzeug.exceptions.HTTPException.wrap.<locals>newcls: 400 Bad Request: KeyError: textTraceback (most recent cal
4、l last) File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 2309, in _call_ def _call_(self, environ, start_response): """The WSGI server calls the Flask application object as the WSGI application. This calls :meth:wsgi_app which can be wrapped to applying middleware.&
5、quot;"" return self.wsgi_app(environ, start_response) def _repr_(self): return <%s %r> % ( self._class_._name_, , File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 2295, in wsgi_app try: ctx.push() response=self.full_dispatch_request() except Exception as e
6、: error=e response=self.handle_exception(e) except: error=sys.exc_info()1 raise return response(environ, start_response) finally: File /root/anaconda3/lib/python3.7/site-packages/flask_cors/extension.py, line 161, in wrapped_function # Wrap exception handlers with cross_origin # These error handlers
7、 will still respect the behavior of the route if options.get(intercept_exceptions, True): def _after_request_decorator(f): def wrapped_function(*args, *kwargs): return cors_after_request(app.make_response(f(*args, *kwargs) return wrapped_function if hasattr(app, handle_exception): app.handle_excepti
8、on=_after_request_decorator( app.handle_exception) File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 1741, in handle_exception # if we want to repropagate the exception, we can attempt to # raise it with the whole traceback in case we can do that # (the function was actually called
9、 from the except part) # otherwise, we just raise the error again if exc_value is e: reraise(exc_type, exc_value, tb) else: raise e self.log_exception(exc_type, exc_value, tb) if handler is None: File /root/anaconda3/lib/python3.7/site-packages/flask/_compat.py, line 35, in reraise from io import St
10、ringIO def reraise(tp, value, tb=None): if value._traceback_ is not tb: raise value.with_traceback(tb) raise value implements_to_string=_identity else: text_type=unicode File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 2292, in wsgi_app ctx=self.request_context(environ) error=None
11、 try: try: ctx.push() response=self.full_dispatch_request() except Exception as e: error=e response=self.handle_exception(e) except: error=sys.exc_info()1 File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 1815, in full_dispatch_request request_started.send(self) rv=self.preprocess_
12、request() if rv is None: rv=self.dispatch_request() except Exception as e: rv=self.handle_user_exception(e) return self.finalize_request(rv) def finalize_request(self, rv, from_error_handler=False): """Given the return value from a view function this finalizes the request by convertin
13、g it into a response and invoking the File /root/anaconda3/lib/python3.7/site-packages/flask_cors/extension.py, line 161, in wrapped_function # Wrap exception handlers with cross_origin # These error handlers will still respect the behavior of the route if options.get(intercept_exceptions, True): de
14、f _after_request_decorator(f): def wrapped_function(*args, *kwargs): return cors_after_request(app.make_response(f(*args, *kwargs) return wrapped_function if hasattr(app, handle_exception): app.handle_exception=_after_request_decorator( app.handle_exception) File /root/anaconda3/lib/python3.7/site-p
15、ackages/flask/app.py, line 1718, in handle_user_exception return self.handle_http_exception(e) handler=self._find_error_handler(e) if handler is None: reraise(exc_type, exc_value, tb) return handler(e) def handle_exception(self, e): """Default exception handling that kicks in when an
16、exception occurs that is not caught. In debug mode the exception will File /root/anaconda3/lib/python3.7/site-packages/flask/_compat.py, line 35, in reraise from io import StringIO def reraise(tp, value, tb=None): if value._traceback_ is not tb: raise value.with_traceback(tb) raise value implements_
17、to_string=_identity else: text_type=unicode File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 1813, in full_dispatch_request self.try_trigger_before_first_request_functions() try: request_started.send(self) rv=self.preprocess_request() if rv is None: rv=self.dispatch_request() exce
18、pt Exception as e: rv=self.handle_user_exception(e) return self.finalize_request(rv) def finalize_request(self, rv, from_error_handler=False): File /root/anaconda3/lib/python3.7/site-packages/flask/app.py, line 1799, in dispatch_request # request came with the OPTIONS method, reply automatically if
19、getattr(rule, provide_automatic_options, False) and req.method=OPTIONS: return self.make_default_options_response() # otherwise dispatch to the handler for that endpoint return self.view_functionsrule.endpoint(*req.view_args) def full_dispatch_request(self): """Dispatches the request and on top of that performs request pre and postprocessing as well as HTTP except
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2026陕西健康医疗集团有限公司招聘112人农业考试备考试题及答案解析
- 2026广西贵港桂平市新时代文明实践志愿服务促进中心招聘见习人员2人农业考试备考试题及答案解析
- 2026江西萍乡建工集团有限公司第一批次高层次和急需紧缺人才引进8人农业笔试模拟试题及答案解析
- 2026年注册消防工程师之消防安全技术实务模拟题库及答案详解(基础+提升)
- 2026年国开电大专科会计学概论行考押题宝典题库带答案详解(培优A卷)
- 2026年经济基础知识中级每日一练试卷附参考答案详解【预热题】
- 2026年水利水电工程施工企业“三类人员”安全生产考核能力检测试卷附答案详解(轻巧夺冠)
- 2026年公用设备工程师之专业案例(暖通空调专业)题库检测题型及答案详解【基础+提升】
- 2026年营销渠道管理通关训练试卷附完整答案详解(考点梳理)
- 2026年大学地下建筑结构期末测试卷含答案详解(完整版)
- 北京市海淀区2024-2025学年七年级下学期期中地理试题(解析版)
- 河南省部分名校2024-2025学年高二下学期4月期中联考政治试题(解析版)
- 应收账款法律培训
- 4-02-02-01 国家职业标准客运车辆驾驶员 (2025年版)
- 小学生保护身体隐私课件
- DB51-T 3251-2025 煤矿井下应急广播系统使用管理规范
- 2024北京丰台区高一(下)期中数学(A卷)及答案
- 2025年保安证考试答题技巧与试题答案
- 湖南省2025届高三九校联盟第二次联考生物试卷(含答案解析)
- 会计研究方法论 第4版 课件全套 吴溪 第1-20章 导论- 中国会计学术研究成果的国际发表
- DB22-T 389.4-2025 用水定额 第4部分:居民生活
评论
0/150
提交评论