技术教程共59篇 第9页
ubuntu安装常用的php扩展,php-7.4扩展列表-天明的博客

ubuntu安装常用的php扩展,php-7.4扩展列表

现在网络搜索越来越不靠谱,搜索结果排在前面的,不是广告就是乱七八糟的一些错误信息。之前搜索“php-7.0 zip 扩展”,出来的都是一些过时或者错误的东东,浪费不少时间。所以有些东西还是自己...
天明博客总经理的头像-天明的博客钻石会员admin2年前
01850
hustoj开端口-天明的博客

hustoj开端口

## # You should look at the following URL's in order to grasp a solid understanding # of Nginx configuration files in order to fully unleash the power of Nginx. # https://www....
天明博客总经理的头像-天明的博客钻石会员admin2年前
0620
hustoj跨域问题-天明的博客

hustoj跨域问题

## # You should look at the following URL's in order to grasp a solid understanding # of Nginx configuration files in order to fully unleash the power of Nginx. # https://www....
天明博客总经理的头像-天明的博客钻石会员admin2年前
0560
在行空板上编程控制无人机-天明的博客

在行空板上编程控制无人机

最近拿到行空板,今天才有时间做了一个开箱体验,在这之前已经有很多老师写出了很多的教学案例,非常不错!!! 过多的介绍开发版这里就不进行了哈。 今天主要的目的:让行空板控制无人机 准备...
天明博客总经理的头像-天明的博客钻石会员admin2年前
018114
Ubuntu20.04更换国内镜像源-天明的博客

Ubuntu20.04更换国内镜像源

1.打开终端 2.输入以下命令备份原来的源。 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 3.再输入以下命令打开sources.list配置文件更换源。 sudo vim/etc/apt/sources.list 配置...