ASCII码 ASCII码

当前位置:首页 > 技术文档

如何在 Ubuntu 20.04 上安装 Visual Studio Code

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/759454?spm=a2c6h.128735

CentOS8 如何安装图形界面

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/759459?spm=a2c6h.128735

如何使用 Docker 进行编译和开发

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/759478?spm=a2c6h.128735

Kubernetes 部署 MySQL 集群

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/760332?spm=a2c6h.128735

如何在 Ubuntu 20.04 上安装 Apache

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/760324?spm=a2c6h.128735

如何在 Ubuntu 20.04 上安装 Node.js 和 npm

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/760687?spm=a2c6h.128735

CentOS 7 执行 yum 命令失败问题的排查方法

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/761306?spm=a2c6h.128735

ubuntu 18.04 如何设置开机自动启动脚本

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/761346?spm=a2c6h.128735

Ubuntu 实例中添加 swap 分区的方法

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/761531?spm=a2c6h.128735

使用 docker buildx 构建多 CPU 架构镜像

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/761569?spm=a2c6h.128735

如何在 Ubuntu 20.04 上安装 MariaDB

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/761741?spm=a2c6h.128735

如何在 Ubuntu 20.04 上添加交换空间

发布于:2022-02-22

原文链接:https://developer.aliyun.com/article/762355?spm=a2c6h.12873581.0.0.484f7e46SbqQDx本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_co

Linux 下搭建 AliOS-Things 开发环境

发布于:2022-02-22

本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_content=g_1000307095 】原文链接:https://developer.aliyun.com/article/756592?spm=a2c6h.128735

为 SOFABoot 配置 JDK 和 Maven 环境

发布于:2022-02-22

原文链接:https://developer.aliyun.com/article/757957?spm=a2c6h.12873581.0.0.484f7e46SbqQDx本文来自于【阿里云官方镜像站:https://developer.aliyun.com/mirror/?utm_co

类的自动加载

发布于:2022-02-20

类与面向对象编程
创建类: 用Class关键字声明成员属性前必须要有访问修饰符:public, protected, private;
<!-- 自动加载器 -->

<?php/** * 类的自动加载器 前提 类名称跟

DOM 节点的克隆和导入

发布于:2022-02-20

前言在使用 JS 操作 DOM 节点的时候,我们常常会用到克隆(或导入)节点的操作,那到底有哪些方法可以实现节点克隆(或导入)的效果呢?
今天,我们就来总结一下能实现节点克隆(或导入)效果

【北亚数据恢复】raid6磁盘阵列硬盘故障掉线导致上层虚拟机数据丢失的数据恢复案例

发布于:2022-02-19

环境:16块硬盘组成的raid6磁盘阵列。
故障:磁盘阵列中有一块硬盘因为物理故障掉线,导致虚拟机无法正常使用,部分分区丢失。管理员重启服务器后发现上层数据依然不在,联系北亚数

php 判断当前日期是否是每个月的第一天

发布于:2022-02-19

<?phpfunction getthemonth($date){ $firstday = date('Y-m-01', strtotime($date)); $nowday = date('Y-m-d', strtotime($date)); $lastday = date('Y-m-d', str

Ubuntu21.10配置Grafana镜像

发布于:2022-02-19

Grafana镜像简介Grafana是一个跨平台的开源的度量分析和可视化工具,可以通过将采集的数据查询然后可视化的展示,并及时通知。参考阿里云官方镜像站:https://developer.aliyun.c

怎么画人物头部?动漫人物头部绘画教程入门

发布于:2022-02-19

怎么画人物头部?动漫人物头部绘画教程入门!之前有很多同学私信微课菌问头像怎么画,宠粉狂魔的微课菌立马安排上了!废话不多说,今天我们就来看看头部的画法,简单的头部结构相信大家

Centos7配置Docker CE 镜像

发布于:2022-02-19

Docker CE 镜像参考阿里云官方镜像站:https://developer.aliyun.com/mirror/简介Docker CE 是免费的 Docker 产品的新名称,Docker CE 包含了完整的 Docker 平台,非常适合开发人

composer常用命令以及使用验证码插件的演示,以及composer自动加载和接口与抽象类。

发布于:2022-02-19

composer常用指令" class="reference-link">composer常用指令composer1. composer 是什么
php 包依赖管理工具包: 组件,一组相关的类,接口,trait 的结合体依赖: A -> B -> C

【Grafana】基于CentOS 7 安装部署Grafana服务端

发布于:2022-02-19

一、参考链接阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区
grafana镜像-grafana下载地址-grafana安装教程-阿里巴巴开源镜像站
centos镜像-centos下载地址-centos安装教

PHP接口、抽象类以及一个验证码登录小案例

发布于:2022-02-19

PHP interface:接口
使用接口(interface),可以指定某个类必须实现哪些方法,但不需要定义这些方法的具体内容。interface 关键字来定义的,就像定义一个标准的类一样,但其中定义所有

【calculate】Calculate Linux安装步骤操作

发布于:2022-02-19

一、参考链接阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区
calculate-linux镜像-calculate-linux下载地址-calculate-linux安装教程
https://mirrors.aliyun.com/calcul