Jekins与sonarqube集成 1.sonarqube质量管理 http://www.idevops.site/jenkins/pipelineintegrated/chapter04/ https://www.codenong.com/cs87706871/ 2.实现多分支管理 https: ...
分类:
其他好文 时间:
2021-03-04 13:26:30
阅读次数:
0
问题现象 集成华为HMS SDK应用内支付的相关能力时,参考华为提供的文档,对支付订单进行校验,结果总是报错如下: {"responseCode":"6","responseMessage":"Token is expired or invalid"} 问题定位 联系华为官方技术客服(地址:http ...
分类:
其他好文 时间:
2021-03-04 13:25:55
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi ...
分类:
编程语言 时间:
2021-03-04 13:25:22
阅读次数:
0
今天无聊,用php封装了一套比较简单的http请求类 细节方面可以再优化 class Creeper { public $url; public $header; public $text; public $responseHeader; public function __construct($u ...
分类:
Web程序 时间:
2021-03-04 13:21:20
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
Web程序 时间:
2021-03-04 13:13:41
阅读次数:
0
更多文档请参考 文档:阿里云效链接:http://note.youdao.com/noteshare?id=8e41fc96690026573c4df634ef2d73f2 ...
分类:
其他好文 时间:
2021-03-04 13:11:31
阅读次数:
0
浏览器线程 js运作在浏览器中,是单线程的,即js代码始终在一个线程上执行,这个线程称为js引擎线程。 但浏览器是多线程的,除了js引擎线程,它还有: UI渲染线程 浏览器事件触发线程 http请求线程 EventLoop轮询的处理线程 …….. 这些线程的作用 js线程用于执行js任务 UI线程用 ...
分类:
Web程序 时间:
2021-03-04 13:06:43
阅读次数:
0
hostname:显示或设置系统的主机名 功能说明:用于显示或设置系统的主机名 语法格式: hostname 【option】 hostname 选项 参数 -i 显示主机的ip地址,需要依赖DNS解析 [root@backup 10.0.0.31 15:51:37]]# hostname -i17 ...
分类:
其他好文 时间:
2021-03-04 13:03:30
阅读次数:
0
IDEA中Tomcat乱码问题 1、file-setting中修改字符集 2、修改IDEA安装目录bin下的文件,添加-Dfile.encoding=UTF-8 3、Help-- Edit custom vm options 添加-Dfile.encoding=UTF-8 4、重启IDEA 本人经过 ...
分类:
其他好文 时间:
2021-03-04 12:57:56
阅读次数:
0
如果用sort函数的话需要nlogn的时间复杂度 #include<algorithm> #include<string.h> #include<iostream> #include<stdio.h> #include<string.h> #define OFFSET 500000 int Hash ...
分类:
编程语言 时间:
2021-03-03 12:38:22
阅读次数:
0