2021年09月03日 859 阅读 php php设计模式-单例模式 先来看一个简单的单例模式的例子class Single { static private $instance = null; // 禁止对象继承或者new 这个对象 pr...
2021年08月24日 878 阅读 php框架 Laravel 使用easywechat入门 Laravel 使用easywechat入门easywechat安装composer require "overtrue/laravel-wechat" -vvv发布资源ph...
2021年08月13日 1.1k 阅读 php curl基本使用 基本使用1. 初始化初始化非常简单,只需要调用curl_init()函数即可,他会返回一个curl句柄,后边几乎其他关于curl的设置,关闭等函数都需要使用这个句柄$curl = curl_in...
2021年07月29日 763 阅读 其他 镜像加速 通常我们直接使用docker pull下载镜像包巨慢,不能忍~可以通过设置镜像源解决更换阿里云镜像源1. 申请注册一个阿里云账户地址: https://account.aliyun.com/re...