上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页
摘要: 汇编语言的组成 汇编指令:机器码的助记符,有相应的机器码 伪指令:没有对应的机器码,由编译器执行,计算机不执行 其他符号:如+ - * / 由编译器识别,没有对应的机器码 汇编指令是汇编语言的核心 指令与数据是应用上的概念,在x86架构中,指令和数据存放在内存或磁盘中没有任何区别,是指令还是数据取决 阅读全文
posted @ 2025-09-15 15:59 Miaops 阅读(19) 评论(0) 推荐(0)
摘要: 课程视频 Bilibili:https://www.bilibili.com/video/BV1ux411G7Bs/?spm_id_from=333.337.search-card.all.click 笔记索引 东南大学数据库课程01-数据库原理及应用引言 东南大学数据库课程02-DataModel 阅读全文
posted @ 2025-09-15 15:20 Miaops 阅读(12) 评论(0) 推荐(0)
摘要: Distributed Database Systems 目录Distributed Database SystemsIntroductionDatabase DistributionStrategies of Data DistributionUnit of Data DistributionPr 阅读全文
posted @ 2025-09-15 15:15 Miaops 阅读(12) 评论(0) 推荐(0)
摘要: Database Design 目录Database DesignData DependencyNormalization of Relational Schema1NF2NFProblems of non 2NF3NFProblems of non 3NFSummaryER Model and E 阅读全文
posted @ 2025-09-15 15:14 Miaops 阅读(5) 评论(0) 推荐(0)
摘要: The Security and Integrity Constraints 目录The Security and Integrity ConstraintsIntroductionSecurity of DataBaseIntegrity ConstraintsType of Integrity 阅读全文
posted @ 2025-09-15 15:14 Miaops 阅读(8) 评论(0) 推荐(0)
摘要: Database Management Systems 目录Database Management SystemsContens4.1 The architecture OF DBMSthe components of DBMS CoreThe Process Structure of DBMS4. 阅读全文
posted @ 2025-09-15 15:13 Miaops 阅读(12) 评论(0) 推荐(0)
摘要: User Interfaces and SQL Language 用户接口和SQL语言 目录User Interfaces and SQL Language 用户接口和SQL语言User interface of DBMSSQL Language概况Relational Query Language 阅读全文
posted @ 2025-09-15 15:13 Miaops 阅读(14) 评论(0) 推荐(0)
摘要: Data Model 数据模型 目录Data Model 数据模型2.1 Hierarchical Data ModelBasic IdeaHierarchical Data SchemaVirtual Record2.2 Network Data Model2.3 Relational Data 阅读全文
posted @ 2025-09-15 15:12 Miaops 阅读(12) 评论(0) 推荐(0)
摘要: 数据库原理及应用 引言 目录数据库原理及应用 引言IntroductionData,DataModel and Data SchemaLevels of Abstraction(三级抽象)Data Indepence(数据独立性)The History of Database Technology 阅读全文
posted @ 2025-09-15 15:11 Miaops 阅读(15) 评论(0) 推荐(0)
摘要: Tomcat 基础 Tomcat是什么;是服务器软件,是在靶场中发射子弹的枪。 一个可以发布到tomcat/webapp中的目录结构。 static js: .js img: .png .jpg css: .css page: .html WEB-INF(受保护的资源目录) classes:字节码根 阅读全文
posted @ 2025-09-15 13:38 Miaops 阅读(11) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页