出现背景: android studio 连接华为荣耀6X手机(开启了usb调试和MIDI数据传输),adb调试安卓应用,avd没有发现真机,提示需要更新ADB Interface驱动 电脑设备管理->更新adb interface驱动,找不到合适的驱动,故借助360手机助手连接手机,安装合适的驱动 ...
分类:
数据库 时间:
2020-10-22 23:04:59
阅读次数:
35
Libpq 是为 C 语言开发这提供的关于 PostgreSQL 的接口。
分类:
数据库 时间:
2020-10-21 21:30:37
阅读次数:
37
# 面向对象 ### oop  本质:以类的方式组织代码,以对象的形式组织(封装)数据; 抽象 三大特性:封装 继承 多态 ### 封装: ...
分类:
编程语言 时间:
2020-10-21 21:07:29
阅读次数:
21
[TOC]## 1. Python基础### 1.1. 准备工作+ 安装python3,版本要求>=3.6+ 了解python的运行 启动python-IDLE,并运行 `print('hello world')`+ 预习内容请自行完成 + 教程推荐 + [《Python入门,从19个语法开始》](... ...
分类:
其他好文 时间:
2020-10-19 23:02:11
阅读次数:
34
linux基础命令 touch 创建文本文件 -t 改变时间戳 power off 关机 clear 清屏 pwd显示当前工作目录 su 切换用户 reboot 重启 mv 移动重命名 cp 复制重命名 -r递归 rmdir 删除 mkdir 新建文件 cd 切换目录 . 当前目录 .. 上一级目录 ...
分类:
其他好文 时间:
2020-10-19 22:16:19
阅读次数:
22
目的: 跨越公网和私网实现全网互通。 部署拓扑图: 配置文件: LSW1#sysname lsw1#vlan batch 11 to 12 1001#interface Vlanif11 ip address 10.1.11.1 255.255.255.0#interface Vlanif12 ip ...
分类:
其他好文 时间:
2020-10-18 16:47:25
阅读次数:
32
目的: 实现全网互通,并按要求的路线进行数据传输。 部署拓扑图: 配置文件: R1:#sysname r1#interface GigabitEthernet0/0/0 ip address 12.1.1.1 255.255.255.0interface LoopBack0 ip address 1 ...
分类:
其他好文 时间:
2020-10-18 16:46:10
阅读次数:
23
部署拓扑图: 1、对Cloud进行如下设置,选择VMnet1网卡 2、二层交换机的命令: # vlan batch 10 20 30 100 # interface Ethernet0/0/1 port link-type access port default vlan 100 # interfa ...
分类:
其他好文 时间:
2020-10-18 16:45:34
阅读次数:
22
netstat -tulnp 简介 Netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。 输出信息含义 执行netstat后,其输出结果为 ...
分类:
其他好文 时间:
2020-10-18 16:26:39
阅读次数:
22
2020 IT邦幫忙鐵人賽 Kubernetes 原理分析系列文章 kubernetes 探討 Container & Open Container Initiative Container Runtime Interface Container Network Interface Containe ...
分类:
其他好文 时间:
2020-10-18 09:39:20
阅读次数:
21