码迷,mamicode.com
首页 >  
搜索关键字:interfaces    ( 768个结果
树莓派配置静态IP
备份原文件:sudo cp /etc/network/interfaces /etc/network/interfaces.bk编辑:sudo nano /etc/network/interfaces修改为以下内容:auto loiface lo inet loopbackiface eth0 in...
分类:其他好文   时间:2014-06-11 07:59:30    阅读次数:211
java通过继承来扩展接口
接口主要是为了向上转型,从而使基类(接口方法)更具灵活性!不想废话,看例子: /** * */package interfaces;interface Monster{ void menace();}interface DangerousMonster extends Monster{ void d...
分类:编程语言   时间:2014-06-10 09:00:35    阅读次数:230
Network bonding and teaming
Bonding:Ethernet Channel Bonding enables two or more Network Interfaces Card (NIC) to a single virtual NIC card which may increase the bandwidth and p...
分类:Web程序   时间:2014-06-07 03:38:59    阅读次数:267
配置VirtualBox虚拟机实现Ubuntu与Windows系统间数据交换即Putty的访问
一、直接修改Ubuntu IP系统配置文件Ubuntu IP的网络配置文件是:/etc/network/interfaces打开后里面可设置DHCP或手动设置静态Static IP。前面auto eth0,让网卡开机自动挂载,以下操作针对有线网络在Ubuntu中实现两个网卡。 1.以DH...
分类:Windows程序   时间:2014-06-06 09:10:06    阅读次数:691
Back Track5学习笔记
1.BT5默认用户名:root.密码:toor(公司是yeslabccies)2.进入图形化界面命令:startx3.更改密码:sudo passwd root扫描工具第一部分网络配置:4.网络配置文件有两个:/etc/network/interfaces和/etc/resolv.conf前一个存放...
分类:其他好文   时间:2014-05-31 08:00:19    阅读次数:685
ubuntu Server 设置主机静态 ip地址
ubuntu Server 设置主机静态 ip地址1:先输入 ifconfig 查看当前网络配置2:然后关闭 eth0 网卡sudo ifdown eth03:配置静态ipsudo vim /etc/network/interfaces打开文件,修改eth0的配置,设置您的ip,网关,子网掩码4:此...
分类:其他好文   时间:2014-05-26 14:44:49    阅读次数:294
动态代理
动态代理 *****基于接口的动态代理 java.lang.reflect.Proxy static Object newProxyInstance(ClassLoader loader, Class[] interfaces, InvocationHandler h) 作用:返回代理类的实例...
分类:其他好文   时间:2014-05-26 13:48:44    阅读次数:258
深度学习与脑机接口_1(基于卷积神经网络的P300信号检测)
深度学习与脑机接口_1(基于卷积神经网络的P300信号检测) 参考论文《Convolutional Neutral Networks for P300 Detection with Application to Brain-Computer Interfaces》 Hubert Cecotti an...
分类:其他好文   时间:2014-05-17 20:47:01    阅读次数:1010
北向接口和南向接口
下面是它们的英文定义:A northbound interface is an interface that conceptualizes lower level details. It interfaces to higher level layers and is normally drawn ...
分类:其他好文   时间:2014-05-12 10:43:29    阅读次数:296
222
/* Endian swapping module.Simple example with Avalon streaming interfaces and a CSR busAvalon-ST has readyLatency of 0Avalon-MM has fixed readLatency ...
分类:其他好文   时间:2014-05-11 23:21:17    阅读次数:423
768条   上一页 1 ... 74 75 76 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!