前言 nginx : version 1.18 server 配置参数 这里只给 server 参数 server { listen 443 ssl; server_name test.com; # 这里填域名,可以是二级域名,可以是正则域名 ssl_certificate "/srv/nginx/ ...
分类:
其他好文 时间:
2021-03-17 14:03:08
阅读次数:
0
参考资料https://www.cnblogs.com/otis-oc/p/10388650.html https://blog.csdn.net/danby2/article/details/104529713/?utm_medium=distribute.pc_relevant.none-tas ...
分类:
Web程序 时间:
2021-03-05 13:17:50
阅读次数:
0
问题现象 集成华为HMS SDK应用内支付的相关能力时,参考华为提供的文档,对支付订单进行校验,结果总是报错如下: {"responseCode":"6","responseMessage":"Token is expired or invalid"} 问题定位 联系华为官方技术客服(地址:http ...
分类:
其他好文 时间:
2021-03-04 13:25:55
阅读次数:
0
1、安装easywechat composer require "overtrue/laravel-wechat:^6.0" 2、生成配置文件 php artisan vendor:publish --provider="Overtrue\LaravelWeChat\ServiceProvider" ...
分类:
微信 时间:
2021-03-04 13:25:03
阅读次数:
0
golang的最新项目管理推荐采用module模式。 一、go mod命令使用详解 1.golang版本 go的module管理模式在golang 1.11版本后才能够使用。 2.环境变量的设置 要使用golang的module项目管理模式,需要设置对应的环境变量GO111MODULE的值,该变量有 ...
分类:
其他好文 时间:
2021-02-26 13:35:15
阅读次数:
0
Error Handling Error handling requires you to acknowledge the possibility of an error and take some action before your code crashes. This requirement ...
分类:
其他好文 时间:
2021-01-28 11:56:38
阅读次数:
0
.condarc内容 channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/ - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge - ...
分类:
其他好文 时间:
2021-01-14 10:38:30
阅读次数:
0
错误提示: Add-Migration : The term 'Add-Migration' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelli ...
分类:
Web程序 时间:
2020-12-30 11:32:15
阅读次数:
0
本文作者:苍穹冰尘(welkin ervoconite) 本文链接:https://www.cnblogs.com/cangqiongbingchen/p/4530333.html 一、基础 1、说明:创建数据库 CREATE DATABASE database-name 2、说明:删除数据库 dr ...
分类:
数据库 时间:
2020-12-29 11:45:38
阅读次数:
0
文章目录 一、本地单元测试 1. 创建测试类 2. Assert类中的常用断言方法 3. 运行测试类 4. 运行单个测试方法或多个测试类 二、Mockito测试框架的使用 1. Mock概念的理解 2. Mockito中几种Mock对象的方式 3. 验证行为 verify(T mock)函数的使用 ...
分类:
移动开发 时间:
2020-12-15 12:08:45
阅读次数:
3