https://img.bwcxtech.com/img/base/avatar.gif

阿里云OSS-ossutil使用

ossutil支持通过Windows、Linux和macOS系统以命令行方式管理OSS数据。 安装 1 2 wget -P /usr/local/bin/ https://gosspublic.alicdn.com/ossutil/1.7.8/ossutil64 chmod +x /usr/local/bin/ossutil64 生成配置文件 1 ossutil64 config 根据提示

Windows部署服务(WDS)

Windows部署服务 (WDS) 是 RIS (RIS) 的修订版本。 WDS 支持部署Windows操作系统。 可以使用 WDS 通过基于网络的安装来设置新客户端,而无需管理员访问每台

PostgreSQL的使用

本文介绍PostgreSQL的基本用法 1 数据库操作 1.1 用户 1.1.1 创建用户 1 create user test_user with password '123456'; 1.1.2 删除用户 1 drop user test_user; 1.2 表空间 1.2.1 创建表空间 1 create tablespace test_tab owner test_user location '/data/pgsql/tablespaces/test_tab'; 如果目