码迷,mamicode.com
首页 >  
搜索关键字:interfaces    ( 768个结果
yii源码二 -- interfaces
path:framework/base/interfaces.phpoverview:This file contains core interfaces for Yii framework.interface IApplicationComponent:all application compon...
分类:其他好文   时间:2014-07-22 22:55:14    阅读次数:165
错误 /etc/resolv.conf isn't a symlink, not doing anything. 【解决办法】
配置interfaces文件后用/etc/init.d/networking restart命令重启网络配置出现以下错误 * Running /etc/init.d/networking restart is deprecated because it may not enable again so...
分类:其他好文   时间:2014-07-22 00:03:37    阅读次数:454
〖Linux〗Ubuntu中使用KVM安装虚拟机
1. 安装软件:sudo apt-get install libvirt0 libvirt-bin libvirt-dev virt-manager qemu-system2. 配置网桥:# interfaces(5) file used by ifup(8) and ifdown(8)auto l...
分类:系统相关   时间:2014-07-21 09:13:47    阅读次数:343
ubuntu12.04网络配置
1.配置/etc/network/interfaces#静态IP地址1 auto lo 2 iface lo inet loopback #loopback虚拟网络设备,使TCP/IP能以127.0.0.1这个IP地址访问你电脑本身3 # The primary network interface ...
分类:其他好文   时间:2014-07-17 23:14:15    阅读次数:308
Ubuntu之网络配置
一、配置大概分三类:通过配置文件配置、通过命令配置、通过图形化的网络连接菜单配置。拨号无线等的没条件实验,不涉及。主要文件:/etc/network/interfaces,这里是IP、网关、掩码等的一些配置;/etc/resolv.conf这个文件保存DNS的有关信息主要命令:sudo /etc/i...
分类:其他好文   时间:2014-07-16 20:44:05    阅读次数:176
Adapter pattern
1. 定义http://en.wikipedia.org/wiki/Adapter_patternAn adapter helps two incompatible interfaces to work together. This is the real world definition for ...
分类:其他好文   时间:2014-07-16 19:01:47    阅读次数:345
【游戏科普】使用心理学法则创建优秀的用户界面
There are proven psychological principles to user interfaces that work.Whether you have a team of design experts or are just building with programmer art, you can use these principles to make your gam...
分类:其他好文   时间:2014-07-16 16:33:00    阅读次数:243
Ubuntu 为网卡配置静态IP地址
为网卡配置静态IP地址编辑文件/etc/network/interfaces:sudo vi /etc/network/interfaces并用下面的行来替换有关eth0的行:# The primary network interfaceauto eth0iface eth0 inet static...
分类:其他好文   时间:2014-07-11 10:14:17    阅读次数:165
ubuntu server安装之后的整理工作
又重装了ubuntuserver,用的64的13.10。现在把安装过程中及安装完成后的整理工作记下来。1、语言选择英文,键盘布局美国,时区香港或上海。不安装更新,选择安装软件有LAMP,JAVA,SAMBA。2、设置网络,ifconfg查看网络连接,设置自动启动并静态IP,//etc/network/interfaces/*..
分类:其他好文   时间:2014-07-09 08:49:32    阅读次数:209
Introducing the Filter Types
The ActionFilterAttribute class implements both the IActionFilter and IResultFilter interfaces. This class is abstract, which forces you to provide an...
分类:其他好文   时间:2014-07-04 00:16:25    阅读次数:322
768条   上一页 1 ... 72 73 74 75 76 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!