0%

1. web

1. 前置技能

1. http协议

1. 请求方式

HTTP 请求方法, HTTP/1.1协议中共定义了八种方法(也叫动作)来以不同方式操作指定的资源。

Read more »

1. 什么是Spring

一个轻量级的控制反转(IOC)和面向切面(AOP)的框架

  • 一个开源的免费框架(容器)
  • 轻量级、非入侵式的框架
  • 控制反转(IOC)和面向切面编程(AOP)
  • 支持对事务的处理、对框架整合的支持
Read more »

图像标签

1
<img src="图像的地址(相对或绝对地址)" alt="图片未显示的时候的代替文字" title="鼠标悬停在图片上的标签" width="" >
Read more »

三种方式添加CSS

  • 外部样式表:最常用,一般表示在外部的.CSS文件中,在HTML文件中使用标签进行引用
  • 内部样式表:可用,不使用外部单独的.CSS文件,将CSS属性放在HTML文件head标签中的style属性中
  • 内联样式:一般不用,仅影响一个单独的元素,在HTML元素的style属性中添加
Read more »

第一章 绪论

1.1 概述


1.2 计算机组件

1)软硬件对等原则

2)计算机三大件

  • CPU
  • 内存
  • I/O
Read more »

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment