码迷,mamicode.com
首页 >  
搜索关键字:vlan trunk    ( 2893个结果
Eclipse配置Go语言开发环境(GoEclipse)
Eclipse安装Go语言插件GoEclipseGoEclipse插件地址:http://goclipse.googlecode.com/svn/trunk/goclipse-update-site/接下来,配置插件
分类:系统相关   时间:2014-06-19 09:28:37    阅读次数:600
关于eth0 eth0:1 和eth0.1关系介绍
eth0 eth0:1 和eth0.1三者的关系对应于物理网卡、子网卡、虚拟VLAN网卡的关系:物理网卡:物理网卡这里指的是服务器上实际的网络接口设备,这里我服务器上双网卡,在系统中看到的2个物理网卡分别对应是eth0和eth1这两个网络接口。子网卡:子网卡在这里并不是实际上的网络接口设备,但是可以...
分类:其他好文   时间:2014-06-18 21:31:02    阅读次数:168
svn提交异常file is scheduled for addition, but is missing
svn提交错误file is scheduled for addition, but is missing svn ci -m "" svn: E155010: Commit failed (details follow): svn: E155010: '/Volumes/File/ymall_Project/daling/trunk/GiftShop/GiftS...
分类:其他好文   时间:2014-06-16 21:19:39    阅读次数:928
Google Python Style Guide
http://google-styleguide.googlecode.com/svn/trunk/pyguide.html#Commentshttp://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/...
分类:编程语言   时间:2014-06-15 23:01:13    阅读次数:216
ZooKeeper程序员指南(转)
译自http://zookeeper.apache.org/doc/trunk/zookeeperProgrammers.html1简介本文是为想要创建使用ZooKeeper协调服务优势的分布式应用的开发者准备的。本文包含理论信息和实践信息。本指南的前四节对各种ZooKeeper概念进行较高层次的讨...
分类:其他好文   时间:2014-06-14 22:50:57    阅读次数:352
Process Hacker源码中的用户态hook的做法
processhacker-code-5632\1.x\trunk\NProcessHacker\hook.htypedef struct _PH_HOOK{ PVOID Function; PVOID Target; BOOLEAN Hooked; CHAR Bytes[5...
分类:其他好文   时间:2014-06-12 18:11:47    阅读次数:216
C#使用System.Data.SQLite操作SQLite
使用System.Data.SQLite下载地址:http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki得到System.Data.SQLite.dll添加到工程引用;建表,插入操作C#代码staticvoidMai...
分类:数据库   时间:2014-06-10 21:40:17    阅读次数:367
Openvswtich 学习笔记
场景: 创建一个Virtual Switch,支持VLAN,支持MAC-Learning 包含下面四个Port: P1, truck port P2, VLAN 20 P3, P4 VLAN 30 包含五个flow table: Table 0: Admission control. Table 1...
分类:其他好文   时间:2014-06-09 22:30:54    阅读次数:490
Metasploit更新
Metasploit更新,官方放弃SVN,开始使用GIT有一段时间没有写文章了,今天翻译一篇文章吧。以后Metasploit更新,请不要再使用下面的方法了1svn co https://www.metasploit.com/svn/framework3/trunk请使用GIT来进行更新1git cl...
分类:Web程序   时间:2014-06-09 15:32:47    阅读次数:380
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!