1、下载并安装mysql,将脚本执行至数据库中;
2、配置java环境,使用jdk8,配置环境变量,下载IntelliJIDEA2019.2.4,该工具为java代码编译器3、下载Maven,配置至环境变量(百度搜索很多),将构建器为Maven,类库配置成阿里库(方法:百度搜索很多很多)4、将工程导入后,在application-local.yml文件中配置数据库5、在logback-prod.xml文件中配置log日志6、配置完毕后,即可启动访问地址:http://localhost:8082/anime/login.html用户名:admin密码:adminV:china18661、 登录2、 首页3、 权限管理-用户管理4、 权限管理-添加用户数据5、 交通数据管理-查看交通数据6、 交通数据管理-添加交通数据7、 交通预测-交通数据预测脚本:CREATETABLE`traffic_data_t`(`id`INT(11)NOTNULLAUTO_INCREMENTCOMMENT'序列',`trafficId`VARCHAR(50)NULLDEFAULTNULLCOMMENT'交通数据编号',`trafficContent`VARCHAR(50)NULLDEFAULTNULLCOMMENT'交通状况',`trafficSection`VARCHAR(200)NULLDEFAULTNULLCOMMENT'交通路段',`trafficMan`VARCHAR(200)NULLDEFAULTNULLCOMMENT'上报人',`trafficDate`VARCHAR(200)NULLDEFAULTNULLCOMMENT'上报时间',`status`VARCHAR(200)NULLDEFAULTNULLCOMMENT'交通状态',PRIMARYKEY(`id`))COMMENT='交通数据表'COLLATE='utf8_general_ci'ENGINE=InnoDBAUTO_INCREMENT=44;CREATETABLE`sys_user_t`(`id`INT(11)NOTNULLAUTO_INCREMENT,`role_id`INT(11)NULLDEFAULTNULLCOMMENT'角色ID',`user_id`VARCHAR(50)NOTNULLCOMMENT'用户ID',`user_name`VARCHAR(100)NOTNULLCOMMENT'用户名',`status`INT(11)NOTNULLCOMMENT'是否有效0:false\\\\1:true',`create_date`TIMESTAMPNULLDEFAULTCURRENT_TIMESTAMP,`create_by`VARCHAR(100)NULLDEFAULTNULL,`last_update_date`TIMESTAMPNULLDEFAULTCURRENT_TIMESTAMP,`last_update_by`VARCHAR(100)NULLDEFAULTNULL,`password`VARCHAR(128)NOTNULL,`tenantcode`VARCHAR(50)NOTNULL,`diskId`VARCHAR(500)NULLDEFAULTNULL,`remarks`VARCHAR(500)NULLDEFAULTNULL,PRIMARYKEY(`id`))COMMENT='系统用户表'COLLATE='utf8_general_ci'ENGINE=InnoDBAUTO_INCREMENT=51;CREATETABLE`sys_role_t`(`role_id`INT(11)NOTNULLCOMMENT'角色ID',`role_name`VARCHAR(200)NOTNULLCOMMENT'权限名称',`status`INT(11)NOTNULLCOMMENT'是否有效0:true\\\\1:false',`create_date`TIMESTAMPNULLDEFAULTCURRENT_TIMESTAMP,`create_by`VARCHAR(100)NULLDEFAULTNULL,`last_update_date`TIMESTA
2023/10/11 10:15:38 48.53MB java毕业设计
1
1)代码注释很详细的,非常适合学习STL的2)string类经常用到findfind_first_offind_first_not_offind_last_offind_last_not_ofsubstrreplace等,以及联合使用来达到java中的split和trim3)有些函数返回的是MyString&、Char&等(引用),MyString、Char等(传值)这得看你返回的对象是函数的局部变量还是全局变量(或者类当前对象成员变量);
前者只能返回一个MyString、Char等;
后者强烈建议返回MyString&、Char&等(引用);
2023/8/26 16:12:54 416KB string类实现
1
<!--提供跨域支持-->CORScom.thetransactioncompany.cors.CORSFiltercors.allowOrigin*cors.supportedMethodsGET,POST,HEAD,PUT,DELETEcors.supportedHeadersAccept,Origin,X-Requested-With,Content-Type,Last-Modifiedcors.exposedHeadersSet-Cookiecors.supportsCredentialstrueCORS/*
2023/8/17 1:04:56 34KB tomcat 跨域
1
多GPU无合成绘制算法采用混合sort-first与sort-last的并行绘制模式,将绘制任务划分为多个子任务集合进行并行绘制并异步合成显示。
原方法中对屏幕的分割方式过于平凡,未明确提出一种高效的屏幕分割策略,从无合成算法本身特性出发,提出一种自适应屏幕划分策略,该算法根据GPU数目及绘制分辨率参数,启发式计算屏幕初始划分方式,再采用统计性能反馈的方式动态选择最佳屏幕划分方式,较原有方法更易于实现子屏幕任务的负载平衡,实验表明,算法在带来很少额外计算开销的同时,能够有效平衡并行绘制任务负载,进一步发挥多GPU无合成并行绘制系统的绘制效率。
1
不耐烦不是没有人有时间收集数据(即将推出)不耐烦如何翻译查询介绍Impatient是一个库,它提供了为SQL数据库构建功能强大的LINQ查询提供程序所需的基础结构。
它提供以下支持:导航属性几乎每个标准的LINQ查询运算符,包括(但不限于):Select/Where和他们的“索引参数”变种OrderBy/ThenBy及其Descending变体Join/GroupJoin/SelectMany/GroupJoinGroupByAverage/Count/LongCount/Max/Min/SumAll/Any/ContainsFirst/Last/Single/ElementAt及其OrDefault变体Concat/Except/Intersect/UnionSkipWhile/TakeWhile及其“索引参数”变体DistinctReverseSequenceEqualZip数据库本机JSON支持(例如SQLServer的FORJSON)
2023/5/30 13:37:53 653KB linq sql orm csharp
1
文件为doc版,可自行转成txt,在手机上看挺好的。
本资源来自收集,若有漠视还请告知,如感应还不错,请留言告知起初人,谢谢!!!!!入门学习Linux罕用必会60个召唤实例详解Linux必学的60个召唤Linux提供了大宗的召唤,行使它能够实用地实现大宗的责任,如磁盘操作、文件存取、目录操作、进程管理、文件权限设定等。
所以,在Linux体系上责任离不开使用体系提供的召唤。
要想真正知道Linux体系,就必需从Linux召唤学起,经由底子的召唤学习能够进一步知道Linux体系。
不合Linux发行版的召唤数目不同样,但Linux发行版本起码的召唤也有200多个。
这里笔者把比力弥留以及使用频率至多的召唤,依据它们在体系中的传染分成上面六个部份逐个介绍。
◆装置以及登录召唤:login、shutdown、halt、reboot、install、mount、umount、chsh、exit、last;
◆文件处置召唤:file、mkdir、grep、dd、find、mv、ls、diff、cat、ln;
◆体系管理相关召唤:df、top、free、quota、at、lp、adduser、groupadd、kill、crontab;
◆收集操作召唤:ifconfig、ip、ping、netstat、telnet、ftp、route、rlogin、rcp、finger、mail、nslookup;
◆体系清静相关召唤:passwd、su、umask、chgrp、chmod、chown、chattr、sudops、who;
◆另外召唤:tar、unzip、gunzip、unarj、mtools、man、unendcode、uudecode。
本文以MandrakeLinux9.1(Kenrel2.4.21)为例,介绍Linux下的装置以及登录召唤。
i妹妹ortality按:请用ctrl+f在本页中查找某一部份的内容或者某一召唤的用法。
--------------------------------------------------------------------------------Linux必学的60个召唤(1)-装置与上岸召唤login1.传染login的传染是登录体系,它的使用权限是齐全用户。
2.格式login[name][-p][-h主机称谓]3.首要参数-p:告知login相持普通的情景参数。
-h:用来向短途登录的之间传输用户名。
假如遴选用召唤行方式登录Linux的话,那末看到的第一个Linux召唤便是login:。
普通界面是如许的:ManddrakeLinuxrelease9.1(Bamboo)fori586renrel2.4.21-0.13mdkoni686/tty1localhostlogin:rootpassword:上面代码中,第一行是Linux发行版本号,第二行是内核版本号以及登录的虚构抑制台,咱们在第三行输入登录名,按“Enter”键在Password后输入账户密码,就可登录体系。
出于清静思考,输入账户密码时字符不会在屏幕上回显,光标也不挪动。
登录后会看到上面这个界面(以超级用户为例):[root@localhostroot]#lastlogin:Tue,Nov1810:00:55onvc/1上面展现的是登录星期、月、日、功夫以及使用的虚构抑制台。
4.使用本领Linux是一个真正的多用户操作体系,能够同时接受多个用户登录,还应承一个用户举行频频登录。
这是由于Linux以及许多版本的Unix同样,提供了虚构抑制台的晤面方式,应承用户在对于立功夫从抑制台(体系的抑制台是与体系直接相连的把守器以及键盘)举行频频登录。
每一个虚构抑制台能够看做是一个自力的责任站,责任台之间能够切换。
虚构抑制台的切换能够经由按下Alt键以及一个成果键来实现,每一每一使用F1-F6。
譬如,用户登录后,按一下“Alt+F2”键,用户就能够看到上面涌现的“login:”揭示符,阐发用户看到了第二个虚构抑制台。
而后惟独按“Alt+F1”键,就能够回到第一个虚构抑制台。
一个新装置的Linux体系应承用户使用“Alt+F1”到“Alt+F6”键来晤眼前六个虚构抑制台。
虚构抑制台最实用的是,当一个法度圭表标准侵蚀组成体系去世锁时,能够切换到另外虚构抑制台责任,封锁这个法度圭表标准。
shutdown1.传染shutdown召唤的传染是封锁盘算机,它的使用权限是超级用户。
2.格式shutdown[-h][-i][-k][-m][-t]3.弥留参数-t:在窜改到另外运行级别以前,
2023/4/19 14:14:48 104KB 入门 Linux 常用 命令
1
里面有3个源代码文件,last表示最终版,直接运转即可。
2023/2/20 9:46:03 13KB 数据结构 排课系统 C语言
1
cissp官方进修指南第八版(英文),改版后2018最新进修指南。
不用看cbk那么费劲,就看这个版本九百多页,八个知识域全覆盖,还省事。
DevelopmentEditor:KellyTalbotTechnicalEditors:JeffParker,BobSipes,andDavidSeidlCopyEditor:KimWimpsettEditorialManager:PeteGaughanProductionManager:KathleenwisorExecutiveeditor:imminatelProofreader:AmyschneiderIndexer:JohnnaVanHoosedinseProjectCoordinator,Cover:brentSavageCoverDesigner:wileyCoverImage:@JeremyWoodhouse/GettyImages,Inc.CopyrightC2018byJohnWileySons,InC,Indianapolis,IndianaPublishedsimultaneouslyinCanadaISBN:978-1-119-47593-4ISBN:978-1-119-47595-8(ebk)ISBN:978-1-119-47587-3(ebk)ManufacturedintheUnitedStatesofamericaNopartofthispublicationmaybereproduced,storedinaretrievalsystemortransmittedianyformorbyanymeans,electronic,mechanical,photocopying,recording,scanningorotherwise,exceptaspermittedunderSections107or108ofthe1976UnitedStatesCopyrightAct,withouteitherthepriorwrittenpermissionofthePublisher,orauthorizationthroughpaymentoftheappropriateper-copyfeetotheCopyrightClearanceCenter,222RosewoodDrive,Danvers,MAO1923,(978)750-8400,fax(978)646-8600RequeststothePublisherforpermissionshouldbeaddressedtothepermissionsDepartment,JohnWileysons,Inc.111RiverStreet,Hoboken,NJo7030,(201)748-6011,fax(201)748-6008,oronlineathttp://www.wiley.com/go/permissionsLimitofliability/DisclaimerofWarranty:Thepublisherandtheauthormakenorepresentationsorwarrantieswithrespecttotheaccuracyorcompletenessofthecontentsofthisworkandspecificallydisclaimallwarranties,includingwithoutlimitationwarrantiesoffitnessforaparticularpurpose.Nowarrantymaybecreatedorextendedbysalesorpromotionalmaterials.Theadviceandstrategiescontainedhereinmaynotbesuitableforeverysituation.Thisworkissoldwiththeunderstandingthatthepublisherisnotengagedinrenderinglegal,accounting,orotherprofessionalservices.Ifprofessionalassistanceisrequiredtheservicesofacompetentprofessionalpersonshouldbesought.Neitherthepublishernortheauthorshallbeliablefordamagesarisingherefrom.ThefactthatanorganizationorWebsiteisreferredtointhisworkasacitationand/orapotentialsourceoffurtherinformationdoesnotmeanthattheauthororthepublisherendorsestheinformationtheorganizationorWebsitemayprovideorrecommendationsitmaymakeFurtherreadersshouldbeawarethatInternetWebsiteslistedinthisworkmayhavechangedordisappearedbetweenwhenthisworkwaswrittenandwhenitisreadForgeneralinformationonourotherproductsandservicesortoobtaintechnicalsupportpleasecontactourCustomerCareDepartmentwithintheU.S.at(877)762-2974,outsidetheUS.at(317)5723993orfax(317)572-4002Wileypublishesinavarietyofprintandelectronicformatsandbyprint-on-demand.Somematerialincludedwithstandardprintversionsofthisbookmaynotbeincludedine-booksorinprint-On-demand.IfthisbookreferstomediasuchasaCDorDVdthatisnotincludedintheversionyoupurchasedyoumaydownloadthismaterialathttp://booksupport.wilev.comFormoreinformationaboutwileyproductsvisitwww.wiley.comLibraryofCongressControlNumber:2018933561TRADEMARKS:Wiley,theWileylogo,andtheSybexlogoaretrademarksorregisteredtrademarksofJohnWileySons,Incand/oritsaffiliates,intheUnitedStatesandothercountries,andmaynotbeusedwithoutwrittenpermission.CISSPisaregisteredtrademarkof(ISC)2,Inc.AllothertrademarksarethepropertyoftheirrespectiveownersJohnWileySons,Incisnotassociatedwithanyproductorvendormentionedinthisbook.ToDewittLatimer,mymentor,friend,andcolleague.Imissyoudearly.MikeChappleToCathy,yourperspectiveontheworldandlifeoftensurprisesme,challengesme,andmakesmeloveyouevenmoreJamesmichaelstewartToNimfa,thanksforsharingyourlifewithmeforthepast26yearsandlettingmeshareminewithyouDarrilgibsonDearFuture(ISC)2MemberCongratulationsonstartingyourjourneytoCISSPRcertificationEarningyourCISSPisanexcitingandrewardingmilestoneinyourcybersecuritycareer.Notonlydoesitdemonstrateyourabilitytodevelopandmanagenearlyallaspectsofanorganizationscybersecurityoperations,butyoualsosignaltoemployersyourcommitmenttolife-longlearningandtakinganactiveroleinfulfillingthe(isc)2visionofinspiringasafeandsecurecyberworldThematerialinthisstudyguideisbaseduponthe(isc)2cisspCommonBodyofKnowledge.ItwillhelpyoupreparefortheexamthatwillassessyourcompetencyinthefollowingeightdomainsaSecurityandriskmanagement■AssetsecuritySecurityArchitectureandengineeringaCommunicationandNetworksecurityaIdentityandAccessManagement(IAM)SecurityAssessmentandTesting■SecurityOperationsSoftwareDevelopmentSecurityWhilethisstudyguidewillhelpyouprepare,passingthecisspexamdependsonyourmasteryofthedomainscombinedwithyourabilitytoapplythoseconceptsusingyourreal-worldexperienceiwishyouthebestofluckasyoucontinueonyourpathtobecomeaCISSPandcertifiedmemberof(Isc)2Sincerely,Davidshearer.CISSPCEO(ISC)2Ackn。
w|edgmentsWe'dliketoexpressourthankstoSybexforcontinuingtosupportthisproject.Extrathankstotheeightheditiondevelopmentaleditor,kellyTalbot,andtechnicaleditors,JeffParker,BobSipes,andDavidSeidlwhoperformedamazingfeatsinguidingustoimprovethisbookThanksaswelltoouragent,CaroleJelen,forcontinuingtoassistinnailingdowntheseprojectsMikejames.anddarrilSpecialthanksgototheinformationsecurityteamattheUniversityofNotreDame,whoprovidedhoursofinterestingconversationanddebateonsecurityissuesthatinspiredandinformedmuchofthematerialinthisbookIwouldliketothanktheteamatwileywhoprovidedinvaluableassistancethroughoutthebookdevelopmentprocess.ialsooweadebtofgratitudetomyliteraryagent,CaroleJelenofWatersideProductions.Mycoauthors,JamesMichaelStewartanddarrilGibsonweregreatcollaborators.JeffParker,BobSipes,andDavidSeidl,ourdiligentandknowledgeabletechnicaleditors,providedvaluableinsightaswebroughtthiseditiontopressIdalsoliketothankthemanypeoplewhoparticipatedintheproductionofthisbookbutwhomIneverhadthechancetomeet:thegraphicsteam,theproductionstaff,andallofthoseinvolvedinbringingthisbooktopress-MikeChappleThankstoMikeChappleandDarrilGibsonforcontinuingtocontributetothisprojectThanksalsotoallmycisspcoursestudentswhohaveprovidedtheirinsightandinputtoimprovemytrainingcoursewareandultimatelythistome.Tomyadoringwife,CathyBuildingalifeandafamilytogetherhasbeenmorewonderfulthanIcouldhaveeverimagined.ToSlaydeandremi:youaregrowingupsofastandlearningatanoutstandingpace,andyoucontinuetodelightandimpressmedaily.YouarebothgrowingintoamazingindividualsTomymom,Johnnie:ItiswonderfultohaveyouclosebyToMarkNomatterhowmuchtimehaspassedorhowlittleweseeeachother,Ihavebeenandalwayswillbeyourfriend.andfinally,asalways,toElvis:Youwerewayaheadofthecurrentbaconobsessionwithyourpeanutbutter/banana/baconsandwich;ithinkthat'sproofyoutraveledthroughtimeJamesmichaelStewartThankstoJimMinatelandCaroleJelenforhelpinggetthisupdateinplacebefore(IsC)2releasedtheobjectives.Thishelpedusgetaheadstartonthisnewedition,andweappreciateyourefforts.It'sbeenapleasureworkingwithtalentedpeoplelikeJamesMichaelStewartandMikeChappleThankstobothofyouforallyourworkandcollaborativeeffortsonthisproject.Thetechnicaleditors,JeffParkerBobSipes,andDavidSeidl,provideduswithsomeoutstandingfeedback,andthisbookisbetterbecauseoftheireffortsThankstotheteamatSybex(includingprojectmanagers,editors,andgraphicsartists)foralltheworkyoudidhelpingusgetthisbooktoprint.Last,thankstomywife,Nimfa,forputtingupwithmyoddhoursasIworkedonthisbookDarrilgibsonAbouttheauthorsMikeChapple,CISSP,PhD,Security+,CISA,CySA+,isanassociateteachingprofessorofIT,analytics,andoperationsattheUniversityofNotreDame.InthepasthewaschiefinformationofficerofBrandInstituteandaninformationsecurityresearcherwiththenationalSecurityagencyandtheu.s.airForcehisprimaryareasofexpertiseincludenetworkintrusiondetectionandaccesscontrols.mikeisafrequentcontributortoTechTarget'sSearchSecuritysiteandtheauthorofmorethan25booksincludingthecompanionbooktothisstudyguide:CISSPOfficial(ISC)2PracticeTests,theCompTIACSA+StudyGuide,andCyberwarfare:InformationOperationsinaConnectedWorld.MikeoffersstudygroupsfortheCISSP,SSCP,Security+,andcSa+certificationsonhiswebsiteatwww.certmike.comJamesMichaelStewart,CISSP,CEH,ECSA,CHFI,Security+Network+,hasbeenwritingandtrainingformorethan20years,withacurrentfocusonsecurity.hehasbeenteachingCiSsPtrainingcoursessince2002,nottomentionothercoursesonInternetsecurityandethicalhacking/penetrationtestingHeistheauthorofandcontributortomorethan75booksandnumerouscoursewaresetsonsecuritycertification,Microsofttopics,andnetworkadministrationincludingtheSecurity+(SY0-501)Reviewguide.Moreinformationaboutmichaelcanbefoundathiswebsiteatwww.impactonline.comDarrilGibson,CISSP,Security+,CASP,istheCeoofYODa(shortforYouCanDoAnything),andhehasauthoredorcoauthoredmorethan40books.Darrilregularlywrites,consults,andteachesonawidevarietyoftechnicalandsecuritytopicsandholdsseveralcertificationsHeregularlypostsblogarticlesathttp://blogs.getcertifiedgetahead.com/aboutcertificationtopicsandusesthatsitetohelppeoplestayabreastofchangesincertificationexams.Heloveshearingfromreaders,especiallywhentheypassanexamafterusingoneofhisbooks,andyoucancontacthimthroughthelebloggingsite.
2023/2/8 11:30:06 18.38MB cissp 官方英文版
1
模仿数据链路层的gobackn协议/*该协议是搭载ack的回退n步协议*/#include#include"protocol.h"#definemax_seq7#defineflag126#defineESC100#definewait_time2700 //发送计时器等待的时间#defineack_wait_time280staticintphl_ready=0;unsignedcharbuf[max_seq+1][270];unsignedcharack[8];//发送空的ack帧unsignedcharin_buf[600],last_buf[520];//接收时的缓冲区;去掉冗余之后的缓冲区,为防备因误码两帧合并为一帧而定义了很大一个数组intnbuffered=0;//发送的帧数intbuf_size[max_seq+1];//记下以发送各帧的帧长intnext_frame_to_send=0;intframe_in_phl=0;//用于成帧intframe_expected=0;intack_expected=0;intbetween(inta,intb,intc){ if(((a<=b)&&(b<c))||((c<a)&&(a<=b))||((b<c)&&(c<a))) return1; elsereturn0;}//判断帧尾,防止出现误判escescflag为数据的情况intend_flag(intin_len){ intcount=0; inti; if(in_len=0;i--)//记录flag前的esc数目 count++; returncount%2;//若flag前的esc为偶数,则为帧尾}//成帧函数--数据帧voidsend_frame(char*my_buf,intlen){ intn; buf[frame_in_phl][0]=(frame_expected+max_seq)%(max_seq+1); //ack buf[frame_in_phl][1]=frame_in_phl; //发送帧的帧号 for(n=0;n<len;n++) buf[frame_in_phl][n+2]=my_buf[n]; //将处理过的新帧赋值到缓冲区中 len=len+2; *(unsignedint*)(buf[frame_in_phl]+len)=crc32(buf[frame_in_phl],len); //在原始帧的基础上加检验和 buf_size[frame_in_phl]=len+4; //记录当前帧的长度,包括3个帧头,4个检验和 nbuffered=nbuffered+1; //缓冲区占用数加一 frame_in_phl=(frame_in_phl+1)%(max_seq+1);}//成帧函数--ack帧voidsend_ack() //ack帧的处理{ ack[0]=(frame_expected+max_seq)%(max_seq+1); ack[1]=max_seq+10; //ack帧的序号位,使ack[1]==frame_expected恒不成立 *(unsignedint*)(ack+2)=crc32(ack,2); //在原始帧的基础上加检验和}//主函数intmain(intargc,char**argv){intevent,arg,n,m,i,j,len=0,in_len=0; unsignedcharmy_buf[260]; intphl_wait=0;//在物理层中还没有被发送的帧protocol_init(argc,argv);enable_network_layer();for(;;){event=wait_for_event(&arg);switch(event){caseNETWORK_LAYER_READY:
2019/7/26 21:18:43 425KB go back n gobackn
1
ActiveRecord模型Rails实验室目标手动创建迁移手动创建模型建立模型实例方法建立模型您可以在spec/models目录中找到此应用程序的测试套件,并使用以下命令运行它们:bundleexecrspec。
该实验室进行测试以确保您的应用程序可以创建记录,并且具有可以在模型上调用的实例方法。
指示手动创建一个名为“students的表,该表具有以下列:first_name和last_name–这应该通过创建新的数据库迁移来完成为学生表创建一个模型,该模型继承自ActiveRecord::Base在模型中实现to_s实例方法,该方法将为学生前往串联的名字和姓氏。
例如:first_name:"Daenerys",last_name:"Targaryen"=>"DaenerysTargaryen"在Learn.co上查看,并开始
2022/9/4 4:30:24 43KB Ruby
1
共 21 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡