码迷,mamicode.com
首页 >  
搜索关键字:interfaces    ( 768个结果
Mojo C++ Bindings API
Mojo C++ Bindings API This document is a subset of the Mojo documentation. Contents Overview Getting Started Interfaces Basic Usage InterfacePtr and I ...
分类:编程语言   时间:2018-09-18 22:37:14    阅读次数:180
Debian中配置静态IP
默认安装Debian的时候是用dhcp服务的,有时我们需要设置一下静态IP。 一共涉及两个文件的修改 /etc/network/interfaces auto eth0#iface eth0 inet dhcpiface eth0 inet static address 192.168.2.121 ...
分类:其他好文   时间:2018-09-11 23:50:37    阅读次数:215
kali linux网络配置
事情是这样的 今天早上想安装一个按个人信息生成密码的软件 发现无法安装 发现问题后 我首先检查了kali有没有获取到IP 然后就是没有获取IP 怎么解决问题如下: 原理进程: 1.写入dhcp服务 1.进行DNS设置 首先输入命令: gedit /etc/network/interfaces #用g ...
分类:系统相关   时间:2018-09-10 11:11:48    阅读次数:209
python fire库的使用
一. 介绍 fire是python中用于生成命令行界面(Command Line Interfaces, CLIs)的工具,不需要做任何额外的工作,只需要从主模块中调用fire.Fire(),它会自动将你的代码转化为CLI,Fire()的参数可以说任何的python对象 二. 安装 三. 用法 实例 ...
分类:编程语言   时间:2018-09-02 20:20:56    阅读次数:390
获取本机的ip地址(排除虚拟机,蓝牙等ip)
项目中遇到了要获取本地ip的需求,网上查找资料遇到很多坑,很多Java获取本机ip地址的方法要么是根本获取不到,要么是获取的有问题。 网上常见的方法如下 但是如果电脑里面有Lan,WIFI,蓝牙热点,虚拟机网卡,即存在很多的网络接口(network interfaces),每个网络接口就包含一个IP ...
分类:其他好文   时间:2018-09-02 11:06:17    阅读次数:963
Postfix无法在centos上启动
当我今天尝试启动postfix时,我收到以下消息fatal:parameterinet_interfaces:nolocalinterfacefoundfor::1解决方案很简单:1.打开/etc/postfix/main.cf2.评论出来inet_interfaces:all3.加inet_protocol:ipv4
分类:其他好文   时间:2018-08-21 16:01:05    阅读次数:234
C# Redis写入程序
直接贴代码,需要引用ServiceStack.Common.dll,ServiceStack.Interfaces.dll,ServiceStack.Redis.dll,ServiceStack.Text.dll using System;using System.Collections.Gener ...
分类:Windows程序   时间:2018-08-17 18:21:53    阅读次数:286
设计模式之动态代理模式
学习动态代理模式是为了以后学习AOP(面向切面编程)打下基础,他比装饰者模式还要灵活。 我们只学习他的一个方法: Proxy.newProxyInstance(ClassLoader classLoader, Class[] interfaces, InvocationHandler invocat ...
分类:其他好文   时间:2018-08-12 14:14:06    阅读次数:123
数字音频接口
概述 数字音频接口DAI,即Digital Audio Interfaces,顾名思义,DAI表示在板级或板间传输数字音频信号的方式。相比于模拟接口,数字音频接口抗干扰能力更强,硬件设计简单,DAI在音频电路设计中得到越来越广泛的应用。图1和图2对比传统的音频信号和数字音频信号链的区别。 在传统的音 ...
分类:其他好文   时间:2018-08-09 20:07:45    阅读次数:232
UML Class and Object Diagrams Overview
Class diagram is UML structure diagram which shows structure of the designed system at the level of classes and interfaces, shows their features特征,con ...
分类:其他好文   时间:2018-08-03 11:33:38    阅读次数:228
768条   上一页 1 ... 13 14 15 16 17 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!