1、级联查询 字段 关联的字段 使用的方法2、sql代码块and ID=#{id,jdbcType=INTEGER}and LESSON_ID=#{lessonId,jdbcType=INTEGER}and VERSION =#{version,jdbcType=VARCHAR}and EXTEND...
分类:
编程语言 时间:
2016-01-12 19:20:30
阅读次数:
154
A. Playing with PaperOne day Vasya was sitting on a not so interesting Maths lesson and making an origami from a rectangulara mm × b mm sheet of pap.....
分类:
其他好文 时间:
2016-01-09 21:29:10
阅读次数:
144
答:hello用来保持邻居,不需要每个邻居复制一份单播包。LSU是链路状态跟新,一个网段一般情况有DR和BDR,这两种角色需要和R-other建立邻居,并且监听224.0.0.6的组播地址。如果LSU从DRother发出来,不发往组播地址,发往单播,会造成带宽浪费,和设备处理负担。DD是两台设备之..
分类:
其他好文 时间:
2016-01-04 15:42:08
阅读次数:
414
1.按照例子保存代码、编译以及安装模块An introduction to Linux kernel programming - Lesson 4: Writing and running your first kernel module2.查看输出1)dmesg2)cat /var/log/sys...
分类:
其他好文 时间:
2016-01-01 11:08:16
阅读次数:
142
OSPF:链路状态路由协议度量值:成本特点:适应大规模网络、路由变化速度收敛快、没有路由环路、支持可变长子网掩码(VLSM)、支持区域划分、支持以组播地址发送协议报文工作原理:首先“建立连接关系”--建立好以后通过学习链路状态信息列出网络中其他的路由信息,生成“链路..
分类:
其他好文 时间:
2015-12-30 13:55:21
阅读次数:
220
目的:测试IRF分裂后,MASTER与SLAVE的运行情况以及处理机制。1、Core与IRF设备之间运行OSPF,骨干区域为area0,PC1,PC2到CORE1.1.1.1可达2、IP地址表设备端口/VLANIP地址COREloopback1.1.1.1/32interfacevlan2100(互联)10.24.61.143/24IRF接入vlan10(用户vlan)10.1.1.254/2..
分类:
其他好文 时间:
2015-12-25 06:35:28
阅读次数:
898
一协议概述在基于TCP/IP协议的网络中,为了保证不直接物理连接的设备之间的通信,必须指定路由.目前常用的指定路由的方法有两种:一种是通过路由协议(比如:内部路由协议RIP和OSPF)动态学习;另一种是静态配置.在每一个终端都运行动态路由协议是不现实的,大多客户端操作系统平台都不..
分类:
其他好文 时间:
2015-12-25 06:31:02
阅读次数:
445
Vim tutor makes you know enough commands to easily use Vim. If you wanna get full version of vim tutor, execute vimtutor in the shell. Lesson 1 The cu...
分类:
系统相关 时间:
2015-12-20 13:09:03
阅读次数:
282
Array filter creates a new array with all elements that pass the test implemented by the provided function. In this lesson we discuss how only a truth...
分类:
编程语言 时间:
2015-12-19 06:34:49
阅读次数:
149
var http=require('http');var cheerio=require('cheerio');//页面获取到的数据模块var url='http://www.jcpeixun.com/lesson/1512/';function filterData(html){ /*所要获...
分类:
Web程序 时间:
2015-12-16 15:15:41
阅读次数:
223