摘要:
准备材料 1. 服务开通(新用户首次购买,一个月以内不高于2QPS,免费) 链接地址:https://common-buy.aliyun.com/?commodityCode=face_pre#/open 2. 支付费用后可登陆控制台(现阶段管理控制台功能还不完善,不过不影响程序的测试调用)。 链接 阅读全文
摘要:
从 .xlsx 文件中读取记录 从 .csv 文件中读取记录 Excel Helper using ExcelDataReader; using OfficeOpenXml; using System; using System.Collections.Generic; using System.D 阅读全文
摘要:
硬件 WIFI 一台,作为主路由单网口 PC 一台,作为软路由系统的主机(这里用 #PC_LEDE# 标识) 软件 KoolShare LEDE 固件https://firmware.koolshare.cn/ 微PE工具箱http://www.wepe.com.cn/ Roadkil's Disk 阅读全文
摘要:
说明: 该教程基于 Mate 30 进行介绍,但也适用于 HUAWEI MatePad Pro。 准备资料: #1. 花粉俱乐部相关帖子https://club.huawei.com/viewthreaduni-21567331-filter-reply-orderby-replies-page-1 阅读全文
摘要:
#1. 在 Win10 的 Microsoft Store 中安装了 ubuntu18.04,更换为国内源。 #2. 在 WSL 中安装 xfce4 桌面环境 $ sudo apt-get install xfce4 #3. 配置 .bashrc $ cd ~ $ nano .bashrc 在最后一 阅读全文
摘要:
官网 https://www.arduino.cc/ 什么是 Arduino 的 bootloader? https://www.cnblogs.com/anandexuechengzhangzhilu/p/10719808.html 在arduino的板子上,作为核心的avr单片机往往都会烧录一个 阅读全文
摘要:
内网穿透可选方案 uTools:https://u.tools/(免费)NATAPP:https://natapp.cn/(有免费版) 在此以 uTools 为例进行介绍: 1. 安装插件 内网穿透插件能够快速将你的内网服务暴露到公网。 2. 配置连接方式 插件提供以下三种连接方式 http服务 h 阅读全文
摘要:
删除空目录:rmdir = remove directory可使用 rmdir 命令删除一个空目录,如果目录非空会提示删除失败。 删除文件:rm = remove可使用 rm 删除文件或者目录。使用rm命令要小心,文件删除后不能恢复。为了方式文件误删,可以在rm后使用-i参数以逐个确认要删除的文件。 阅读全文
摘要:
SACD-ISO 音频文件不需要解压也不需要挂载光盘,可以直拖入播放器播放。 播放器下载 foobar2000https://www.foobar2000.org/download 解码插件下载 Super Audio CD Decoderhttps://sourceforge.net/projec 阅读全文
摘要:
在 Ubuntu 19.10 上安装 SSH,并开启服务 0、检查并确认系统当前是否已安装SSH: 如果只有 ssh-agent 说明 ssh-server 没有安装,如果看到 sshd 说明已经安装了。 1、如果没有 sshd 服务,输入命令安装 openssh-server: 2、再次检查并确认 阅读全文
摘要:
需求如题。 解决方案1 - 挂载目录(适用于创建新的容器) 格式-v 容器目录 或 -v 本地目录:容器目录 范例Linux宿主环境下:使用镜像 nginx:latest,以后台模式启动一个容器,将容器的 80 端口映射到主机的 80 端口,主机的目录 /data 映射到容器的 /data。 Win 阅读全文
摘要:
部署了两个独立的容器: Container #1 - Web ClientContainer #2 - SQL Server 不同容器间如何互访? 无法从 Container #1 访问到 Container #2,ping 不通。 检查网络状态 安装 Docker 时,会自动创建 3 个网络。 d 阅读全文
摘要:
镜像仓库 https://hub.docker.com/_/microsoft-mssql-server 拉取镜像并进行安装(以 SQL Server 2019 CTP 3.2 为例) 创建容器并启动(在 PowerShell 环境下) 使用 SSMS 登录数据库 参考资料 https://octo 阅读全文
摘要:
环境:Docker v19.03.4 + Kitematic Issue:(HTTP code 404) no such image - no such image: elasticsearch:latest: No such image: elasticsearch:latest 解决:默认的 l 阅读全文
摘要:
硬件:Intel® Dual Band Wireless-AC 3165系统:Windows Server 2019 问题:新系统安装完成后,无法找到无线网卡 尝试:适用于 Windows Server 2019 * 的 Intel®网络适配器驱动程序,无效https://downloadcente 阅读全文