privatevoidbutton1_Click(objectsender,System.EventArgse) {//保存为EXCEL文件 if(this.listView1.Items.Count0) { MyRange=MyWorkSheet.get_Range("A2",Missing.Value); object[,]MyData=newObject[this.listView1.Items.Count,3]; foreach(ListViewItemlviinthis.listView1.Items) { MyData[lvi.Index,0]=lvi.Text; MyData[lvi.Index,1]=lvi.SubItems[1].Text; MyData[lvi.Index,2]=lvi.SubItems[2].Text; } MyRange=MyRange.get_Resize(this.listView1.Items.Count,3); MyRange.Value2=MyData; MyRange.EntireColumn.AutoFit(); } MyExcel=null; } catch(ExceptionErr) { MessageBox.Show("调用EXCEL程序时出现错误!"+Err.Message,"信息提示",MessageBoxButtons.OK,MessageBoxIcon.Information); } }
2024/7/7 20:16:32 627KB EXCEL
1
IBM的MQTT给了一个PHP的服务端代码,在网上找了一个JAVA实现服务端代码的例子,调通了。
如果想做这个例子需要自己用电脑建一个wifi,手机连上这个wifi,代码中要改几个个地方1android服务里有几个MQTT_HOST是ip地址改成自己wifi的ip;
2服务端的publish方法是用来发送的,第一个参数是客户端idclientId,要改成自己在手机客户端设定的名字,前面还有个域,比如mqttClient.publish("tokudu/"+clientId,message.getBytes(),0,false);我的clientId是sly。
其他的大家就自己研究吧
2024/7/7 6:02:36 2.42MB MQTT Android JAVA 推送
1
kinectv2鲜有的开发书籍,比看msdn要方便的多。
SetupKinect2andaworkspaceforKinectapplicationdevelopmentAccessaudio,color,infrared,andskeletaldatastreamsfromKinectUsegestureandspeechrecognitionPerformcomputervisionmanipulationsonimagedatastreamsDevelopWindowsStoreappsandUnity3DapplicationswithKinect2TakeadvantageofKinectFusion(3Dobjectmappingtechnology)andKinectRipple(Kinectprojectorinfotainmentsystem)
2024/7/7 2:06:06 10.95MB Kinect 2.0 API 接口
1
wincc7.0中文版安装方法标签:杂谈软件安装好之后大家最好重启下电脑,然后我们做2个步骤就可以了,视频比较麻烦的。
1,。
首先把硬狗破解文件覆盖下,(破解文件在G:\simaticwincc7.0授权)破解USB硬狗具体操作方法如下:首先在任务管理器(打开点击ctrl+alt+delete)里查看一下,是否有CCLicenseService.exe进程在运行,如果有就先结束该进程,然后在C:\ProgramFiles\CommonFiles\Siemens\BIN文件夹里找到CCLicenseService.exe文件(这是默认安装文件夹,如果您安装在其它分区,请在相应分区里找),将其重命名保存(如改为CCLicenseService0.exe或CCLicenseService-old.exe等),然后将附件同名文件放到该文件夹里即可。
现在运行WINCC试试有什么变化?当然,您需要先安装软授权,像其它版本一样。
如果运行有任何问题,可以将内存里的CCLicenseService.exe进程结束,然后恢复原文件即可。
安装方法:winccv7.21、安装windows组件:MessageQuering(消息队列)和IIS2、用虚拟光驱装载ISO文件,运行WinCC_V70_SP2.exe3、出现安装程序的对话框后,不要按任何按钮4、在C盘根目录下,找临时文件夹C:\{NUMBERS-NUMBERS-....}例如:{DFDBB8FE-7426-454A-937C-F8E9230F896A}5、在该文件夹内,找到Properties_SiWA.ini文件,用记事本打开,修改其中[Conditions]段:原来为:[Conditions]Action1=ExtractAction1Condition=Condition1ANDCondition2ANDCondition3(本行需要修改)Condition1....(本行删除)Condition2....(本行删除)Condition3.....(本行删除)修改后为:[Conditions]Action1=ExtractAction1Condition=然后存盘。
6、回到安装程序,即可正常安装WinCC7.0SP2关于WINCC7.0亚洲版本使用USB硬狗的问题,现在有了一个解决方案。
因为相应的WINCC7.0英文版本仍然是使用软授权的,针对WINCC7.0亚洲版使用USB硬狗,我们只需要替换一个文件,就可以像英文版本一样也使用软授权了。
具体操作方法如下:首先在任务管理器里查看一下,是否有CCLicenseService.exe进程在运行,如果有就先结束该进程,然后在C:\ProgramFiles\CommonFiles\Siemens\BIN文件夹里找到CCLicenseService.exe文件(这是默认安装文件夹,如果您安装在其它分区,请在相应分区里找),将其重命名保存(如改为CCLicenseService0.exe或CCLicenseService-old.exe等),然后将英文版的同名文件放到该文件夹里即可。
现在运行WINCC试试有什么变化?当然,您需要先安装软授权,像7.0之前的版本一样。
3.授权文件英文版的授权文件和CCLicenseService.exe文件下载地址如下:http://iask.sina.com.cn/u/ish或者http://ishare.iask.sina.com.cn/f/7795473.html4.上述过程我已经测试过:完全可用而且破解也是成功的。
2024/7/3 4:16:27 2KB 免狗破解
1
陆陆续续用QT开发过很多项目,也用QT写过不少私活项目,也写过N个工具,一直梦寐以求能像VC一样可以很方便的有个自定义的界面,QSS的强大让我看到了很好的希望。
特点:1:无边框窗体,自定义标题栏,鼠标拖动,大小缩放,双击切换。
2:除了少量的几个图片资源外,几乎使用QSS写完所有颜色样式控制。
3:自定义一个QMessageBox对话框,自动换行显示提示信息,可以很方便的调用。
4:使用fontawesome图形字体库,将互联网的优秀资源应用于QT中。
5:彻底公开源码,可以任意随意使用。
6:QT各个版本都可以编译通过,亲测无误。
7:自带提供了四种样式黑色、蓝色、灰色、天蓝色风格供选择,可以自由更改image文件夹下的样式,也可以自己增加一些样式。
2024/6/29 20:34:28 728KB QT 换肤
1
AddFlowfor.NETv2.1.0.7破解版。
亲测绝对可用,全部DLL都已破解,不像网上有些版本只是破解了Lassalle.Flow.dll而已。
解压后DLL直接使用即可。
2024/6/28 10:25:26 259KB AddFlow .NET 破解
1
NOMEDOPROJETO问题问题LoubimIpsumClassactenttacitisociosquadlitoraTorctantonconubianostra,perinceptoshimenaeos。
Proincongueauctorarcuvelpharetra。
毛里斯坐在amet车辆直径。
在前庭庭艺作品中,《天妇罗》(digussimquis)。
Nampharetraaliquamligula,utlaoreetelitmollistempor。
Etiamnoninterdumenim。
非整数风险,非委内瑞拉毛利人。
Aenean坐着ametpellentesquemetus,一个无礼的爱神。
Fusce坐在前。
毛茸茸的种子。
在效率上应注意非溃疡性疾病。
Descriçãodasoluçã
2024/6/27 22:42:34 3KB
1
克拉托斯刀KratosKnife是用于WindowsOS的python3编写的高级BOTNET。
带有许多高级功能,例如持久性和VM检测方法,内置活页夹等免责声明:laptop_computer:该项目仅出于良好目的和个人用途而创建。
本软件按“原样”提供,没有任何形式的保证。
您可能会自行承担使用此软件的风险。
使用是最终用户的完全责任。
开发人员不承担任何责任,也不对本程序引起的任何误用或损坏负责。
注意:某些功能正在开发中攻击者/管理面板中可用的命令客户命令地点偷窃者1.平1.获取位置信息1.窃取FirefoxCookie2.上传并执行文件2.在地图上显示位置2.偷镀Chrome饼干3.显示MessageBox电脑指令3.窃取比特币钱包4.截图1.关机4.窃取WiFI保存的密码5.安装的软件2.重新启动键盘记录器6.执行脚本3.注销1.启动Keylogger[开发中]7.提升用户状态开启网页2.停止键盘记录器[开发中]8.清除TEMP文件夹1.打开网页(可见)3.检索日志[开发中]客户端命
2024/6/26 19:30:12 5.93MB html bot php botnet
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
ThisbookisallaboutDTrace,withtheemphasisonusingDTracetounderstand,observe,anddiagnosesystemsandapplications.AdeepunderstandingofthedetailsofhowDTraceworksisnotnecessarytousingDTracetodiagnoseandsolveproblems;thus,thebookcoversusingDTraceonsystemsandapplications,withcommand-lineexamplesandagreatmanyDscripts.Dependingonyourlevelofexperience,weintendthebook’sorganizationtofacilitateitsuseasareferenceguide,allowingyoutorefertospecificchapterswhendiagnosingaparticularareaofthesystemorapplication.
2024/6/23 13:13:36 11.81MB DTrace
1
共 461 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡