Hello :)

MDZZ


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 演示

计算机网络

发表于 2016-06-08   |   分类于 笔记   |  

计算机网络

把分布在不同地点且具有独立功能的多个计算机,通过通信设备和线路连接起来,在功能完善的网络软件运行环境下,以实现网络中资源共享为目标的系统。

以资源共享为主要目的的计算机网络从逻辑上可分成两大部分:

  • 通信子网 -网络信息的传输和交换
  • 终端系统 -负责信息的处理 (用户子网)
阅读全文 »

JavaEE(1)

发表于 2016-06-06   |   分类于 笔记   |  

Handling SOAP Messages

Handling XML Data

Java provides the following two APIs for parsing XML data:

  • JAXP
  • JAXB
阅读全文 »

JavaEE(0)

发表于 2016-06-05   |   分类于 笔记   |  

SOA(Service-Oriented Architecture)

SOA is a software architecture that facilitates the loosely-coupled integration between diverse applications.
It provides the flexibility to make changes in a software and its networking components, without affecting other existing components of the system.
SOA is represented as a collection of services communicating with each other. A service is a well-defined business functionality.
SOA consists of some entities that maximize the loose coupling and reusability:

  • Service registry
  • Service provider
  • Service consumer
阅读全文 »

数据通信基础

发表于 2016-06-04   |   分类于 笔记   |  

基本概念

信息、数据与信号

数据通信的目的是交换信息,数据是信息的载体,数据又是以信号的形式进行传输的。

数据

数据(data)——通常是指预先约定的具有某种含义的数字、符号和字母的组合。
分类:

  • 模拟的(analogous)——连续变化的。
  • 数字的(digital)——取值是离散的。
阅读全文 »

TCP/IP 体系

发表于 2016-06-03   |   分类于 笔记   |  

TCP/IP 体系

TCP/IP(transmission control protocol/Internet protocol)是于1977-1979年形成的协议规范,是美国ARPANET上使用的传输层和网络层协议。

阅读全文 »

UML(2)

发表于 2016-06-03   |   分类于 笔记   |  

Use Case Diagram

用例图中的事物及解释:

名称 解释 UML表示
Actor 参与者 external entities that interact with the software system and affect the system functions actor
Use Case 用例 text desciptions of the interaction between outside entities and the software system use case
阅读全文 »

UML(1)

发表于 2016-06-03   |   分类于 笔记   |  

Requirements management

需求管理有4个阶段:

  • Requirements gathering
  • Requirements analysis and negotiation
  • Requirements specification
  • Requirements validation

阅读全文 »

UML(0)

发表于 2016-06-03   |   分类于 笔记   |  

UML

Unified Modeling Language——统一建模语言

UML is the standardized language that enables you to create the structure and design of an object-oriented system


阅读全文 »

OSI/RM体系

发表于 2016-05-30   |   分类于 笔记   |  

开放系统互连参考模型(OSI/RM)是由国际标准化组织制定的标准化开放式计算机网络层次结构模型

阅读全文 »

嵌入式系统与开发(二)

发表于 2016-05-29   |   分类于 笔记   |  

ARM汇编程序设计(一)

ARM指令系统


指令编码格式

指令字长为固定的32位,典型ARM指令编码格式如下图所示

image

语法格式如下:

1
<opcode>{<cond>}{s}<Rd>,<Rn>,<shifter_operand>
阅读全文 »
123
Junifer

Junifer

诗和远方

28 日志
3 分类
12 标签
github
Friends
  • Orion
  • Signal
  • Let there be light
© 2017 Junifer
由 Hexo 强力驱动
主题 - NexT.Pisces