幼儿园教育随笔:走进童心世界.doc

上传人:白大夫 文档编号:4136161 上传时间:2019-10-21 格式:DOC 页数:34 大小:56KB
返回 下载 相关 举报
幼儿园教育随笔:走进童心世界.doc_第1页
第1页 / 共34页
幼儿园教育随笔:走进童心世界.doc_第2页
第2页 / 共34页
幼儿园教育随笔:走进童心世界.doc_第3页
第3页 / 共34页
幼儿园教育随笔:走进童心世界.doc_第4页
第4页 / 共34页
幼儿园教育随笔:走进童心世界.doc_第5页
第5页 / 共34页
点击查看更多>>
资源描述

《幼儿园教育随笔:走进童心世界.doc》由会员分享,可在线阅读,更多相关《幼儿园教育随笔:走进童心世界.doc(34页珍藏版)》请在三一文库上搜索。

1、幼儿园教育论文:进入童真世界幼儿园教育论文:进入童真世界在一项艺术活动中,孩子们在他们带来的煮熟的鸡蛋上画了可爱的鸡蛋宝宝。孩子们很感兴趣,而且玩得很开心,他们很快就画完了画。我让孩子们互相评价。孩子们的照片非常丰富:有不倒翁娃娃,大头儿子,奥特曼,孙悟空等。在评估尹洁的作品时,孩子们笑了。表达了他们的意见:你画得太丑了! 云杰,你的画绝对是我们班上最差的! 云洁,你的鸡蛋简直是驴,真的没有害处! 非常高兴的云洁听了合伙人的争论,低下了头。她的脸红又红,眼中流着泪水。这时,我发现云洁的卵坏了。看着她悲伤的表情,我试探性地问:“云朵干净,你的画很有特色,孩子们想知道你是怎么画的? ”她含泪地说:

2、“当我无法画蛋时,我的蛋坏了。我接了云洁的作品,对孩子们说:“孩子们,你知道吗,云洁今天设计了一个否定的?同样的蛋宝宝-“宝宝的蛋宝宝”,尽管这个蛋宝宝是裸露的屁股,但它像孩子们画的蛋宝宝一样活泼,可爱和美丽。运杰,你真棒,想得真好。孩子们羡慕地看着云洁。云洁很高兴。作为学龄前老师,有必要尊重,理解和照顾幼儿。进入孩子们的孩子般的世界,让他们的个性得到充分激活,并充分发挥幼儿的热情,主动性和创造力。 werkzeug.exceptions.HTTPException.wrap.<locals>newcls: 400 Bad Request: KeyError: text /Werk

3、zeug Debugger var TRACEBACK=140717673825280, CONSOLE_MODE=false, EVALEX=true, EVALEX_TRUSTED=false, SECRET=SI6BdRBydgVkMqFCdXuL; werkzeug.exceptions.BadRequestKeyError werkzeug.exceptions.HTTPException.wrap.<locals>newcls: 400 Bad Request: KeyError: textTraceback (most recent call last) File /

4、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.""&qu

5、ot; return self.wsgi_app(environ, start_response) def _repr_(self): return <%s %r> % ( self._class_._name_, self.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: error=e resp

6、onse=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 will still re

7、spect 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_exception=_after_requ

8、est_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 from the exce

9、pt 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 StringIO def rer

10、aise(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 try: try: ctx

11、.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_request() if r

12、v 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 converting it into a re

13、sponse 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): def _after_reque

14、st_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-packages/flask/

15、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 exception occu

16、rs 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_to_string=_identity else:pre class=line aft

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 其他


经营许可证编号:宁ICP备18001539号-1