码迷,mamicode.com
首页 >  
搜索关键字:interfaces    ( 768个结果
Serial Port Programming on Linux(转载)
This is a tutorial on how to program the Serial Ports on your Linux box.Serial Ports are nice little interfaces on the PC which helps you to interface ...
分类:系统相关   时间:2016-07-03 21:16:36    阅读次数:296
Ubuntu系统安装、网络配置、lamp环境搭建
Ubuntu安装lamp环境 一、安装ubuntu 安装ubuntu默认安装, 磁盘分区分配:在 Ubuntu 新安装中使用 LVM 二、静态配置网卡 sudo vim /etc/network/interfaces 文件内容: 重新设置网络,以启用新设置 sudo /etc/init.d/netw ...
分类:系统相关   时间:2016-07-02 01:46:05    阅读次数:283
ubuntu 自动获取ip的怎么设置
ubuntu以DHCP方式配置网卡自动获取ip编辑文件/etc/network/interfaces:sudo vi /etc/network/interfaces并用下面的行来替换有关eth0的行:# The primary network interface - use DHCP to find ...
分类:系统相关   时间:2016-07-01 19:52:03    阅读次数:431
关于API的设计与实现
http://blog.csdn.net/horkychen/article/details/46612899 API的设计是软件开发中一个独特的领域。最主要的特殊点在于API是供开发者使用的界面,即Application Programmer Interfaces。类似于用户可以直接使用到的GUI ...
分类:Windows程序   时间:2016-06-25 20:28:41    阅读次数:278
读《Designing Interfaces》有感
读《Designing Interfaces》有感 交互设计是一个大型项目成功的保证,不管是否完全按照书中的操作来完成,但这总是一个必须的过程。这本书在提出一定的事实和相应的理论基础后,也列出些很具体的方法,可操作性都比较强,当然,其实其理论在我们看来也没什么高深之处,可能是思维方式和长期教育环境的 ...
分类:其他好文   时间:2016-06-24 14:38:54    阅读次数:126
Ubuntu配置和修改IP地址
1、修改配置文件/etc/network/interfacesroot@ubuntu:~# sudo gedit /etc/network/interfaces 添加以下内容:auto eth0 #设置自动启动eth0接口iface eth0 inet static #配置静态IPaddress 1 ...
分类:系统相关   时间:2016-06-22 23:28:11    阅读次数:194
C#复习⑥
C#复习⑥ 2016年6月19日 23:46 Main Interfaces & Delegates 接口和委托 1.接口基本语法 接口相当于一个抽象类,只有签名没有实现; Interface = purely abstract class; only signatures, no implemen ...
分类:Windows程序   时间:2016-06-22 12:47:25    阅读次数:325
Ubuntu server中静态IP配置
(1)修改IP 配置文件 /etc/network/interfaces 加入以下语句:auto eth0iface eth0 inet staticaddress 192.168.2.86 #IP地址netmask 255.255.255.0 #子网掩码gateway 192.168.2.1 #网 ...
分类:系统相关   时间:2016-06-22 12:31:02    阅读次数:177
ubuntu14.04配置静态IP地址
1. 找到文件并作如下修改:vim /etc/network/interfaces修改如下部分:# interfaces(5) file used by ifup(8) and ifdown(8)auto loiface lo inet loopbackauto eth0iface eth0 ine ...
分类:系统相关   时间:2016-06-13 19:02:05    阅读次数:635
每天一个Linux命令(46)ifconfig命令
在windows系统中,ipconfig命令行工具被用来获取网络接口配置信息并对此进行修改。Linux系统拥有一个类似的工具,也就是ifconfig(interfaces config)。 (1)用法: 用法: ifconfig [网络设备] [参数] (2)功能: 功能: ifconfig命令用来 ...
分类:系统相关   时间:2016-06-13 18:58:14    阅读次数:433
768条   上一页 1 ... 37 38 39 40 41 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!