• 2024-08-09软件开发架构(三) - DDD理论
    DDD(Domain-DrivenDesign)领域驱动设计DDD是一种软件开发方法论,强调将复杂的业务领域模型化。它将应用程序分为几个主要部分:用户界面层、应用层、领域层和基础设施层。在Java开发中,DDD常用于构建复杂的企业级应用。用户界面层(UserInterfaceLayer):负责向用户展示信息并解
  • 2024-08-09软件开发架构(四) - COLA架构
    COLA(CleanObject-OrientedandLayeredArchitecture)COLA是阿里巴巴开源的应用架构,旨在帮助开发者轻松构建复杂的业务应用。它将应用程序分为四个主要部分:适配器层、应用层、领域层和基础设施层。在Java开发中,COLA常用于构建大型、复杂的企业级应用。适配器层(AdapterLa
  • 2024-07-11优化VOI(Virtual Operating System Infrastructure,虚拟操作系统基础架构)架构的性能
    优化VOI(VirtualOperatingSystemInfrastructure,虚拟操作系统基础架构)架构的性能,可以从多个方面入手,以确保系统能够更高效、更稳定地运行。以下是一些优化建议:1.优化硬件资源利用本地硬件资源最大化:确保客户端机器的硬件资源(如CPU、内存、存储)得到最大化利用。这包括合
  • 2024-06-13PKI(Public Key Infrastructure,公钥基础设施)常见标准介绍
    ASN.1-数据结构描述语言文件编码格式DER编码格式PEM编码格式证书、密码学Key格式标准X.509标准PKCS(公钥加密标准)系列(PKCS#1、PKCS#8、PKCS#12)常见的证书标准格式(PEM编码)X.509CertificateX.509CertificateSubjectPublicKeyInfoPKCS#1PrivateKeyPKCS#1
  • 2024-06-12中电金信:The Financial-Grade Digital Infrastructure
    01ProductIntroduction  TheFinancial-GradeDigitalInfrastructureisadigitally-enabledfoundationalframeworkdesignedforcriticalindustries,especiallythefinancialsector.Itfollowsasystematicengineeringmethodologytovalidate,customize,a
  • 2024-04-13[Microservices] Serverless Overview
    IntriductiontoSeverlessComputingDefineserverlesscomputinganddescribeitsconceptsServerlesscomputingistheconceptofbuildingandrunningapplicationsthatdonotrequireservermanagementItdescribesafiner-graineddeploymentmodelwherea
  • 2024-02-23[笔记]如何在 .NET中实现洁净架构?
    原文地址:https://mp.weixin.qq.com/s/8SMduU_1pAXJY0YO9KQLuA现在让我们看看如何使用洁净架构设计模式实现一个ASP.NETCoreWebAPI项目。我们将检查不同的层次以及需要在每个层次中放什么代码。让我们通过为应用程序创建一个新的解决方案来开始: 首先,我们创建一个名为 To
  • 2023-12-05Unevictable LRU Infrastructure (翻译 by chatgpt)
    原文:https://www.kernel.org/doc/html/latest/mm/unevictable-lru.htmlIntroductionThisdocumentdescribestheLinuxmemorymanager's"UnevictableLRU"infrastructureandtheuseofthistomanageseveraltypesof"unevictable"folios
  • 2023-10-01shiclient.exe是Microsoft Windows操作系统中的一个可执行文件,它是Shell Infrastructure Client的缩写。该程序负责处理Windows Shell(资
    shiclient.exe是MicrosoftWindows操作系统中的一个可执行文件,它是ShellInfrastructureClient的缩写。该程序负责处理WindowsShell(资源管理器)以及一些相关的操作。ShellInfrastructureClient(SIC)是Windows系统的一部分,它提供了Shell相关的功能和服务,包括任务栏、开始菜单、桌
  • 2023-09-27Social Infrastructure Information Systems Division, Hitachi Programming Contest 2020
    A-HitachiString满足条件的串即为串长为偶数且相邻两个均为为hi,直接判断即可。代码:#include<iostream>#include<cstdio>#include<cstring>usingnamespacestd;constintN=15;intn;chars[N];intmain(){ scanf("%s",s+1); n=strlen(s+1); if(n&1)
  • 2023-09-23.NET反编译神器ILSpy怎么用?
    前言上一篇文章我们介绍了4款免费且实用的.NET反编译工具
  • 2023-08-23【Oracle RAC Database】Oracle Grid Infrastructure 启动流程与日志
    OS启动OHASD(OracleHighAvailabilityServices)init.ohasd.run被启动,该进程负责启动ohasd.bin守护进程[root@node01~]#ps-ef|grepohasd|grep-vgreproot5151018:59?00:00:00/bin/sh/etc/init.d/init.ohasdrun>/dev/null2>&1</dev/
  • 2023-08-06Cisco CCNA——Equipment Infrastructure Management
    Equipmentinfrastructuremanagement路由器组件路由器的组成及功能CPU:执行操作系统的指令随机访问存储器(RAM内存):RAM中内容断电丢失只读存储器(ROM):开机自检软件,路由器启动引导程序,迷你IOS(防止IOS丢失)非易失(NVRAM):存储启动配置Flash:运行操作系统(CiscoIOS)Interfaces:拥有多种物理接口用
  • 2023-06-2511.2.0.1 Grid Infrastructure Installation Failed at Second Nodes While Running root.sh
     11.2.0.1GridInfrastructureInstallationFailedatSecondNodesWhileRunningroot.shDueToASMCrashCausedbylmonTimeout[ID1239123.1]--------------------------------------------------------------------------------  修改时间06-JAN-2011    
  • 2023-05-06ITIL信息技术基础架构库Information Technology Infrastructure Library
    ITIL是什么?|ITIL流程和框架-ManageEngineServiceDeskPlusITIL是InformationTechnologyInfrastructureLibrary的缩写,即:信息技术基础架构库。ITIL是由英国政府部门CCTA(CentralComputingandTelecommunicationsAgency)在20世纪80年代末开发的一套IT服务管理标准库,它
  • 2023-03-31learn C++ for infrastructure software
    TolearnC++forinfrastructuresoftware,youcanfollowthesesteps:LearnthebasicsofC++:StartbylearningthebasicsofC++programminglanguage,includingsyntax,datatypes,controlstructures,functions,andobject-orientedprogrammingconcept
  • 2023-03-17基于DDD领域驱动设计的go语言实现
    什么是DDD?以下是考虑使用DDD的原因:提供解决困难问题的原则和模式将复杂的设计基于领域模型在技术和领域专家之间发起创造性的协作,以迭代地完善解决领域问题的概念模型。DDD
  • 2023-02-18Terraform基础入门 (Infrastructure as Code)
    目录前言介绍Terraform术语Terraform如何工作关于provider安装开启本地缓存demo1(docker+nginx)demo2(docker+zookeeper+kafka)参考资料前言像写代码一样管理基础设施
  • 2023-02-13VAS6154 VCI cannot be found in ODIS Service
    VCIcannotbefoundinODISServiceMethod1:The VAS6154VCI isinAccessPointmodeandmustbeswitchedbybuttontoInfrastructuremode.IftheMODELEDon
  • 2022-12-29领域驱动设计
    DDD的代码结构_ronshi的博客-CSDN博客_ddd代码结构 DDD(领域驱动设计)概念来源于2004年著名建模专家ericevans的书籍:《domain-drivendesign–tacklingcomplexity
  • 2022-12-16How to Troubleshoot Grid Infrastructure Startup Issues (2)
    5.FileSystemthatGRID_HOMEresidesisonlinewheninitscriptS96ohasdisexecuted;onceS96ohasdisexecuted,followingmessageshouldbeinOSmessagesfi
  • 2022-12-16How to Troubleshoot Grid Infrastructure Startup Issues [ID 1050908.1]
    HowtoTroubleshootGridInfrastructureStartupIssues[ID1050908.1]  Modified21-MAY-2010     TypeHOWTO     StatusPUBLISHED InthisDocument
  • 2022-11-24【转载】CRS-9520:The storage of Grid Infrastructure Management Repository is 93% full
    1巡检数据库发现如下告警:2021-08-1602:13:59.207: [crflogd(6575)]CRS-9520:ThestorageofGridInfrastructureManagementRepositoryis92%full.Thestoragel
  • 2022-11-17windows 进程 Shell Infrastructure Host 占用CPU,以及大量使用电源。
    表现:风扇疯狂的转,声音超大,电脑发热严重。解决:进入任务管理器,可以看到进程ShellInfrastructureHost高耗电,占用CPU很多。解决方案见:shellinfrastructureh
  • 2022-11-17本地源代码调试遇到的问题
    杨中科视频结业一、添加环境变量,配置数据库链接变量名:DefaultDB:ConnStr变量值:您的数据库链接字符串二、迁移数据库Infrastructure结尾的项目需要迁移数据库(SearchSer