• 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
  • 2023-05-26UE中Physical Simulation 模拟物理
    UE视窗中的物体默认是没有开启模拟物理的,因为太耗CPU.物理选项卡模拟物理选中物体,在Detail细节栏中,找到物理选项卡,找到模拟物理选项,单点选中便可。启用重力场景:两个物理都开启模拟物理,一个启用重力,一个关闭重力。结果:启用重力的会向下落;关闭重力的会飘在空中。Mass重量(公斤)会自动
  • 2023-05-03物理机安装 TiKV 时 RAID 卡在线配置方式
    作者:pepezzzzRaid配置的规划安装TiDB集群的物理机配置如下:组件配置描述CPU2*IntelXeonGold5218R(2.1GHz,20Core)内存384GB系统盘2*480GBSATASSDRAID1数据盘14*1.92TBSATASSDRAID10用14*1.92TBSATASSD组成RAID10后,减去RAID的元数据和1024的转换损