forked from yuxinLiu/yuxinliu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsdnlab.html
375 lines (308 loc) · 11 KB
/
sdnlab.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>SDN网络实验室</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/settings.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/hw-parallax.min.css">
<!-- JS
================================================== -->
<script src="js/jquery-1.8.2.min.js" type="text/javascript"></script> <!-- jQuery -->
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script> <!-- jQuery easing -->
<script src="js/modernizr.custom.js" type="text/javascript"></script> <!-- Modernizr -->
<script src="js/jquery-ui-1.10.1.custom.min.js" type="text/javascript"></script> <!-- tabs, toggles, accordion -->
<script src="js/custom.js" type="text/javascript"></script> <!-- jQuery initialization -->
<script type=text/javascript>
var zwf_u = "images/member_photo/在读研究生/2015级/张为凡/";
window.onload = function(){
for(var i=0;i<=16;i++){
var img = new Image();
img.src=zwf_u+i+".png";
}
var img = new Image();
img.src = zwf_u+"张为凡.png";
}
</script>
<!-- Responsive Menu -->
<script src="js/jquery.meanmenu.js"></script>
<script>
jQuery(document).ready(function () {
jQuery('header nav').meanmenu();
});
</script>
<!-- Revolution Slider -->
<script src="js/jquery.themepunch.plugins.min.js"></script>
<script src="js/jquery.themepunch.revolution.min.js"></script>
<script src="js/revolution-slider-options.js"></script>
<!-- Prety photo -->
<script src="js/jquery.prettyPhoto.js"></script>
<script>
$(document).ready(function(){
$("a[data-gal^='prettyPhoto']").prettyPhoto();
});
</script>
<!-- Tooltip -->
<script src="js/tooltip.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<header class="header">
<div class="container">
<div class="four columns">
<h2 class="logo">SDN网络实验室</h2>
</div><!-- logo -->
<div class="twelve columns">
<nav class="main_menu">
<ul>
<li>
<a href="index.html">
主页
</a>
</li>
<li>
<a href="dynamic.html">
学术动态
</a>
</li>
<li>
<a href="publication.html">
学术论文
</a>
</li>
<li>
<a href="project.html">
科研项目
</a>
</li>
<li href="current_page_item">
<a href="sdnlab.html">
SDN分享
</a>
</li>
<li>
<a href="member.html">
学术团队
</a>
</li>
<li>
<a href="sdnroad.html">
SDN之路
</a>
</li>
<li>
<a href="journal.html">
推荐会议与期刊
</a>
</li>
<li>
<a href="discuss.html">
学术讨论
</a>
</li>
<li>
<a href="resources.html">
资源分享
</a>
</li>
<li>
<a href="entertainment.html">
生活娱乐
</a>
</li>
</ul>
</nav><!-- navigation -->
</div>
<div class="clearfix"></div>
</div>
</header><!-- header -->
<!--<container--begin-->
<br>
<div class="container" style="font-family: times new roman,宋体;">
<div class="sixteen columns">
<h3 class="headline" style="font-size: 20px">SDNLAB文章</h3>
</div>
<div class="sixteen columns">
<ul class="filter-list">
<li><a href="#P4">P4</a></li>
<li><a href="#NV">NV</a></li>
<li><a href="#NFV">NFV</a></li>
<li><a href="#Mininet">Mininet</a></li>
<li><a href="#Controller">Controller</a></li>
<li><a href="#OpenStack">OpenStack</a></li>
<li><a href="#DataCenter">DataCenter</a></li>
</ul>
</div>
<div class="sixteen columns">
<section id="P4">
<h3 style="font-size: 20px">P4</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="1"><span> 2017-06-09</span> » <a href="http://www.sdnlab.com/19370.html"> NSP4——P4网络模拟器的使用</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="2"><span> 2017-04-14</span> » <a href="http://www.sdnlab.com/19040.html"> P4教程Flowlet Switching源码分析</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="3"><span> 2017-03-03</span> » <a href="http://www.sdnlab.com/18669.html"> SDNLAB技能图谱项目启动</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="4"><span> 2017-02-21 </span> » <a href="http://www.sdnlab.com/18618.html"> P4开源Tutorials实战及对P4规范的初分析</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="5"><span> 2017-01-09 </span> » <a href="http://www.sdnlab.com/18366.html"> 搭建P4C与P4FPGA联合编译环境 </a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="6"><span> 2016-11-03 </span> » <a href="http://www.sdnlab.com/18040.html"> PISCES:可编程、协议无关的软件交换机解析及应用实例</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="7"><span> 2016-11-01 </span> » <a href="http://www.sdnlab.com/18021.html"> 《P4语言规范》parser详解</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<section id="NV">
<h3 style="font-size: 20px">NV</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="1"><span> 2016-10-27 </span> » <a href="http://www.sdnlab.com/18008.html"> NV和SDN融合:一种提高虚拟网络接受率的思路</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<section id="NFV">
<h3 style="font-size: 20px">NFV</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="1"><span> 2016-12-16</span> » <a href="http://www.sdnlab.com/18260.html"> NFV性能优化——架构性并行加速算法思想</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<section id="Mininet">
<h3 style="font-size: 20px">Mininet</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="1"><span> 2017-06-08</span> » <a href="http://www.sdnlab.com/19360.html"> Mininet链接真实网络的实现</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<section id="Controller">
<h3 style="font-size: 20px">Controller</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="1"><span> 2017-06-14</span> » <a href="http://www.sdnlab.com/19394.html"> Floodlight API简介及应用</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="2"><span> 2017-05-09</span> » <a href="http://www.sdnlab.com/19189.html"> 解决Floodlight1.2+Mininet问题及使用安装</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<section id="OpenStack">
<h3 style="font-size: 20px">OpenStack</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="1"><span> 2016-10-26 </span> » <a href="http://www.sdnlab.com/18000.html"> 在OpenWRT上进行OpenFlow配置</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="2"><span> 2016-10-21 </span> » <a href="http://www.sdnlab.com/17984.html"> 构建OpenStack与OpenDaylight融合的实验环境</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<section id="DataCenter">
<h3 style="font-size: 20px">DataCenter</h3> <br>
<ol class="list iconok circle" style="font-size: 15px">
<li value="1"><span> 2017-03-27 </span> » <a href="http://www.sdnlab.com/18768.html"> 多租户数据中心拥塞控制学习笔记(二)</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="2"><span> 2017-03-20 </span> » <a href="http://www.sdnlab.com/18738.html"> 多租户数据中心拥塞控制学习笔记(一)</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
<li value="3"><span> 2017-03-07 </span> » <a href="http://www.sdnlab.com/18679.html"> 基于无尺度网络模型的启发——一种新型数据中心架构的设想</a>
<table height="10"><tbody><tr><td></td></tr></tbody></table>
</li>
</ol>
</section>
<br><br>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="footer-top clearfix">
<div class="ten columns">
<h3>联系我们</h3>
<ul class="list contact" style="margin-bottom: 15px;">
<li class="contact-address"><i class="fa fa-map-marker"></i><a href="http://j.map.baidu.com/0zxvw">地址:350116,福建省,福州市,学园路,福州大学数学与计算机科学学院2号楼501室</a></li>
</ul>
</div>
<div class="six columns">
<h3> </h3>
<ul class="list contact" style="margin-bottom: 15px;">
<li class="contact-mail"><i class="fa fa-envelope"></i><a href="mailto:[email protected]">邮箱:[email protected]</a></li>
<li class="contact-phone"><i class="fa fa-phone"></i><span>电话: xxxxxxxx</span></li>
</ul>
</div>
</div><!-- footer-top -->
</div>
<div class="container">
<div class="footer-bottom clearfix">
<div class="info" style="text-align:center">
<p>Copyright@福州大学 SDN网络实验室 All Rights Reserved </p>
</div>
</div><!-- footer-bottom -->
</div>
</footer><!-- footer -->
<script src="js/hw-parallax.min.js"></script>
<script>
$('.parallax').parallax({
scroll_factor: 0.5
});
</script>
<!-- Flexisel -->
<script type="text/javascript" src="js/jquery.flexisel.js"></script>
<script type="text/javascript">
$(window).load(function() {
$("#flexiselDemo2").flexisel({
visibleItems: 5,
animationSpeed: 1000,
autoPlay: false,
autoPlaySpeed: 3000,
pauseOnHover: true,
enableResponsiveBreakpoints: true,
responsiveBreakpoints: {
portrait: {
changePoint:480,
visibleItems: 1
},
landscape: {
changePoint:640,
visibleItems: 2
},
tablet: {
changePoint:768,
visibleItems: 3
}
}
});
});
</script>
<!-- End Document
================================================== -->
</body>
</html>