1.sigt I can't see the mountain= The mountain is out of sight. I can see the hospital=The hospital is in sight. Did you fall in love with your ex at f ...
分类:
其他好文 时间:
2018-07-13 21:09:22
阅读次数:
205
Use can use colour and styles to make it easy to spot errors and group common functionality into blocks when viewing a NodeJS console. This lesson wil ...
分类:
Web程序 时间:
2018-07-10 19:12:47
阅读次数:
170
一、网络拓扑图:二、实验目的:通过OSPF协议,实现全网互通三、实验步骤:1、规划好每段IP地址,配置PC机的IP及网关。2、按照上图配置IP地址3、如下图,配置OSPF区域,命令如下:AR7[Huawei]ospfrouter-id1.1.1.1//指定AR7在OSPF中的ID[Huawei]ospf1//进入OSPF进程1[Huawei-ospf-1]area0//进入骨干区域area0[Hu
分类:
其他好文 时间:
2018-07-09 23:13:02
阅读次数:
883
一.单词讲解 1.Lesson:n 课程 -其中的e 发 i的音 2.Excuse:原谅 Excuse me:(1).对不起,打扰了。 (2).借过一下,让一让。 (3).失陪了。 (4).麻烦再说一遍。 3.me:主格是I,宾格是me。 为什么英语中会有主格和宾格之分? 简单句的句型结构一共分为5 ...
分类:
其他好文 时间:
2018-07-08 14:35:38
阅读次数:
149
package com.bjsxt.scala case class Person2(var name:String,age:Int) object Lesson_caseClass { def main(args: Array[String]): Unit = { val p1 = Person2... ...
分类:
其他好文 时间:
2018-07-07 22:42:43
阅读次数:
163
package com.bjsxt.scala object Lesson_string { def main(args: Array[String]): Unit = { val s = "bjsxt" val s1 = "BJSXT" // println(s.indexOf(97)) // p... ...
分类:
其他好文 时间:
2018-07-07 22:39:29
阅读次数:
178
package com.bjsxt.scala object Lesson_match { def main(args: Array[String]): Unit = { val tuple = (1,"hello",'c',1.0,true) val iter = tuple.productIte... ...
分类:
其他好文 时间:
2018-07-07 22:38:33
阅读次数:
210
package com.bjsxt.scala object Lesson_collections { def main(args: Array[String]): Unit = { /** * 元组 * 1.元组最多支持22元素 * 2.声明元组 可以new 可以不new 也可以直接() * 3.... ...
分类:
其他好文 时间:
2018-07-07 22:30:47
阅读次数:
155
package com.bjsxt.scala import java.util.Date object Lesson_fun { def main(args: Array[String]): Unit = { /** * 1.方法定义 * 1.方法定义使用“def” * 2.方法可以传参,参数类型... ...
分类:
其他好文 时间:
2018-07-07 22:19:15
阅读次数:
178
OSPFOSPF:开放最短路径优先协议属于无类别链路状态路由协议,组播更新地址224.0.0.5/6;跨层封装到3层,协议号89;基于拓扑工作,更新量大,故需要区域划分。触发更新,周期更新30min。一、Ospf的基本原理与实现1、宣告ospf的路由器从所有启动ospf的接口上发出hello包,当双方收到对方的hello包,并成功的协商hello包中的参数(hellotime,deadinterv
分类:
其他好文 时间:
2018-07-07 17:41:16
阅读次数:
221