ava+SQL信用卡管理系统源代码,MSSQL数据库,比较复杂,新手调试可能会遇到问题,附有Java源代码,仅供学习参考。
Java+SQL信用卡管理系统源代码(1folders,2files,1.38KB,3.52MBintotal.)     源码(1folders,2files,1.38KB,3.52MBintotal.)           信用卡管理系统SQL(4folders,17files,2.21MB,3.52MBintotal.)      card.jpx9.58KB      card.jpx.local3.02KB      card.jpx.local~3.02KB      cardSystem_Data.MDF1.13MB      cardSystem_Log.LDF1.00MB      hs_err_pid1392.log7.06KB      hs_err_pid2360.log6.88KB      hs_err_pid2756.log7.06KB      hs_err_pid2804.log7.05KB      hs_err_pid2932.log6.88KB      hs_err_pid3152.log7.06KB      hs_err_pid3548.log7.05KB      hs_err_pid3856.log7.06KB      hs_err_pid512.log6.88KB      hs_err_pid748.log7.05KB                   bak(1folders,2files,1.38KB,208.28KBintotal.)                    card(0folders,67files,206.90KB,206.90KBintotal.)          cardConnect.java~1~1.52KB          cardConnect.java~2~508bytes          cardConnect.java~3~661bytes          cardConnect.java~4~1.01KB          cardConnect.java~5~971bytes          creditCard.java~1~1.53KB          eventFrame.java~18~2.86KB          eventFrame.java~19~3.04KB          eventFrame.java~20~2.98KB          eventFrame.java~21~3.19KB          eventFrame.java~22~3.20KB          eventFrame.java~23~3.20KB          eventFrame.java~24~3.35KB          eventFrame.java~25~3.36KB          eventFrame.java~26~3.36KB          eventFrame.java~27~3.36KB          getPanel.java~22~3.64KB          getPanel.java~23~3.64KB          getPanel.java~24~3.50KB          getPanel.java~25~3.50KB          getPanel.java~26~3.54KB          getPanel.java~27~3.58KB          getPanel.java~28~3.58KB          getPanel.java~29~3.55KB          getPanel.java~30~3.54KB          getPanel.java~31~3.59KB          loginFrame.java~100~6.04KB          loginFrame.java~101~6.29KB          loginFrame.java~102~6.47KB
2024/6/30 19:42:22 1.26MB java
1
单词复习单词复习Django+MySQL+哈巴狗+JSPython3.7以上Django3MySQL8/SQLite3演示二月的时候简单录了一个DEMO视频,上传到了,欢迎康康。
还有一个,可以先一下。
在线体验的版本对应的master分支,现在交替显示的是ben分支(开发分支)百度网盘对于不熟悉这个网站的同学,可以直接去下载,密码:l3g6。
导入数据库操作请看常规(或)。
另:国内打开这个网页可能回稍慢,请耐心一些dbq资瓷一下呗:face_savoring_food:如果觉得还不错的话,不如在右上方点个stars:glowing_star:呗( ̄▽ ̄)〜_如果童鞋有兴趣的话希望可以一​​起开发新功能呀
2024/6/26 7:55:25 2.17MB python django github-stars english
1
DistributedSystems(3rd)英文无水印原版pdf第3版pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开本资源转载自网络,如有侵权,请联系上传者或csdn删除查看此书详细信息请在美国亚马逊官网搜索此书Copyright@2017MaartenvanSteenandAndrewS.TanenbaumPublishedbyMaartenvanSteenThisbookwaspreviouslypublishedby:PearsonEducation,IncISBN:978-15-430573-8-6(printedversion)ISBN:978-90-815406-2-9(digitalversion)Edition:3.Version:01(February2017)AllrightstotextandillustrationsarereservedbyMaartenvanSteenandAndrewS.Tanenbaum.Thisworkmaynotbecopied,reproduced,ortranslatedinwholeorpartwithoutwrittenpermissionofthepublisher,exceptforbriefexcerptsinreviewsorscholanyformofinformationstorageadaptationorwhatever,computersoftware,orbysimilarordissimilarmethodsnowknownordevelopedinthefutureisstrictlyforbiddenwithoutwrittenpermissionofthepublisherToMarielle,max,andelkeMVSToSuzanneBarbara,Marvin,Aronnathan,olivia,andmirteASTCONTENTSPreface1Introduction1.1Whatisadistributedsystem?Characteristic1:Collectionofautonomouscomputingelements2Characteristic2:SinglecoherentsystemMiddlewareanddistributedsystems1.2DesigngoalsSupportingresourcesharingMakingdistributiontransparent12Beingscalable15Pitfalls243Typesofdistributedsystems24Highperformancedistributedcomputing25Distributedinformationsystems34Pervasivesystems1.4Summary522Architectures552.1Architecturalstyles56Layeredarchitectures.57Object-basedandservice-orientedarchitectures62Resource-basedarchitectures64Publish-subscribearchitectures2.2MiddlewareorganizationWrappersInterceptors垂番Modifiablemiddleware752.3SystemarchitectureCONTENTSCentralizedorganizations76Decentralizedorganizations:peer-to-peersystemsHybridarchitectures2.4Examplearchitectures94TheNetworkFilesystem94TheWeb982.5Summary3Processes1033.1Threads..104Introductiontothreads104Threadsindistributedsystems1113.2Virtualization116Principleofvirtualizationapplicationofvirtualmachinestodistributedsystems,1223.3Clients124Networkeduserinterfaces124Client-sidesoftwarefordistributiontransparency1273.4Servers128Generaldesignissues129Objectservers133Example:TheApacheWebserver139Serverclusters,,,,,,,1413.5Codemigration152Reasonsformigratingcode152Migrationinheterogeneoussystems1583.6Summary1614Communication4.1Foundations164LayeredProtocols164TypesofCommunication.1724.2Remoteprocedurecall..173Basicrpcoperation174Parameterpassing178RPC-basedapplicationsupport182VariationsonrPc185Example:dCErPc,.1884.3Message-orientedcommunication193Simpletransientmessagingwithsockets.193Advancedtransientmessaging198Message-orientedpersistentcommunication206Example:IBM'sWebSpheremessage-queuingsystem212Example:AdvancedMessageQueuingProtocol(AMQP)....218DS3.01DOWNLOADEDBYTEWIGOMIXMAIL.INFOCONTENTS4.4Multicastcommunication221Application-leveltree-basedmulticasting221Flooding-basedmulticasting225Gossip-baseddatadissemination2294.5Summary2345Naming2375.1Names,identifiersandaddresses2385.2Flatnaming.241Simplesolutions241Home-basedapproaches245Distributedhashtables246Hierarchicalapproaches2515.3Structurednaming256Namespaces.256Nameresolution259Theimplementationofanamespace264Example:TheDomainNameSystem271Example:TheNetworkFileSystem2785.4Attribute-basednaming283Directoryservices283Hierarchicalimplementations:LDAP285Decentralizedimplementations2885.5Summary2946Coordination2976.1Clocksynchronization.298Physicalclocks299Clocksynchronizationalgorithms3026.2Logicalclocks310Lamport'slogicalclocks310Vectorclocks3166.3Mutualexclusion321322acentralizedalgorithm.322adistributedalgorithm323atoken-ringalgorithm.325adecentralizedalgorithm3266.4Electionalgorithms329Thebullyalgorithm.,..330Aringalgorithm332Electionsinwirelessenvironments333Electionsinlarge-scalesystems.3356.5Locationsystems336DOWNLOADEDBYTEWIGOMIXMAIL.INFODS301VIllCONTENTSGPS:GlobalPositioningSystem337WhengPsisnotanoption339Logicalpositioningofnodes3396.6Distributedeventmatching..343Centralizedimplementations3436.7Gossip-basedcoordination349asgregation349Apeer-samplingservice350Gossip-basedoverlayconstruction3526.8Summary3537Consistencyandreplication3557.1Introduction356Reasonsforreplication356Replicationasscalingtechnique3577.2Data-centricconsistencymodels358Continuousconsistency359Consistentorderingofoperations364Eventualconsistency3737.3Client-centricconsistencymodels375MonotonicreadsMonotonicwrites.379Readyourwrite380Writesfollowreads3827.4ReplicamanagementFindingthebestserverlocation383Contentreplicationandplacement..385Contentdistribution..388Managingreplicatedobjects3937.5Consistencyprotocols.396Continuousconsistency..........396Primary-basedprotocols398Replicated-writeprotocolsCache-coherence403Implementingclient-centricconsistency,,...4077.6Example:CachingandreplicationintheWeb4097.7Summar4208Faulttoleran4238.1Introductiontofaulttolerance424Basicconcepts.424Failuodels427Failuremaskingbyredundancy8.2Processresilience432DS3.01DOWNLOADEDBYTEWIGOMIXMAIL.INFO
2024/6/24 6:52:56 36.95MB Distributed Systems
1
基于STM32F103系列写的MPU6000硬件SPI通讯驱动,经调试可以读取数据
2024/6/22 10:23:46 1.63MB STM32F103 MPU6000 SPI
1
Qwt6.1.3mvcs2015编译库文件包含qtcreator的插件
2024/6/20 7:35:58 1.01MB Qwt6.1.3 mvcs2015 qtcreator 插件
1
分析了基于平行排列3×3耦合器的双环结构全光缓存器的原理,提出了4种全光缓存器的读写方法:正相光脉冲控制法,反相光脉冲控制法,正相电脉冲控制法和反相电脉冲控制法,介绍了0.89π相移的调节方法,构建了一个环长63m的光缓存器的实验系统,实验不仅验证了4种读写方法,而且结果表明,当缓存圈数超过20圈时,反相光脉冲控制法是唯一可行的方法,实验还发现使用光脉冲控制法时,为了抑制噪声需要提高控制激光器的偏置电流,使控制光的直流分量在500μW~1mW之间,或者注入不同于信号光和控制光的直流光。
使用电脉冲控制法时,也必须注入直流光来抑制噪声。
2024/6/18 14:32:02 2.18MB 光通信 全光缓存 控制技术 噪声抑制
1
cp33的版本通过whl安装
2024/6/18 4:32:14 30.6MB python scipy
1
多核编程的一本经典书籍:IntelThreadingBuildingBlocks编程指南PDF清楚非扫描版本。
文件大小约为3M
1
EASeriesLinksysSmartWi-FiFirmwareVersion:1.1.40(Build166516)LatestDate:05/27/2015Download13MB
2024/6/12 8:06:21 13.05MB Cisco Linksys EA2700
1
RTKLIB是日本东京海洋大学开发(TokyoUniversityofMarineScienceandTechnology)开发的一个开放源程序包,供标准与精确GNSS全球导航卫星系统应用。
RTKLIB包括一个可移植的程序库和几个应用程序(AP)库。
RTKLIB的特点:(1)支持标准的和精确的定位算法:GPS,GLONASS,QZSS准天顶卫星系统,北斗和SBAS(2)支持多种定位模式与GNSS实时和后处理readme:NavIC(IRNSS)completelysupported.RINEX3.04supported.BDS-3andQZSSnewsignalsadded.RTCM3.3amendment-1supported.MT1041/1131-7(NavICephemeris/MSM)added.RTCM3MT1230(GLONASScode-phasebiases)supported.RTCM3MT4076(IGSSSR)supported.GNSSsingalIDchanged:L1,L2,L5/3,L6,L7,L8,L9->L1,L2,L3,L4,L5.OnlyWindows64bitAPssupported.32bitAPsdeleted.WindowsscaledDPIAPssupportedfordifferentDPIscreens.DirectoriesRTKLIB/appandRTKLIB/datareorganized.Licenseclarified.SeeRTKLIB/LICENSE.txt.BugsandproblemsfixedincludingGitHubIssues:#461,#477,#480,#514,#540,#547,#555,#560.
2024/6/12 8:32:40 36.61MB RTKLIB GNSS RTK PPP
1
共 242 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡