NoStarchPress出版的关于信息安全的书,内容比较全面Inthishigh-levelsurveyoftheinformationsecurityfield,best-sellingauthorJasonAndresscoversthebasicsofawidevarietyoftopics,fromauthenticationandauthorizationtomaintainingconfidentialityandperformingpenetrationtesting.Usingreal-worldsecuritybreachesasexamples,FoundationsofInformationSecurityexplorescommonapplicationsoftheseconcepts,suchasoperationssecurity,networkdesign,hardeningandpatchingoperatingsystems,securingmobiledevices,aswellastoolsforassessingthesecurityofhostsandapplications.You’llalsolearnthebasicsoftopicslike:MultifactorauthenticationandhowbiometricsandhardwaretokenscanbeusedtohardentheauthenticationprocessTheprinciplesbehindmoderncryptography,includingsymmetricandasymmetricalgorithms,hashes,andcertificatesThelawsandregulationsthatprotectsystemsanddataAnti-malwaretools,firewalls,andintrusiondetectionsystemsVulnerabilitiessuchasbufferoverflowsandraceconditionsAvaluableresourceforbeginningsecurityprofessionals,networksystemsadministrators,oranyonenewtothefield,FoundationsofInformationSecurityisagreatplacetostartyourjourneyintothedynamicandrewardingfieldofinformationsecurity.
2024/9/29 5:29:13 3.07MB Security
1
数值分析(NumericalRecipes)3rdEdition。
原版教材,含源代码。
C语言版本。
WilliamH.Press(Author),SaulA.Teukolsky(Author),WilliamT.Vetterling(Author),BrianP.Flannery(Author)
2024/4/11 21:57:07 9.67MB Numerical Recipes
1
经典人的经典著作,对于想深入了解的人还是很有参考价值的。
2024/2/9 22:41:33 10.46MB Wiener Filter
1
作者:WilliamH.Press/BrianP.Flannery/SaulA.Teukolsky/WilliamT.Vetterling本书编写了300多个实用而有效的数值算法C语言程序。
其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。
全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。
本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。
这些程序可在不同计算机的C语言编程环境下运行。
本书可作为从事科学计算的科技工作者的工具书,计算机软件开发者的参考书,也可以作为大学本科生和研究生的参考书或教材。
2024/2/6 5:38:02 10.13MB Numerical Recipes 数值算法 c
1
Microsoft.Press.Exam.Ref.70-778.Analyzing.and.Visualizing.Data.by.Using.Microsoft.Power.BI.epub
2023/5/6 12:39:09 18.04MB Microsoft.Po
1
while(1){if(PS_Sta)//检测PS_Sta形态,如果有手指按下{press_FR();//刷指纹}}
2023/3/6 18:58:37 8.42MB STM32 AS608
1
autojs打包成apk的插件Auto.js使用JavaScript作为脚本语言,目前使用Rhino1.7.7.2作为脚本引擎,支持ES5与部分ES6特性。
因为Auto.js是基于JavaScript的,学习Auto.js的API之前建议先学习JavaScript的基本语法和内置对象,可以使用教程前面的两个JavaScript教程链接来学习。
如果您想要使用TypeScript来开发,目前已经有开发者公布了一个可以把使用TypeScript进行Auto.js开发的工具,参见Auto.jsDevTools。
如果想要在电脑而不是手机上开发Auto.js,可以使用VSCode以及相应的Auto.js插件使得在电脑上编辑的脚本能推送到手机运行,参见Auto.js-VSCode-Extension。
本文档的章节大致上是以模块来分的,总体上可以分成"自动操作"类模块(控件操作、触摸模仿、按键模仿等)和其他类模块(设备、应用、界面等)。
"自动操作"的部分又可以大致分为基于控件和基于坐标的操作。
基于坐标的操作是传统按键精灵、触摸精灵等脚本软件采用的方式,通过屏幕坐标来点击、长按指定位置模仿操作,从而到达目的。
例如click(100,200),press(100,200,500)等。
这种方式在游戏类脚本中比较有可行性,结合找图找色、坐标放缩功能也能达到较好的兼容性。
但是,这种方式对一般软件脚本却难以达到想要的效果,而且这种方式需要安卓7.0版本以上或者root权限才能执行。
所以对于一般软件脚本(例如批量添加联系人、自动提取短信验证码等等),我们采用基于控件的模仿操作方式,结合通知事情、按键事情等达成更好的工作流。
这些部分的文档参见基于控件的操作和基于坐标的操作。
其他部分主要包括:app:应用。
启动应用,卸载应用,使用应用查看、编辑文件、访问网页,发送应用间广播等。
console:控制台。
记录运行的日志、错误、信息等。
device:设备。
获取设备屏幕宽高、系统版本等信息,控制设备音量、亮度等。
engines:脚本引擎。
用于启动其他脚本。
events:事件与监听。
按键监听,通知监听,触摸监听等。
floaty:悬浮窗。
用于显示自定义的悬浮窗。
files:文件系统。
文件创建、获取信息、读写。
http:HTTP。
发送HTTP请求,例如GET,POST等。
images,colors:图片和图色处理。
截图,剪切图片,找图找色,读取保存图片等。
keys:按键模仿。
比如音量键、Home键模仿等。
shell:Shell命令。
threads:多线程支持。
ui:UI界面。
用于显示自定义的UI界面,和用户交互。
除此之外,Auto.js内置了对Promise。
2021/9/8 13:25:07 10.36MB autojs android
1
autojs打包成apk的插件Auto.js使用JavaScript作为脚本语言,目前使用Rhino1.7.7.2作为脚本引擎,支持ES5与部分ES6特性。
因为Auto.js是基于JavaScript的,学习Auto.js的API之前建议先学习JavaScript的基本语法和内置对象,可以使用教程前面的两个JavaScript教程链接来学习。
如果您想要使用TypeScript来开发,目前已经有开发者公布了一个可以把使用TypeScript进行Auto.js开发的工具,参见Auto.jsDevTools。
如果想要在电脑而不是手机上开发Auto.js,可以使用VSCode以及相应的Auto.js插件使得在电脑上编辑的脚本能推送到手机运行,参见Auto.js-VSCode-Extension。
本文档的章节大致上是以模块来分的,总体上可以分成"自动操作"类模块(控件操作、触摸模仿、按键模仿等)和其他类模块(设备、应用、界面等)。
"自动操作"的部分又可以大致分为基于控件和基于坐标的操作。
基于坐标的操作是传统按键精灵、触摸精灵等脚本软件采用的方式,通过屏幕坐标来点击、长按指定位置模仿操作,从而到达目的。
例如click(100,200),press(100,200,500)等。
这种方式在游戏类脚本中比较有可行性,结合找图找色、坐标放缩功能也能达到较好的兼容性。
但是,这种方式对一般软件脚本却难以达到想要的效果,而且这种方式需要安卓7.0版本以上或者root权限才能执行。
所以对于一般软件脚本(例如批量添加联系人、自动提取短信验证码等等),我们采用基于控件的模仿操作方式,结合通知事情、按键事情等达成更好的工作流。
这些部分的文档参见基于控件的操作和基于坐标的操作。
其他部分主要包括:app:应用。
启动应用,卸载应用,使用应用查看、编辑文件、访问网页,发送应用间广播等。
console:控制台。
记录运行的日志、错误、信息等。
device:设备。
获取设备屏幕宽高、系统版本等信息,控制设备音量、亮度等。
engines:脚本引擎。
用于启动其他脚本。
events:事件与监听。
按键监听,通知监听,触摸监听等。
floaty:悬浮窗。
用于显示自定义的悬浮窗。
files:文件系统。
文件创建、获取信息、读写。
http:HTTP。
发送HTTP请求,例如GET,POST等。
images,colors:图片和图色处理。
截图,剪切图片,找图找色,读取保存图片等。
keys:按键模仿。
比如音量键、Home键模仿等。
shell:Shell命令。
threads:多线程支持。
ui:UI界面。
用于显示自定义的UI界面,和用户交互。
除此之外,Auto.js内置了对Promise。
2021/11/22 7:33:25 10.36MB autojs android
1
PracticalStatisticsforDataScientists50EssentialConcepts英文无水印转化版pdfpdf一切页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开本资源转载自网络,如有侵权,请联系上传者或csdn删除查看此书详细信息请在美国亚马逊官网搜索此书PracticalstatisticsfordatascientistsbypeterbruceandandrewbruceCopyright@2017PeterBruceandAndrewBruce.AllrightsreservedPrintedintheunitedstatesofamericaPublishedbyo'reillymedia,InC.1005GravensteinHighwayNorth,Sebastopol,Ca95472O'Reillybooksmaybepurchasedforeducational,business,orsalespromotionaluse.onlineeditionsarealsoavailableformosttitles(http:/oreilly.com/safari)Formoreinformation,contactourcorporate/institutionalsalesdepartment:800998-9938orcorporateoreillycom■editor:ShannoncuttProductioneditor.KristenbrownCopyeditor:RachelmonaghanaProofreadereliahusussmanaIndexerEllenTroutman-ZaigaInteriorDesigner:DavidFutatoCoverDesigner:KarenMontgomeryllustrator.rebeccademarestaMay2017:FirstEditionRevisionhistoryfortheFirstedition2017-05-09FirstreleaseSeehttp://oreilly.com/catalog/errata.csp?isbn=9781491952962forreleasedetailsTheoreillylogoisaregisteredtrademarkofo'reillymedia,Inc.PracticalStatisticsforDataScientists,thecoverimage,andrelatedtradedressaretrademarksofo'ReillyMedia,IncWhilethepublisherandtheauthorshaveusedgoodfaitheffortstoensurethattheinformationandinstructionscontainedinthisworkareaccurate,thepublisherandtheauthorsdisclaimallresponsibilityforerrorsoromissions,includingwithoutlimitationresponsibilityfordamagesresultingfromtheuseoforrelianceonthiswork.Useoftheinformationandinstructionscontainedinthisworkisatyourownrisk.Ifanycodesamplesorothertechnologythisworkcontainsordescribesissubjecttoopensourcelicensesortheintellectualpropertyrightsofothers,itisyourresponsibilitytoensurethatyourusethereofcomplieswithsuchlicensesand/orrights978-1-491-95296-2DedicationWewouldliketodedicatethisbooktothememoriesofourparentsVictorgBruceandNancyC.bruce,whocultivatedapassionformathandscienceandtoourearlymentorsJohnW.TukeyandJulianSimon,andourlifelongfriendGeoffWatson,whohelpedinspireustopursueacareerinstatisticsPrefaceThisbookisaimedatthedatascientistwithsomefamiliaritywiththerprogramminglanguage,andwithsomeprior(perhapsspottyorephemeral)exposuretostatistics.Bothofuscametotheworldofdatasciencefromtheworldofstatistics,sowehavesomeappreciationofthecontributionthatstatisticscanmaketotheartofdatascience.atthesametimewearewellawareofthelimitationsoftraditionalstatisticsinstruction:statisticsasadisciplineisacenturyandahalfoldandmoststatisticstextbooksandcoursesareladenwiththemomentumandinertiaofanoceanlinerTwogoalsunderliethisbookTolayout,indigestible,navigable,andeasilyreferencedform,keyconceptsfromstatisticsthatarerelevanttodatascienceToexplainwhichconceptsareimportantandusefulfromadatascienceperspective,whicharelessso,andwhyWhattoExpectKEYTERMSDatascienceisafusionofmultipledisciplines,inchidingstatistics,computerscience,informationtechnology,anddomain-specificfields.Asaresult,severaldifferenttermscouldbeusedtoreferenceaivenconcept.KeytermsandtheirsynonymswillbehighlightedthroughoutthebooknasidebarsuchasConventionsusedinThisbookThefollowingtypographicalconventionsareusedinthisbookItalicIndicatesnewtermsURls.emailaddressesfilenamesandfileextensionsConstantwidthUsedforprogramlistings,aswellaswithinparagraphstorefertoprogramelementssuchasvariableorfunctionnames,databases,datatypes,environmentvariables,statements,andkeywordsConstantwidthboldShowscommandsorothertextthatshouldbetypedliterallybytheuserConstantwidthitalicShowstextthatshouldbereplacedwithuser-suppliedvaluesorbyvaluesdeterminedbycontextTIPThiselementsignifiesatiporsuggestionNOTEThiselementsignifiesageneralnoteWARNINGThiselementindicatesawarningorcautionUsingCodeExamplesSupplementalmaterial(codeexamples,exercises,etc.isavailablefordownloadathttps://github.com/andrewgbruce/statistics-for-data-scientistsThisbookisheretohelpyougetyourjobdone.Ingeneral,ifexamplecodeisofferedwiththisbook,youmayuseitinyourprogramsanddocumentation.youdonotneedtocontactusforpermissionunlessyou'rereproducingasignificantportionofthecode.Forexample,writingaprogramthatusesseveralchunksofcodefromthisbookdoesnotrequirepermission.SellingordistributingaCD-ROMofexamplesfromOReillybooksdoesrequirepermission.answeringaquestionbycitingthisbookandquotingexamplecodedoesnotrequirepermission.Incorporatingasignificantamountofexamplecodefromthisbookintoyourproduct'sdocumentationdoesrequirepermissionWeappreciate,butdonotrequire,attribution.Anattributionusuallyincludesthetitle,author,publisher,andisBN.Forexample:PracticalStatisticsfordataScientistsbyPeterBruceandAndrewBruce(o'Reilly).Copyright2017PeterBruceandandrewbruce.978-1-491-95296-2Ifyoufeelyouruseofcodeexamplesfallsoutsidefairuseorthepermissiongivenabove,feelfreetocontactusatpermissions(@oreilly.comSafari(BooksonlineNOTESafaribooksOnlineisanon-demanddigitallibrarythatdeliversexpertcontentinbothbookandvideoformfromtheworldsleadingauthorsintechnologyandbusinessTechnologyprofessionals,softwaredevelopers,webdesigners,andbusinessandcreativeprofessionalsuseSafariBooksOnlineastheirprimaryresourceforresearch,problemsolving,learning,andcertificationtrainingSafariBooksOnlineoffersarangeofplansandpricingforenterprise,government,education,andindividualsMembershaveaccesstothousandsofbooks,trainingvideos,andprepublicationmanuscriptsinonefullysearchabledatabasefrompublisherslikeO'ReillyMedia,PrenticeHallProfessional,Addison-WesleyProfessional,MicrosoftPress,Sams,Que,PeachpitPress,FocalPress,CiscoPreSs,JohnWileysonsSyngress,MorganKaufmann,IBMRedbooks,Packt,AdobePress,FTPress,press,Manning,Newriders,McGraw-Hill,Jonesbartlett,CourseTechnology,andhundredsmore.FormoreinformationaboutSafariBooksOnlinepleasevisitusonline
2017/10/13 19:32:36 13.09MB Practical Statistics Data Scientists
1
包括软件及打包apk插件------------------------Auto.js使用JavaScript作为脚本语言,目前使用Rhino1.7.7.2作为脚本引擎,支持ES5与部分ES6特性。
因为Auto.js是基于JavaScript的,学习Auto.js的API之前建议先学习JavaScript的基本语法和内置对象,可以使用教程前面的两个JavaScript教程链接来学习。
如果您想要使用TypeScript来开发,目前已经有开发者公布了一个可以把使用TypeScript进行Auto.js开发的工具,参见Auto.jsDevTools。
如果想要在电脑而不是手机上开发Auto.js,可以使用VSCode以及相应的Auto.js插件使得在电脑上编辑的脚本能推送到手机运行,参见Auto.js-VSCode-Extension。
本文档的章节大致上是以模块来分的,总体上可以分成"自动操作"类模块(控件操作、触摸模仿、按键模仿等)和其他类模块(设备、应用、界面等)。
"自动操作"的部分又可以大致分为基于控件和基于坐标的操作。
基于坐标的操作是传统按键精灵、触摸精灵等脚本软件采用的方式,通过屏幕坐标来点击、长按指定位置模仿操作,从而到达目的。
例如click(100,200),press(100,200,500)等。
这种方式在游戏类脚本中比较有可行性,结合找图找色、坐标放缩功能也能达到较好的兼容性。
但是,这种方式对一般软件脚本却难以达到想要的效果,而且这种方式需要安卓7.0版本以上或者root权限才能执行。
所以对于一般软件脚本(例如批量添加联系人、自动提取短信验证码等等),我们采用基于控件的模仿操作方式,结合通知事情、按键事情等达成更好的工作流。
这些部分的文档参见基于控件的操作和基于坐标的操作。
其他部分主要包括:app:应用。
启动应用,卸载应用,使用应用查看、编辑文件、访问网页,发送应用间广播等。
console:控制台。
记录运行的日志、错误、信息等。
device:设备。
获取设备屏幕宽高、系统版本等信息,控制设备音量、亮度等。
engines:脚本引擎。
用于启动其他脚本。
events:事件与监听。
按键监听,通知监听,触摸监听等。
floaty:悬浮窗。
用于显示自定义的悬浮窗。
files:文件系统。
文件创建、获取信息、读写。
http:HTTP。
发送HTTP请求,例如GET,POST等。
images,colors:图片和图色处理。
截图,剪切图片,找图找色,读取保存图片等。
keys:按键模仿。
比如音量键、Home键模仿等。
shell:Shell命令。
threads:多线程支持。
ui:UI界面。
用于显示自定义的UI界面,和用户交互。
除此之外,Auto.js内置了对Promise。
2020/3/15 10:06:44 23.66MB autojs
1
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡