距离-向量算法的具体实现
每个routerY的路由表表项 involve<目的网络N,距离d,下一跳X>
对邻居X发来的报文,先把下一跳改为X,再把距离1,if original route table doesn’t involve N,add this item; else if original table’s relate…
create table class (id int not null,name char(10),score decimal(5,2));
insert into class values (1,zhangsan,80.5);
update class set namewangwu,passwd123 where id2;
select * from class where id2;
drop
索引的概念
是一种帮助系统,能够更快速的查询信…
CSS笔记01
什么是CSS
CSS(Cascading Style Sheets ):层叠样式表,也可以叫做级联样式表,是一种用来表现 HTML 或 XML 等文件样式的计算机语言。字体,颜色,边距,高度,宽度…