做游戏时,大家经常会使用到双击、长按等效果。
但是游戏引擎仅仅实现了点击、触摸等,为此我将个人封装的效果共享出来供大家使用。
2024/6/27 18:46:28 1KB 长按 双击 点击效果 封装
1
Java的oauth2.0服务端与客户端的实现.zip封装了oauth2.0的基本架构和实现,对照我的博客http://blog.csdn.net/jing12062011/article/details/78147306使用该源码。
下载项目压缩包,解压,里面两个maven项目:oauthserver和oauthclient01,分别对应oauth服务端和客户端。
服务端对应的数据库sql文件在源码压缩包里可以看到。
两个项目分别用8082端口(服务端端口)和8081端口(客户端端口)部署并启动。
输入客户端地址:http://localhost:8081/oauthclient01/index,点击到服务端请求资源,就可以得到服务端的资源。
2024/4/26 9:38:31 13.24MB Java oauth2.0
1
RobertSedgewickhasthoroughlyrewrittenandsubstantiallyexpandedandupdatedhispopularworktoprovidecurrentandcomprehensivecoverageofimportantalgorithmsanddatastructures.ChristopherVanWykandSedgewickhavedevelopednewC++implementationsthatbothexpressthemethodsinaconciseanddirectmanner,andalsoprovideprogrammerswiththepracticalmeanstotestthemonrealapplications.Manynewalgorithmsarepresented,andtheexplanationsofeachalgorithmaremuchmoredetailedthaninpreviouseditions.Anewtextdesignanddetailed,innovativefigures,withaccompanyingcommentary,greatlyenhancethepresentation.ThethirdeditionretainsthesuccessfulblendoftheoryandpracticethathasmadeSedgewick'sworkaninvaluableresourceformorethan250,000programmers!Thisparticularbook,Parts1n4,representstheessentialfirsthalfofSedgewick'scompletework.Itprovidesextensivecoverageoffundamentaldatastructuresandalgorithmsforsorting,searching,andrelatedapplications.Althoughthesubstanceofthebookappliestoprogramminginanylanguage,theimplementationsbyVanWykandSedgewickalsoexploitthenaturalmatchbetweenC++classesandADTimplementations.Highlights*Expandedcoverageofarrays,linkedlists,strings,trees,andotherbasicdatastructures*Greateremphasisonabstractdatatypes(ADTs),modularprogramming,object-orientedprogramming,andC++classesthaninpreviouseditions*Over100algorithmsforsorting,selection,priorityqueueADTimplementations,andsymboltableADT(searching)implementations*Newimplementationsofbinomialqueues,multiwayradixsorting,randomizedBSTs,splaytrees,skiplists,multiwaytries,Btrees,extendiblehashing,andmuchmore*Increasedquantitativeinformationaboutthealgorithms,givingyouabasisforcomparingthem*Over1000newexercisestohelpyoulearnthepropertiesofalgorithmsWhetheryouarelearningthealgorithmsforthefirsttimeorwishtohaveup-to-datereferencematerialthatincorporatesnewprogrammingstyleswithclassicandnewalgorithms,youwillfindawealthofusefulinformationinthisbook.
2024/4/24 7:27:29 11.47MB 算法 C++
1
Whetheryouarelearningthealgorithmsforthefirsttimeorwishtohaveup-to-datereferencematerialthatincorporatesnewprogrammingstyleswithclassicandnewalgorithms,youwillfindawealthofusefulinformationinthisbook.
2024/4/13 9:27:12 9.57MB java 算法
1
找了好长时间,终于找到了。
保证是完整版的,学习eclipsercp很好的资源,基于4.x,不过是英文的
2024/3/28 9:06:24 25.52MB Eclipse Rich Client Platform
1
vbRichClient精选案例里面涉及了作图动画等很多高级功能解压后必须找到RC5文件夹,进去运行vbs文件注册组件,然后各个案例才能正常运行。
功能很高级,大家可以开开眼界!看看外国人怎么玩vb的!
2024/3/7 18:34:53 9.73MB vbRichClient vb动画 vb图形 vb图像
1
Ansiblehasalargecollectionofinbuiltmodulestomanagevariouscloudresources.Thebookbeginswiththeconceptsneededtosafeguardyourcredentialsandexplainhowyouinteractwithcloudproviderstomanageresources.Eachchapterbeginswithanintroductionandprerequisitestousetherightmodulestomanageagivencloudprovider.LearnaboutAmazonWebServices,GoogleCloud,MicrosoftAzure,andotherproviders.Eachchaptershowsyouhowtocreatebasiccomputingresources,whichyoucanthenusetodeployanapplication.Finally,youwillbeabletodeployasampleapplicationtodemonstratevarioususagepatternsandutilitiesofresources.
2024/3/1 5:28:02 1.32MB Ansible
1
Theacceleratingdeploymentoflarge-scaleweb,cloud,BigData,andvirtualizedcomputingsystemshasintroducedseriousnewchallengesinperformanceoptimization.Untilnow,however,littlereliable,practicalinformationhasbeenavailabletoITprofessionalswhoareresponsibleforrunningthesesystemsefficientlyandcost-effectively.SystemsPerformance:EnterpriseandtheCloudisthesolution.InternationallyrenownedperformanceoptimizationexpertBrendanGreggbringstogetherstate-of-the-arttechniquesandtoolsforanalysisandtuningoflarge-scaleweb/cloudcomputingenvironments.GreggfocusesonLinux/Unix/Solarisperformanceissues,whileofferingprovenmethodologiesanddiscussingkeyissuesthatapplytoallenterpriseoperatingsystems.Coverageincludes:Modernperformanceanalysisandcapacityplanning,includingkeyissuessuchaslatencyanddynamictracingNewperformanceandreliabilitychallengesassociatedwithcloudcomputingMethodology,concepts,terminology,tools,andmetricsKeytradeoffs,includingproblemsofloadvs.architectureTuningoperatingsystems,CPUs,memory,filesystems,disks,networks,andbussesTuningvirtualizedsystemsProgramminglanguageissuesrelatedtoperformance—includingapplicationprofilingforC,C++,Java,andnode.jsBenchmarkingstrategiesandpitfalls,includingcustommicrobenchmarking
2024/2/19 0:21:35 22.56MB Systems Performance
1
SecureBridgerepresentsclientsandserversforSSH,SFTPandSSLprotocolsasanetworksecuritysolution.ItprotectsanyTCPtrafficusingSSHorSSLsecuretransportlayerprotocols,thatprovideauthenticationforbothclientandserver,strongdataencryption,anddataintegrityverification.SecureBridgecomponentscanbeusedinconjunctionwithdataaccesscomponentstopreventdatainterceptionormodificationinanuntrustednetwork.Oursecuritysolutionisveryconvenientinsetupandusage.Itisenoughtoplaceseveralcomponentsontheformandspecifytheserveraddressandtheuserlogininformationtoestablishasecureconnection.Applicationsthathavetoworkwithsecureinformationareeasytodeploy,astheydonotrequireanyexternalfiles.
2024/2/9 7:47:03 39.18MB SecureBridge
1
IntelliJ-HCL插件为基于的IDE提供和配置文件(.tf)支持HCL格式用于(.nomad文件)。

停产通知该项目包含intellij-hcl插件的原始源代码。
该存储库中的代码保持静态,并且只能用于历史参考:不接受任何请求。
尽管此存储库仍用作问题跟踪器,但是请而不是在创建新问题,因为插件是单独发布的,并且在此处跟踪问题更简单。
TL/DR。
从插件版本0.7.0开始,源属于JetBrains,插件为封闭源。
您可以从从JetBrains下载免费插件的新版本。
插件作者的注释去年之前,我已经在空闲时间里开发了这个插件四年,当时很明显,由于缺少空闲时间,我无法跟上最新的Terraform功能。
同时,IaaC尤其是Terraform越来越受欢迎,因此我决定将插件所有权转让给JetBrains。
我相信JetBrains有资源可以随着时间的推移改进插件并提供有效的用户支持。
我要感谢所有用户,贡献者,发现并报告错误的人以及这些年来推广该插件的所有人。
作为过渡的一部分,源代码已移至私有的主要IntelliJ存储库。
JetBrains插件是。
1
共 51 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡