首页 > 其他分享 >Reflective Journal II

Reflective Journal II

时间:2024-04-20 19:56:31浏览次数:14  
标签:school was Journal didn presentation II video Reflective my

It was my first time to make a DMC project-video presentation.when I saw the request,I immediately remembered my physics teacher in my high school.He affected me a lot.His PPT was easy to make.I frequently use photograph and sentence to describle his appreance and character.On the country,I got into trouble when I recorded video.Microphone of personal computer was broken and app to edit video didn't work.After many useless attempts,I had recoeded video with smart phone.I didn't clip my video.
Improvement of my writing skill and ability about PPT is what I have learnt.After seeing other'work,I realized enough innovate is essential for us.Besides, video presentation is more beneficial for our comprehensive quality. Finally,I don't like or hate this homework.To be honest,it gives me a kind of feeling that I come back to the past and write passage in primary school.

标签:school,was,Journal,didn,presentation,II,video,Reflective,my
From: https://www.cnblogs.com/ryann464/p/18148063

相关文章

  • Reflective Journal
    Theprocessofdoingavideopresentationwaschallengingforme.Ibeganbythinkingsomeaspectsthatwouldbestdescribemyfriendandexpressmyfeelings.ThenIcarefullyselectedsomespecialthingshappenedbetweenus,suchasourfirstmeet,added......
  • Reflective journal
    ItwasmyfirsttimetomakeaDMCproject-videopresentation.WhenImadeit,IonlyusedapprochesthatIusedbefore.However,Ifounditalittlebitboring.And,itisdifficulttoappealone’sinterestandattention.Tosolvethisproblem,Iaddedsomepi......
  • Reflective journal II
    (1)Firstofall,Ineedtochooseapeopletopresentate.Then,Ichosesomeaspectsofherandwrotedowndetaileddiscriptionofthese.Atthesametime,Iaskedherwhetherhermindbeingpresentated.Iflippedthroughmyalbumbutcouldnotfindanyphotos......
  • Reflective Journal II
    AfterIwasaskedtodoavideopresentation,IdecidedwhoIwasgoingtointroduceandwhattocoverinmypresentationatfirst.ThenIbegantowritethetextinthePPT.Duringtheprocess,ImadeafewadjustmentstomakemyPPTmoreaesthetic.Fina......
  • Reflective Journal ∥
    1.First,Ichoseasuitabletheme,madetheopeningandclosingpages,thenconfirmedthedirectory,anddecidedthecontentofeachPPTpage,whichincludesimages,animations,andvarioustextformatsthatneedtobeset.Aftercompletingit,Irereadi......
  • IIS 执行此操作时出错。 详细信息:web.config 错误,.net core项目
    一、IIS执行此操作时出错。详细信息:web.config错误,.netcore项目   运行报错错误信息提示的很明确:IISWebCore模块问题二、解析:IIS下报错,但是直接启动exe文件可以正常运行。 三、解决方案先安装IIS,然后安装Asp.netCore运行时。 更多:IIS10隐藏https......
  • IIS 部署WEBAPI
    ASP.NETCore不再是由IIS工作进程(w3wp.exe)托管,而是使用自托管Web服务器(Kestrel)运行,IIS则是作为反向代理的角色转发请求到Kestrel不同端口的ASP.NETCore程序中,随后就将接收到的请求推送至中间件管道中去,处理完你的请求和相关业务逻辑之后再将HTTP响应数据重新回写到IIS中,最终转达......
  • Quartus 配置 Nios® II EDS 开发
    安装Quartus按照我之前写的文章安装即可——Quartus入门安装Ubuntu18.04(Linux桌面用户直接跳过该步骤)在官方下载页面可以看到,我们需要安装Ubuntu18.04LTS并启用WSLWSL这里介绍WSL的安装方法,打算使用WSL2的读者请根据需要阅读本文中的参考链接使用管理......
  • 29天【代码随想录算法训练营34期】第七章 回溯算法part05 (491.递增子序列 * 46.全排
    491.递增子序列如果在最前面加一个uset=set(),这个就是给这一层一个usedset,很好用,不错classSolution:deffindSubsequences(self,nums:List[int])->List[List[int]]:result=[]self.backtracking(nums,[],result,0)returnresult......
  • Yii2-url路由配置
    Yii2-url路由配置没做任何处理的情况下,url地址如下http://www.yii2-basic.com/index.php?r=site/about去掉index.php和开启url美化/web/目录下添加.htaccess文件RewriteEngineon#如果是一个目录或者文件,就访问目录或文件RewriteCond%{REQUEST_FILENAME}!-d......