码迷,mamicode.com
首页 >  
搜索关键字:interfaces    ( 768个结果
树莓派摄像头
2019-11-17-11:19:45 一、相机模块的安装 将相机模块连接到Raspberry Pi的CSI端口,拔插摄像头之前,保险起见先关闭电源。 二、测试相机模块 系统设置中打开摄像头模块 首选项->Raspberry Pi Configuration->Interfaces->Camera ...
分类:其他好文   时间:2019-11-17 17:32:40    阅读次数:69
树莓派连接校园网设置静态IP(有线)
系统:kail2.0(基于debian)(别问为什么用这个还搞服务器orz) 校园网形式:寝室有根端口,连接即上 1. 其实和debian设置是一样的,首先需要设置的静态ip需要是原本分配的范围内,因此直接设置位当前本机能用的即可 2. cp /etc/network/interfaces /etc ...
分类:其他好文   时间:2019-11-16 14:29:00    阅读次数:220
route 相关设置
Debian系统 查看路由表: Here is a config file named /etc/network/interfaces: ip command to set a default router to 192.168.1.254 route command to set a defaul ...
分类:其他好文   时间:2019-11-14 09:48:57    阅读次数:98
DBGrid中插入DateTimePicker
DateTimePicker inside a DBGrid Here's how to place a TDateTimePicker into a DBGrid. Create visually more attractive user interfaces for editing date/t... ...
分类:数据库   时间:2019-11-09 13:28:29    阅读次数:97
TypeScript-基础-05-对象的类型—接口
对象的类型——接口 在 TypeScript 中,我们使用接口(Interfaces)来定义对象的类型。 什么是接口 在面向对象语言中,接口(Interfaces)是一个很重要的概念,它是对行为的抽象,而具体如何行动需要由类(classes)去实现(implement)。 TypeScript 中的 ...
分类:其他好文   时间:2019-11-03 01:14:18    阅读次数:78
List<T> or IList<T>
If you are exposing your class through a library that others will use, you generally want to expose it via interfaces rather than concrete implementat ...
分类:其他好文   时间:2019-10-28 21:16:18    阅读次数:103
【报错】【spring实战(第四版)】示例代码 ,使用 @DeclareParents 实现aop出错
来源:spring实战(第四版) 章节:4.3.4 通过注解引入新功能 页码:P120 环境: springboot 2.1.9.RELEASE 报错信息: warning can't determine implemented interfaces of missing type org.spri ...
分类:编程语言   时间:2019-10-26 19:07:17    阅读次数:465
Debian 系统修改网卡ens33名称为 eth0
1. 编辑文件 /etc/default/grub 修改下面的值 初始值 修改后 2. 重新生成一个开机文件/boot/grub/grub.cfg 3. 确保这个文件的内容也要做相应的修改/etc/network/interfaces a)如果是DHCP 配置 原始值 修改后 b)如果是static ...
分类:其他好文   时间:2019-09-20 19:03:40    阅读次数:311
OpenStack之基础环境配置(1静态ip、网络接口)
配置主机静态IP地址、网络接口、主机名 $ vim /etc/network/interfaces auto lo # 回环网络接口iface lo inet loopbackauto ens33 # 网络接口的名称iface ens33 inet static # 将dhcp修改为staticad ...
分类:其他好文   时间:2019-09-16 10:16:16    阅读次数:116
Raspbian设置静态ip
Raspbian static ip最近入手了树莓派4b,并更具官方教程安装了Raspbian。由于直接通过wifi连接,每次ip跳来跳去很不方便,于是便想着设置静态ip。由于Raspbian本身是基于Debian的Linux系统,网上查找资料都说是修改/etc/network/interfaces... ...
分类:Web程序   时间:2019-09-14 22:32:24    阅读次数:132
768条   上一页 1 ... 5 6 7 8 9 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!