This is about product inventory calculation. In order entry software development, we will be dealing with products inventory. For example: 1. When sel ...
分类:
其他好文 时间:
2020-12-23 12:25:16
阅读次数:
0
背景:1.服务器处于内网或无法连接外网实验步骤1.挂载镜像到/mnt/cdrommkdir/mnt/cdrommount-tiso9660/dev/cdrom/mnt/cdrom2.切换目录到/etc/yum.repos.d/下cd/etc/yum.repos.d/3.将除了CentOS-Media.repo之外的文件修改其文件名mvCentOS-Base.repoCentOS-Base.repo
分类:
其他好文 时间:
2020-12-23 11:58:11
阅读次数:
0
【资源下载】下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl 本设计由STC89C52单片机电路+红外避障传感器电路+液滴检测传感器电路+蜂鸣器报警电路+LED指示灯电路+电源电路组成。 1、如果检测到漏水,则蜂鸣器报警,否则,蜂鸣器不报警。 2、在红 ...
分类:
其他好文 时间:
2020-12-22 12:07:47
阅读次数:
0
alter table tablename add id serial ...
分类:
数据库 时间:
2020-12-18 12:52:36
阅读次数:
4
解决安装 pip3时 错误: Media change: please insert the disc labeled 'Ubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)' in the drive '/cdrom/' and p ...
分类:
其他好文 时间:
2020-12-17 12:35:15
阅读次数:
2
前言 最近因为项目需要写了一段时间的 Go ,相对于 Java 来说语法简单同时又有着一些 Python 之类的语法糖,让人大呼”真香“。 <!--more--> 但现阶段相对来说还是 Python 写的多一些,偶尔还得回炉写点 Java ;自然对 Go 也谈不上多熟悉。 于是便利用周末时间自己做个 ...
分类:
其他好文 时间:
2020-12-15 12:21:39
阅读次数:
2
编译器报错: `tk.mybatis.mapper.MapperException: 当前实体类不包含名为的属性!` 浏览器报错: `Error: Request failed with status code 500` 解决办法: 因为实体类的属性使用的是`int`类型,页面传递数据,原始数据(i ...
分类:
移动开发 时间:
2020-12-15 12:04:17
阅读次数:
3
管理预留存储: DISM.exe / Online /Get-ReservedStorageStateDISM.exe / Online /Set-ReservedStorageState /State:EnabledDISM.exe / Online /Set-ReservedStorageSta ...
条件:安装docker&docker-compose 如未安装,请看:linux离线安装docker + docker-compose harbo 1.下载 下载地址:https://github.com/goharbor/harbor/releases 2.安装 1.上传至服务器,并解压 tar ...
分类:
系统相关 时间:
2020-12-10 11:36:33
阅读次数:
13
int redPin = 7; int greenPin = 9; int bluePin = 11; void setup() { pinMode(redPin,OUTPUT); pinMode(greenPin,OUTPUT); pinMode(bluePin,OUTPUT); } void b ...
分类:
其他好文 时间:
2020-12-09 12:28:08
阅读次数:
12