首页 > 其他分享 >Reflective Journal II

Reflective Journal II

时间:2024-04-20 19:58:04浏览次数:14  
标签:better get character Journal some writing II words Reflective

(1)Because the character is special, first I need to get familiar with the character,learn from him to get a better and thorough perspective.Next I have to do some research from the internet and get some information and some photos to make the ppt better.Then I need to write some sentence about the introduction and prepare to read it,so I have to correct my pronunciation for some difficult words.
(2)I've included a lot of images in the video I've shown, including some background images. These pictures are all real scenes in the game, and I think that the visual impact of the pictures can enhance the appeal of the character I want to explain, so as to better show the charm of the character.
(3)First it's the pronunciation.Some words and phrases are difficult to read,especially some Polysyllabic words。Next it's hard to fully explain the whole personality and meaning of the character.Some misunderstandings happan.
(4)From the preparation of the video, I learned how to better express my thoughts and hearts in a more vivid way. At the same time, some grammatical errors in the production were also corrected.
(5)Compared with traditional writing, video presentation can more vividly express the inner thoughts and theme ideas of the producer, and can also better stimulate the interest of the audience.
(6)I actually don't really like the DMC writing, because it takes a lot of time and effort to find materials and photos. Second, there will be deviations in the selectivity of the content, which will cause misunderstandings in conception. But in general, DMC's writing is superior to the traditional writing form, which can show the inner thoughts of the producer more directly and vividly, so that the audience will accept it.

标签:better,get,character,Journal,some,writing,II,words,Reflective
From: https://www.cnblogs.com/3325MAO/p/18148056

相关文章

  • Reflective Journal II
    ItwasmyfirsttimetomakeaDMCproject-videopresentation.whenIsawtherequest,Iimmediatelyrememberedmyphysicsteacherinmyhighschool.Heaffectedmealot.HisPPTwaseasytomake.Ifrequentlyusephotographandsentencetodescriblehisappr......
  • 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......