How
  • 2024-06-22Final
    1.Considerhowyourunderstandingofdigitalmultimodalcomposinghasevolved;Fromaneasyunderstandingthatitisjustaboutvideostoamoredeeperunderstanding.Learnthattherearemanydifferentkindsofdigitalmultimodal.2.Reflectonthechalle
  • 2024-06-21Reflective Journal Final
    Inthefirstclass,Itouchedthisentirelynewconcept.Actually,Ididn'tknowwhatisdigitalmultimodalcomposingexactlyatfirst.Butafterseveralclasses,Igraduallyunderstoodthedigitalmultimodalcomposingisanewstyleofwriting.Ith
  • 2024-06-17Reflective Journal Final
    1.IbelievethattheevolutionofdigitalmultimodalcreationhasevolvedfromsimplePPTproductiontodiversefactorssuchasinsertingimagesandaudio,andthentocreatingyourownvideos,addingsubtitle,narration,stickers,andvisualeffects.As
  • 2024-06-12How to be a senior Solidity Engineer
    一、能够熟练完成常见功能开发Solidity+Hardhat+Ethers熟悉Solidity语法和数据结构,能使用hardhat完成智能合约的自动化测试、优化、部署、交互和SDK封装。Openzipplin+Upgradeable熟悉Openzipplin的所有库文件,能够完成可升级合约的部署和升级。SmartcontractA
  • 2024-06-09研发高阶能力之「技术规划」
    为什么规划是高阶能力明确什么是正确的事(what、why),前置于如何正确的做(how)。真有能力明确,就可以不用亲自做提出正确的问题,比解决问题更难权力/权威/影响力,建立在比别人都更正确规划强依赖的事理逻辑(what、why),长于数理逻辑(how)的程序员好多都学不会或没机会学或不
  • 2024-06-07软件测试笔试题
    1、负载测试(LoadTest):负载测试是一种性能测试,指数据在超负荷环境中运行,程序是否能够承担。关注点:howmuch2、压力测试(StressTest):压力测试(又叫强度测试)也是一种性能测试,它在系统资源特别低的情况下软件系统运行情况,目的是找到系统在哪里失效以及如何失效的地方。3、极限测试E
  • 2024-05-31LeetCode-2883. 删去丢失的数据
    2883.删去丢失的数据DataFramestudents+-------------+--------+|ColumnName|Type|+-------------+--------+|student_id|int||name|object||age|int|+-------------+--------+在name列里有一些具有缺失值的行。编写一个解决方案,删
  • 2024-05-29css08 How To Add CSS
    https://www.w3schools.com/css/css_howto.aspWhenabrowserreadsastylesheet,itwillformattheHTMLdocumentaccordingtotheinformationinthestylesheet.ThreeWaystoInsertCSSTherearethreewaysofinsertingastylesheet:ExternalCSSInte
  • 2024-05-29linux环境开发过程中遇到的问题以及解决办法 how to
    1.装好开发机后上网检查网口是否开通,网线是否正常一般桌面上多个网口可能只开通一个,需要联系IT联系之前可以先找一个正常的网线连到PC看看是否能够提供网络一般从公司内网连接外网需要连接代理检查proxy的可访问性curl-x<proxy_address>:<proxy_port>http://www.example
  • 2024-05-24How to Install LibreOffice on Ubuntu
    HowtoInstallLibreOfficeonUbuntuBYHAROONJAVEDPUBLISHEDDEC30,2023 LookingforasimplealternativetoMicrosoftOfficeonLinux?StartbyinstallingLibreOffice.CorbinDavenport/TheDocumentFoundationQuickLinksWhatIsLibreOffice?
  • 2024-05-24How to compile amstex file
    ProblemIdownloadedatexfilefromarxiv,itstartswith\inputamstex\documentstyle{amsppt}\magnification=1200\hsize=13.8cm\catcode`\@=11\def\NoLogo{\let\logo@\empty}\catcode`\@=\active\NoLogo\def\vgk{\text{\bfVG}_k}\def\
  • 2024-05-23How do I read Japanese characters from a PDF?
    HowdoIreadJapanesecharactersfromaPDF? EncodingCMapsinparticularforCJKscriptsareinaseparatepackage.For.Netuseitext7.font-asianvianuget.ForJavausecom.itextpdf:font-asianviamaven.Theexistenceofthispackageismorevisibl
  • 2024-05-19Reflective journal about digital story
    Process:IfirstchosethestoryIpreferred,andafterfindingthestorytext,Ideliberatedrepeatedly,puttingmyselfintotheprotagonist.Imaginingwhattheprotagonistthoughtof,didandsaid,Igotthefirst-personpointofviewtext.ThenIbegan
  • 2024-05-15How Does the Rook Move?
    题目链接https://codeforces.com/contest/1957/problem/C思路其实不难,最重要的就是一个问题,从n个数中两两配对,有多少种配法首先进行全排列,即N!除去左右相等的即2的n/2次方,再除去彼此之间没顺序(N/2)!代码#include<iostream>#include<cstdio>#include<algorithm>#include<cst
  • 2024-05-15How to subscribe to GPT4?
    如何在没有海外银行卡、海外手机号的情况下注册GPT4?概述:注册美区AppleID,使用礼品卡充值。免责声明:这个过程在理论上是被Apple禁止的,仅能够保证的是截止2024.5这套方法还在生效。由于账号被封导致的问题概不负责。材料:一台Apple设备。一个没有注册过AppleID(或者只注
  • 2024-05-13Using Windows
    UsingWindows2NavigatingWindowsLearnhowtonavigateWindows.3WorkingwithFilesLearnhowtousetheWindowsfilesystemtoworkwithfilesmoreeasily.4FindingFilesonYourComputerUsethesetipstofindfilesonyourcomp
  • 2024-04-298种编程范式
    1.命令式编程(Imperative):详细的命令机器怎么(How)去处理一件事情以达到你想要的结果(What);JAVAC++......2.声明式编程(Declarative):只告诉你想要的结果(What),机器自己摸索过程(How)SQL3.面向对象编程4.面向切面编程5.函数式编程6.反应式编程7.范式编程8.并发编程
  • 2024-04-22C. How Does the Rook Move?
    https://codeforces.com/contest/1957/problem/C题面:题解:补充说明:把n阶棋盘想成n-1阶和外面套了一圈的如上图则可以分成下面两种情况:1.下在(1,1)处,那么为dp[n-1]2.从(1,2)...(1,n-1)|(2,1)...(n-1,1)共有n-1种显然为2(n-1)dp[n-2]那么递推:dp[n]=dp[n-1]+2*(n-1)*dp[n-
  • 2024-04-22C. How Does the Rook Move?
    原题链接题解1.没有棋下也算一种情况!!!!!!!!!2.前k次放置,如果放在对角线上,会把原先n阶矩阵分解成n-1阶矩阵,如果没放在对角线上,会分割成n-2阶矩阵3.不管如何放置,到最后第一列总有且仅有一颗棋子,第一列的第一行只能放白棋,第2到第n行可以放白棋或黑棋,所以第一列的放置有\(2n-1\)种情况
  • 2024-04-20Computer Basics 01 - About this tutorial
     AboutthistutorialThistutorialwillhelpyouunderstandhowcomputersworkandhowtousethem.We'lltalkabouthowtosetupacomputer,thedifferencebetweenhardwareandsoftware,andthetypesofcomputersyoucanuse.We'llalsoexpl
  • 2024-04-20Reflective Journal
    Theprocessofdoingavideopresentationwaschallengingforme.Ibeganbythinkingsomeaspectsthatwouldbestdescribemyfriendandexpressmyfeelings.ThenIcarefullyselectedsomespecialthingshappenedbetweenus,suchasourfirstmeet,added
  • 2024-04-19Reflective Journal ∥
    1.First,Ichoseasuitabletheme,madetheopeningandclosingpages,thenconfirmedthedirectory,anddecidedthecontentofeachPPTpage,whichincludesimages,animations,andvarioustextformatsthatneedtobeset.Aftercompletingit,Irereadi
  • 2024-04-165W2H工作法
    5W2H法是第二世界大战中美国陆军兵器修理部首创。简单、方便,易于理解、使用,富有启发意义,广泛用于企业管理和技术活动,对于决策和执行性的活动措施也非常有帮助,也有助于弥补考虑问题的疏漏。What:工作的内容和达成的目标;Why:做这项工作的原因;Who:参加这项工作的具体人员,以及负责人;W
  • 2024-04-07HOW - Typescript 类型声明文件
    目录一、背景二、如何添加类型定义支持智能提示方法一:使用JSDoc注释方法二:使用TypeScript编写类型声明文件.d.ts方法三:JSDoc注释转Typescript类型声明文件总结二、使用TypeScript编写类型声明文件1.创建类型声明文件2.编写类型声明2.1dec
  • 2024-04-05HOW - 前端国际化之多语言通用方案
    目录一、国际化二、多语言支持1.i18n库或插件2.存在的问题2.1全量语言包影响打包体积2.2语言切换的流畅性2.3SEO问题三、多语言通用方案:不再需要硬编码、重新打包和部署才生效1.独立的文案文件2.语言包管理平台3.版本管理3.1问题3.2