码迷,mamicode.com
首页 >  
搜索关键字:interfaces    ( 768个结果
ERPSYSTEM开发教程02 框架安装
1.下载好Tangram后解压2.把\framework目录下的DCP,Interfaces,Units添加到Delphi搜索目录3.打开目录下的framework.groupproj项目工程组,该工程组有四个项目Tangram_Core.bpl ConfigTool.exe PackageRequ...
分类:其他好文   时间:2015-01-12 23:46:10    阅读次数:214
ubuntu下IP、DNS、hostname的配置
一、配置ipubuntu的网络配置信息放在/etc/network/interfaces中,如果配置动态获取ip,则在上述文件中加入以下内容:autoeth0ifaceeth0inetdhcp如果配置静态ip,则添加如下内容:autoeth0ifaceeth0inetstaticaddress192.168.33.201netmask255.255.255.0gateway192.168.33.1要是..
分类:系统相关   时间:2015-01-08 15:41:54    阅读次数:525
java中的PublicKey接口
一、概述 该接口位于java.security包下,声明:public interface PublicKey extends Key 公钥。此接口不包含任何方法或常量。它仅用于将所有公钥接口分组(并为其提供类型安全)。 注:特定的公钥接口扩展此接口。请参见(例如)java.security.interfaces 中的 DSAPublicKey 接口。 二、字段 sta...
分类:编程语言   时间:2015-01-04 17:13:27    阅读次数:260
java中的PrivateKey
1、概述 该接口位于java.security包下,声明:public interface PrivateKey extends Key   私钥。此接口不包含任何方法或常量。它仅用于将所有私钥接口分组(并为其提供类型安全)。 注:特定的私钥接口扩展此接口。请参见(例如)java.security.interfaces 中的 DSAPrivateKey 接口。 二、字段 ...
分类:编程语言   时间:2015-01-04 17:10:23    阅读次数:269
ubuntu网络配置
配置网络时发现ubuntu14.04如果在桌面环境下配置网络,会写入/etc/NetworkManager/system-connections/Wired\ connection\ 1 文件中,但是如果你继续配置/etc/network/interfaces 则重启网络之后会以interfaces...
分类:系统相关   时间:2015-01-02 10:56:12    阅读次数:195
linux 配置静态IP
ip配置方法是编辑sudo nano/etc/network/interfaces树莓派默认配置 auto loiface lo inet loopbackiface eth0 inet dhcpallow-hotplug wlan0iface wlan0 inet manualwpa-roam /...
分类:系统相关   时间:2014-12-31 22:49:33    阅读次数:362
linux sed命令
一、初识sed在部署openstack的过程中,会接触到大量的sed命令,比如# Bind MySQL service to all network interfaces.sed -i 's/127.0.0.1/0.0.0.0/g' /etc/mysql/my.cnf那么这条命令是什么意思?接下来介...
分类:系统相关   时间:2014-12-31 13:00:15    阅读次数:297
Apache commons 之 codec 深入学习以及URLCodec
我们在入门代码里,写了一些示例,感觉貌似这个类,就只有这么些内容,打开javadoc再看看,发现这个包里货还真不少。 Commons Codec 1.4 API Packages org.apache.commons.codec A small set of interfaces used by the various implementations...
分类:Web程序   时间:2014-12-23 15:41:19    阅读次数:1117
Debian openStack 文件配置源总结整理
1. 静态IP地址设置格式: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface au...
分类:其他好文   时间:2014-12-19 09:21:07    阅读次数:157
KVM源代码解读:linux-3.17.4\arch\x86\include\asm\kvm_host.h
/** Kernel-based Virtual Machine driver for Linux** This header defines architecture specific interfaces, x86 version** This work is licensed under th...
分类:系统相关   时间:2014-12-16 13:02:25    阅读次数:487
768条   上一页 1 ... 63 64 65 66 67 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!