- 2024-11-05Dell 塔式t440 安装centos
硬件介绍1个10核2个超线程数cpu、cpu型号为4210R、内存大小为32G、两块1T硬盘、一张软阵列卡S140安装过程点击查看安装过程1.开机按F2进入SystemSetup界面,进入SystemBiosSettings界面1.1.SystemBiosSettings->SATASettings->选择【ACHIMode】
- 2024-07-27Flink SQL 的工作机制
前言FlinkSQL引擎的工作流总结如图所示。 从图中可以看出,一段查询SQL/使用TableAPI编写的程序(以下简称TableAPI代码)从输入到编译为可执行的JobGraph主要经历如下几个阶段:将SQL文本/TableAPI代码转化为逻辑执行计划(LogicalPlan)LogicalPlan通过优化器优
- 2024-07-08物理设计 (Physical design)
ASIC设计全流程:ASICBack-endFlowRef:IC入门必备!数字IC中后端设计实现全流程解析(1.3万字长文)PhysicalDesign:Physicaldesign:convertnetlist(.v)intoGDSIIform(layoutform)Duringphysicaldesign,allmacros,cells,gates,transistors,etc.,withfixedshap
- 2024-02-12C. Physical Education Lesson
原题链接题解再结合代码应该就能看得懂了吧。。。至于赛时怎么想出来的。我是观察样例得出来的时间复杂度\(O(2·t·\sqrt{n})\)code#include<bits/stdc++.h>#definelllonglongusingnamespacestd;inlinevoidread(ll&x){x=0;llflag=1;cha
- 2024-01-29照片尺寸调整
fromPILimportImagedefconvert_image3(image_path,width_mm,height_mm,dpi):#打开原始图片image=Image.open(image_path)#计算目标像素尺寸width_px=int(width_mm/25.4*dpi)height_px=int(height_mm/25.4*dpi)#调整
- 2024-01-19linux 查看lv占用哪个pv
lvdisplay-mLV[root@lvm~]#lvdisplay-m/dev/datavg/gfslv---Logicalvolume---LVPath/dev/datavg/gfslvLVNamegfslvVGNamedatavgLVUUID7RTU9u-t5X9-FQ6o-AuOS-oVjI-s33i-roSqo
- 2023-12-31Cellebrite Physical Analyzer 7.65 (Windows) - 数字数据审查
CellebritePhysicalAnalyzer7.65(Windows)-数字数据审查TheIndustryStandardforDigitalDataExamination请访问原文链接:https://sysin.org/blog/cellebrite-physical-analyzer/,查看最新版。原创作品,转载请保留出处。作者主页:sysin.orgCellebritePhysicalAnalyze
- 2023-12-22E. Physical Education Lessons
E.PhysicalEducationLessonsThisyearAlexhasfinishedschool,andnowheisafirst-yearstudentofBerlandStateUniversity.Forhimitwasatotalsurprisethateventhoughhestudiesprogramming,hestillhastoattendphysicaleducationlessons.T
- 2023-12-04Physical Memory (翻译 by chatgpt)
原文:https://www.kernel.org/doc/html/latest/mm/physical_memory.htmlLinuxisavailableforawiderangeofarchitecturessothereisaneedforanarchitecture-independentabstractiontorepresentthephysicalmemory.Thischapterdescribesthestructures
- 2023-12-04内存管理相关概念 (翻译 by chatgpt)
原文:https://www.kernel.org/doc/html/latest/admin-guide/mm/concepts.htmlThememorymanagementinLinuxisacomplexsystemthatevolvedovertheyearsandincludedmoreandmorefunctionalitytosupportavarietyofsystemsfromMMU-lessmicrocontrollerst
- 2023-11-14查看SQL Server 数据库文件存放位置
SELECTname,physical_name,DB_NAME(database_id),data_space_idASCurrentLocation FROMsys.master_filesSELECTname,physical_name,DB_NAME(database_id),data_space_idASCurrentLocation FROMsys.master_filesWHEREdatabase_id=DB_ID('YourDatabaseName&
- 2023-10-23Physical Education Lessons
PhysicalEducationLessons题意:Alex高中毕业了,他现在是大学新生。虽然他学习编程,但他还是要上体育课,这对他来说完全是一个意外。快要期末了,但是不幸的Alex的体育学分还是零蛋!Alex可不希望被开除,他想知道到期末还有多少天的工作日,这样他就能在这些日子里修体育学分。但是在这里计算
- 2023-10-112023年10月10日 KdMapper扩展实现之SOKNO S.R.L(speedfan.sys)
1.背景 KdMapper是一个利用intel的驱动漏洞可以无痕的加载未经签名的驱动,本文是利用其它漏洞(参考《【转载】利用签名驱动漏洞加载未签名驱动》)做相应的修改以实现类似功能。需要大家对KdMapper的代码有一定了解。 2.驱动信息 驱动名称speedfan.sys 时间戳50DF5
- 2023-10-10KdMapper扩展实现之REALiX(hwinfo64a.sys)
1.背景 KdMapper是一个利用intel的驱动漏洞可以无痕的加载未经签名的驱动,本文是利用其它漏洞(参考《【转载】利用签名驱动漏洞加载未签名驱动》)做相应的修改以实现类似功能。需要大家对KdMapper的代码有一定了解。 2.驱动信息 驱动名称hwinfo64a.sys 时间戳5472
- 2023-10-07Converting Virtual Addresses to Physical Addresses
ConvertingVirtualAddressestoPhysicalAddresses Mostdebuggercommandsusevirtualaddresses,notphysicaladdresses,astheirinputandoutput.However,therearetimesthathavingthephysicaladdresscanbeuseful.Therearetwowaystoconverta
- 2023-10-07‘Proof of the pudding’: Global variables and PAGE_EXECUTE_WRITECOPY
‘Proofofthepudding’:GlobalvariablesandPAGE_EXECUTE_WRITECOPYUNCATEGORIZEDPRODUCTIONDEBUGGING, WINDBGLEAVEACOMMENT TodayIwasteachingadebuggingclasstoourcustomers.Asafoundationalelementwenormallyreviewthevirtual-to-phys
- 2023-10-07KdMapper扩展实现之Dell(pcdsrvc_x64.pkms)
1.背景 KdMapper是一个利用intel的驱动漏洞可以无痕的加载未经签名的驱动,本文是利用其它漏洞(参考《【转载】利用签名驱动漏洞加载未签名驱动》)做相应的修改以实现类似功能。需要大家对KdMapper的代码有一定了解。 2.驱动信息 驱动名称pcdsrvc_x64.pkms 时间戳5
- 2023-09-27KdMapper扩展实现之microstar(NTIOLIB_X64.sys)
1.背景 KdMapper是一个利用intel的驱动漏洞可以无痕的加载未经签名的驱动,本文是利用其它漏洞(参考《【转载】利用签名驱动漏洞加载未签名驱动》)做相应的修改以实现类似功能。需要大家对KdMapper的代码有一定了解。 2.驱动信息 驱动名称NTIOLIB_X64.sys 时间戳50
- 2023-09-25PHY结构
PHY芯片包括MII/GMII(介质独立接口)子层、PCS(物理编码子层)、PMA(物理介质附加)子层、PMD(物理介质相关)子层、MDI子层。PCS(PHYSICALCODINGSUBLAYER):提供4B/5B编码、串并转换以及冲突检测功能,同时只要TxEN无效就提供“idle”信号给PMD层.PMA(PHYSICALMEDIUMATTACHMENT):提供
- 2023-09-19KdMapper扩展实现之LG(LHA.sys)
1.背景 KdMapper是一个利用intel的驱动漏洞可以无痕的加载未经签名的驱动,本文是利用其它漏洞(参考《【转载】利用签名驱动漏洞加载未签名驱动》)做相应的修改以实现类似功能。需要大家对KdMapper的代码有一定了解。 2.驱动信息 驱动名称LHA.sys 时间戳5C255B03
- 2023-09-09KdMapper扩展实现之CrystalMark(winring0x64.sys)
1.背景 KdMapper是一个利用intel的驱动漏洞可以无痕的加载未经签名的驱动,本文是利用其它漏洞(参考《【转载】利用签名驱动漏洞加载未签名驱动》)做相应的修改以实现类似功能。需要大家对KdMapper的代码有一定了解。 2.驱动信息 驱动名称winring0x64.sys 时间戳47
- 2023-09-08KdMapper扩展实现之CPUID(cpuz141.sys)
1.背景 KdMapper是一个利用intel的驱动漏洞可以无痕的加载未经签名的驱动,本文是利用其它漏洞(参考《【转载】利用签名驱动漏洞加载未签名驱动》)做相应的修改以实现类似功能。需要大家对KdMapper的代码有一定了解。 2.驱动信息 驱动名称cpuz141.sys 时间戳583446
- 2023-09-05KdMapper扩展实现之ASUS(EneIo64.sys)
1.背景 KdMapper是一个利用intel的驱动漏洞可以无痕的加载未经签名的驱动,本文是利用其它漏洞(参考《【转载】利用签名驱动漏洞加载未签名驱动》)做相应的修改以实现类似功能。需要大家对KdMapper的代码有一定了解。 2.驱动信息 驱动名称EneIo64.sys 时间戳5AB087
- 2023-08-29Physical Education Lessons
PhysicalEducationLessons题意:Alex高中毕业了,他现在是大学新生。虽然他学习编程,但他还是要上体育课,这对他来说完全是一个意外。快要期末了,但是不幸的Alex的体育学分还是零蛋!Alex可不希望被开除,他想知道到期末还有多少天的工作日,这样他就能在这些日子里修体育学分。但是在这里
- 2023-07-02Definition of 'Cash Settlement( versus physical delivery of the reference obligation)
Definitionof'CashSettlement(versus physicaldeliveryofthereferenceobligation)Asettlementmethodusedincertainfutureandoptioncontractswhereby,uponexpiryorexercise,thesellerofthefinancialinstrumentdoesnotdelivertheactual