会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
鸟瞰的鸟
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2018年11月21日
什么是YANG
摘要: https://www.cnblogs.com/FrankZhou2017/p/7258264.html
阅读全文
posted @ 2018-11-21 11:18 鸟瞰的鸟
阅读(275)
评论(0)
推荐(0)
编辑
学习使用Archetype构建OpenDaylight项目
摘要: 用命令 mvn archetype:generate -DarchetypeGroupId=org.opendaylight.controller -DarchetypeArtifactId=opendaylight-startup-archetype -DarchetypeRepository=h
阅读全文
posted @ 2018-11-21 10:50 鸟瞰的鸟
阅读(580)
评论(0)
推荐(0)
编辑
2018年11月20日
学习“浅谈OpenDaylight的二次开发”
摘要: https://blog.csdn.net/deng11408205/article/details/80062778
阅读全文
posted @ 2018-11-20 16:24 鸟瞰的鸟
阅读(254)
评论(0)
推荐(0)
编辑
为vmware创建的ubuntu虚机增加硬盘
摘要: 1.关闭虚机,按照vmware的界面向导增加一块硬盘: 2.启动虚机,后fdisk -l可以看到/dev/sdb: root@odl_ubuntu:~# fdisk -lDisk /dev/sda: 20 GiB, 21474836480 bytes, 41943040 sectorsUnits:
阅读全文
posted @ 2018-11-20 14:14 鸟瞰的鸟
阅读(623)
评论(0)
推荐(0)
编辑
2018年11月18日
Ubuntu16中编译OpenDaylight
摘要: OpenDaylight有五个基础模块,分别是oldparent、yangtools、controller、openflowplugin和openflowjava,需要按顺序分别编译。(注意编译时需要联网) 1。准备基础环境: 安装JDK1.8.0和Maven3.6.0。 zjd@ubuntu16:
阅读全文
posted @ 2018-11-18 19:55 鸟瞰的鸟
阅读(661)
评论(0)
推荐(0)
编辑
Ubuntu16中安装Maven
摘要: maven基础概念在这里:https://www.cnblogs.com/FrankZhou2017/p/7246946.html 1。官网下载 http://maven.apache.org/download.cgi apache-maven-3.6.0-bin.tar.gz 2。创建目录 roo
阅读全文
posted @ 2018-11-18 17:50 鸟瞰的鸟
阅读(212)
评论(0)
推荐(0)
编辑
2018年11月16日
Ubuntu16Server使用IntelliJ IDEA
摘要: 1。Ubuntu是Server版本,没有桌面,因此首先要安装桌面: root@odl_ubuntu:~# apt-get install ubuntu-desktop 安装完成后执行 root@odl_ubuntu:~# startx 即可启动desktop。 因为本测试环境一直使用root用户,而
阅读全文
posted @ 2018-11-16 23:22 鸟瞰的鸟
阅读(412)
评论(0)
推荐(0)
编辑
我的第一个OpenDaylight工程
摘要: 1。从https://raw.githubusercontent.com/opendaylight/odlparent/stable/carbon/settings.xml下载此文件或拷贝此文件内容,替换 root@odl_ubuntu:/etc/maven# 目录下的同名文件。 2。用如下Mave
阅读全文
posted @ 2018-11-16 17:36 鸟瞰的鸟
阅读(340)
评论(0)
推荐(0)
编辑
2018年11月15日
OpenDaylight架构图
摘要:
阅读全文
posted @ 2018-11-15 16:39 鸟瞰的鸟
阅读(1071)
评论(0)
推荐(0)
编辑
2018年11月14日
Ubuntu16.04Server中安装wireshark
摘要: 1。安装wireshark 依次执行: sudo apt-add-repository ppa:wireshark-dev/stable sudo apt-get update sudo apt-get install wireshark sudo dpkg-reconfigure wireshar
阅读全文
posted @ 2018-11-14 16:39 鸟瞰的鸟
阅读(295)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
下一页
公告