E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
阶段性技术总结
《Operating System Concepts》阅读笔记:p473-p480
一、
技术总结
1.RAIDs(1)定义redundantarraysofindependentdisks(RAID):Adiskorganizationtechniqueinwhichtwoormorestoragedevicesworktogether
·
2025-03-25 00:00
操作系统
《Operating System Concepts》阅读笔记:p408-p448
一、
技术总结
2.page-replacementalgorithmInmemorymanagement,thealgorithmthatchooseswhichvictimframeofphysicalmemorywillbereplacedbyaneedednewframeofdata
codists
·
2025-03-24 12:03
读书笔记
操作系统
《Operating System Concepts》阅读笔记:p272-p285
一、
技术总结
1.semaphoreAsemaphoreSisanintegervariablethat,apartfrominitialization,isaccessedonlythroughtwostandardatomicoperations
codists
·
2025-03-24 12:33
读书笔记
操作系统
第二十二章: 静态多态与动态多态的衔接_《C++ Templates》notes
静态多态与动态多态的衔接核心知识点代码示例与测试用例测试用例输出多选题设计题关键
技术总结
核心知识点静态多态vs动态多态静态多态:编译期多态,通过模板实现,代码生成效率高,但灵活性差。
郭涤生
·
2025-03-24 02:00
c/c++
c++
开发语言
笔记
《Operating System Concepts》阅读笔记:p460-p4470
一、
技术总结
无。
·
2025-03-23 14:41
操作系统
CSS动画:性能优化指南
CSS动画性能优化指南关键词:重排重绘、硬件加速、合成层、性能分析文章目录CSS动画性能优化指南一、浏览器渲染机制:理解性能瓶颈根源1.1像素管道(PixelPipeline)全流程1.2各
阶段性
能损耗对比二
双囍菜菜
·
2025-03-22 10:01
前端随记
css
性能优化
前端
《Operating System Concepts》阅读笔记:p449-p459
一、
技术总结
1.NVM&SSDFlash-memory-basedNVMisfrequentlyusedinadisk-drive-likecontainer,inwhichcaseitiscalledasolid-statedisk
·
2025-03-21 11:33
操作系统
Peach-Editor,一款Web版电子病例编辑器实验版本上线了
目前初步完成了基础的文本编辑、表格、分页、页面控制等后续还加加入电子病例相关内容,整个编辑器的研发进度正在有序推进中,现将
阶段性
成果展示给大家。
大神1573
·
2025-03-20 15:21
Peach-Editor
编辑器
《Operating System Concepts》阅读笔记:p359-p388
一、
技术总结
1.paging(1)定义Acommonmemorymanagementschemethatavoidsexternalfragmentationbysplittingphysicalmemoryintofixed-sizedframesandlogicalmemoryintoblock
·
2025-03-19 11:33
操作系统
《Operating System Concepts》阅读笔记:p389-p407
一、
技术总结
1.virtualmemeory(1)定义Atechniquethatallowstheexecutionofaprocessthatisnotcompletelyinmemory.Also
·
2025-03-19 11:58
操作系统
【SpringMVC】_简单示例计算器
目录1.需求分析2.接口定义3.请求参数4.响应数据5.服务器代码6.前端页面代码7.运行测试为
阶段性
总结与应用,现将以SpringMVC项目创建一个可以实现加法的计算器为例1.需求分析加法计算器功能,
_周游
·
2025-03-19 10:24
Spring
JavaEE
java-ee
mvc
spring
《Operating System Concepts》阅读笔记:p354-p358
一、
技术总结
1.logicaladdress&virtualaddressBindingaddressesateithercompileorloadtimegeneratesidenticallogicalandphysicaladdresses.However
·
2025-03-18 13:53
操作系统
《Operating System Concepts》阅读笔记:p331-p353
一、
技术总结
1.lockdep工具2.claimedge3.banker'salgorithmAdeadlockavoidancealgorithm,lessefficientthantheresource-allocationgraphschemebutabletodealwithmultiple
·
2025-03-18 13:21
操作系统
《Operating System Concepts》阅读笔记:p286-p308
一、
技术总结
1.reentrantlock(可重入锁)(1)为什么称为reentrantlock?
·
2025-03-16 17:03
操作系统
六月份
阶段性
大总结之Doris/Clickhouse/Hudi一网打尽
这是个
阶段性
小总结,后面会持续更新。
王知无(import_bigdata)
·
2025-03-15 15:11
大数据
编程语言
人工智能
java
数据分析
《Operating System Concepts》阅读笔记:p309-p330
一、
技术总结
1.Python中的并发编程(1)semaphoreclassthreading.Semaphore(value=1)。
·
2025-03-15 14:59
操作系统
AI 之路——数据分析(1)Pandas小结与框架整理
:2.数据分析2.1数据分析的流程2.2数据的基本操作方法2.2.1Pandas概览2.2.2使用Pandas操作数据的核心(1)选择数据(2)操作数据2.2.2数据详解3.写在最后1.写在前面主要是
阶段性
框架总结
Robin_Pi
·
2025-03-14 20:25
机器学习之路
数据分析
数据分析
python
人工智能
可视化
《Operating System Concepts》阅读笔记:p272-p285
一、
技术总结
1.semaphoreAsemaphoreSisanintegervariablethat,apartfrominitialization,isaccessedonlythroughtwostandardatomicoperations
·
2025-03-13 10:05
操作系统
《Operating System Concepts》阅读笔记:p228-p257
一、
技术总结
1.algorithmevaluation评估CPU调度算法需要考虑的因素有:CPUutilization,responsetime或者throughput。
codists
·
2025-03-13 01:34
读书笔记
操作系统
《Operating System Concepts》阅读笔记:p258-p271
一、
技术总结
1.criticalsectionAsectionofcoderesponsibleforchangingdatathatmustonlybeexecutedbyonethreadorprocessatatimetoavoidaracecondition
codists
·
2025-03-13 01:34
读书笔记
操作系统
《Operating System Concepts》阅读笔记:p208-p227
一、
技术总结
1.vmstatLinux系统上vmstat命令的作用是“Reportvirtualmemorystatistics”。
codists
·
2025-03-13 01:04
读书笔记
操作系统
《Operating System Concepts》阅读笔记:p258-p271
一、
技术总结
1.criticalsectionAsectionofcoderesponsibleforchangingdatathatmustonlybeexecutedbyonethreadorprocessatatimetoavoidaracecondition
·
2025-03-12 12:55
操作系统
考研复习时间规划:从迷茫到高效备考的进阶之路
一、考研复习的时间特征考研复习具有明显的
阶段性
特征。基础阶段需要全面梳理知识体系,强化阶段着重攻克重点难点,冲刺阶段则要进行查漏补缺和模拟训练。
闲虎考研
·
2025-03-11 22:16
考研经验
考研
《Operating System Concepts》阅读笔记:p208-p227
一、
技术总结
1.vmstatLinux系统上vmstat命令的作用是“Reportvirtualmemorystatistics”。
·
2025-03-09 16:46
操作系统
《计算机组成及汇编语言原理》阅读笔记:p28-p47
一、
技术总结
1.VirtualMachine2.stack3.Thefetch-executeCycle在控制单元(ControlUnit,CU)里面有一个指令寄存器(InstructionRegister
·
2025-03-08 15:44
编程
《计算机组成及汇编语言原理》阅读笔记:p1-p8
一、
技术总结
1.Intel8088microprocessor(微处理器),1979-1988。
·
2025-03-08 06:52
编程
《Operating System Concepts》阅读笔记:p200-p202
一、
技术总结
1.CPU-I/Oburst(1)CPUburstSchedulingprocessstateinwhichtheprocessexecutesonCPU.(2)I/OburstSchedulingprocessstateinwhichtheCPUperformsI
·
2025-03-07 03:20
操作系统
《Operating System Concepts》阅读笔记:p188-p199
一、
技术总结
1.thread-localstorageDataavailableonlytoagiventhread.2.transaction(1)英语中的意思c/u.trans-("across")
·
2025-03-06 05:08
操作系统
《计算机组成及汇编语言原理》阅读笔记:p178-p199
一、
技术总结
1.关于end的一点疑问p178,Forexample,oneinstruction(BSWAP)swapstheendbytesina32-bitregister(specifiedasanargument
·
2025-03-04 22:21
asm
简历-面试题-
技术总结
一步步努力,springboot环境搭建教程
常见的简历会这么写,“负责订单系统开发,实现订单创建、查询、列表等功能,使用技术:Spring、Mybatis……”。如果我是面试官,我的印象是你写过一些CRUD项目,这很难通过大厂的简历关。那该怎么写的呢?比如:“负责订单系统核心模块开发(Task),主导设计订单系统数据库表结构,设计以会员为维度的分库方案,设计并开发订单列表及明细缓存方案(Action),支撑订单每日X万级查询请求(Resul
1024创新开发
·
2025-03-04 02:07
程序员
面试
后端
java
《Operating System Concepts》阅读笔记:p179-p179
一、
技术总结
1.Pythonthreadpool(1)示例书上介绍的是Javathreadpoo,因为本人工作中使用的编程语言是Python,所以补充一下Python中的threadpool用例。
·
2025-03-03 21:27
操作系统
《Operating System Concepts》阅读笔记:p177-p178
一、
技术总结
1.implicitthreadAprogrammingmodelthattransfersthecreationandmanagementofthreadingfromapplicationdeveloperstocompilersandrun-timelibraries
·
2025-03-03 05:04
操作系统
项目管理方法论有哪些
其中,传统瀑布式方法强调
阶段性
严格执行,而敏捷管理注重快速迭代与持续改进;精益管理关注资源浪费的最小化;混合式管理则是两者的有机结合。本文将详细介绍各类项目管理方法论的基本原理、实
·
2025-03-02 21:59
项目管理
《Operating System Concepts》阅读笔记:p159-p161
一、
技术总结
1.thread(1)定义AthreadisabasicunitofCPUutilization;itcomprisesathreadID,aprogramcounter(PC),aregisterset
·
2025-03-02 05:40
操作系统
【音视频】 H264 H265
概述项目中接触到一些音视频领域的技术,主要对自己接触到的技术,结合自己的学习内容,进行
阶段性
总结,如有不正确的地方恳请指正安防领域摄像头的编码格式目前主流的是H265,但是也存在H264的视频流。
gma999
·
2025-03-01 13:11
音视频
《Operating System Concepts》阅读笔记:p162-p176
一、
技术总结
1.thread(1)定义AthreadisabasicunitofCPUutilization;itcomprisesathreadID,aprogramcounter(PC),aregisterset
·
2025-03-01 09:49
操作系统
pytorch
阶段性
总结2
nn神经网络functional当中卷积的使用importtorchimporttorch.nn.functionalasF#数据input=torch.tensor([[1,2,0,3,1],[0,1,2,3,1],[1,2,1,0,0],[5,2,3,1,1],[2,1,0,1,1]])#卷积核kernel=torch.tensor([[1,2,1],[0,1,0],[2,1,0]])#min
Colinnian
·
2025-02-27 23:41
pytorch
人工智能
python
《Operating System Concepts》阅读笔记:p125-p146
一、
技术总结
1.IPC(InterprocessesComunicating)(1)sharedmemory(2)messagepassing2.primitive(1)语言中的primitiveprimitive
·
2025-02-27 00:10
操作系统
军工企业数字化转型全览:意义、方法与未来
我们认为,2027年建军百年奋斗目标是国防和军队现代化建设2020年目标和2035年目标之间的
阶段性
目标,十四五期间是实现该目标的关键时期,预计十四五期间
CORNERSTONE365
·
2025-02-26 08:47
数字化转型
军工企业
数字化转型
Spark(1)
阶段性
:一、单机时代特点:1.硬件资源有限:单机系统的计算能力、存储容量和内存空间都受限于单台计算机的硬件配置。例如早期的个人电脑,通常只有几百兆的内存和几GB的硬盘空间。
Freedom℡
·
2025-02-25 15:45
spark
股市龙头股的分类
**市场龙头**:这是一段时间内股价走势最强的股票,主要受到
阶段性
资金和市场情绪的影响。市场龙头通常在板块行情启动时才能发现,但此时价格可能已经不低,因此买入需要足够的勇气和定力。2.
镰圈量化
·
2025-02-22 23:02
短线学习
学习方法
《Operating System Concepts》阅读笔记:p41-p49
一、
技术总结
1.peer-to-peer(P2P)(1)定义P2PisAmodeofdistributedcomputinginwhichallnodesactasbothclientsofothernodesandserverstoothernodes
·
2025-02-21 02:44
操作系统
《Operating System Concepts》阅读笔记:p34-p40
一、
技术总结
1.virtualization(虚拟化)(1)定义Atechnologyforabstractingthehardwareofasinglecomputerintoseveraldifferentexecutionenvironments
·
2025-02-21 02:43
操作系统
《Operating System Concepts》阅读笔记:p26-p33
一、
技术总结
timer(1)为什么设置timerWemustensurethattheoperatingsystemmaintainscontrolovertheCPU.Wecannotallowauserprogramtogetstuckinaninfinitelooportofailtocallsyst
·
2025-02-21 02:42
操作系统
《Operating System Concepts》阅读笔记:p50-p61
一、
技术总结
1.systemcall(1)定义Theprimaryinterfacebetweenprocessesandtheoperatingsystem,providingameanstoinvokeservicesmadeavailablebytheoperatingsystem
·
2025-02-21 01:08
操作系统
《计算机组成及汇编语言原理》阅读笔记:p1-p8
一、
技术总结
1.Intel8088microprocessor(微处理器),1979-1988。
·
2025-02-20 21:28
编程
《Operating System Concepts》阅读笔记:p41-p49
一、
技术总结
1.peer-to-peer(P2P)(1)定义P2PisAmodeofdistributedcomputinginwhichallnodesactasbothclientsofothernodesandserverstoothernodes
codists
·
2025-02-19 12:35
读书笔记
操作系统
OS
python
《Operating System Concepts》阅读笔记:p2-p8
一、
技术总结
1.operatingsystemAnoperatingsystemissoftwarethatmanagesacomputer’shardware。
codists
·
2025-02-19 12:05
读书笔记
system
python
《Operating System Concepts》阅读笔记:p17-p25
一、
技术总结
1.计算机系统的组成结构(1)CPU—Thehardwarethatexecutesinstructions.(2)Processor—AphysicalchipthatcontainsoneormoreCPUs
codists
·
2025-02-19 12:05
读书笔记
OS
操作系统
《Operating System Concepts》阅读笔记:p26-p33
一、
技术总结
timer(1)为什么设置timerWemustensurethattheoperatingsystemmaintainscontrolovertheCPU.Wecannotallowauserprogramtogetstuckinaninfinitelooportofailtocallsyst
codists
·
2025-02-19 12:05
读书笔记
OS
操作系统
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他