//全局请求路径 const baseUrl = "****"; //你的接口地址 //防止多次请求 let ajaxTimes = 0; export const Http = (options)=>{ ajaxTimes++; //请求未完成 加载动画 uni.showLoading({ tit ...
分类:
微信 时间:
2021-01-18 10:48:44
阅读次数:
0
链接https://hdlbits.01xz.net/wiki/Alwaysblock1 (1)Alwaysblock1 module top_module( input a, input b, output wire out_assign, output reg out_alwaysblock ) ...
分类:
其他好文 时间:
2021-01-18 10:48:31
阅读次数:
0
//远程触发脚本 2种方式 1.配合 jenkins-cli.jar java -jar "E:\Repositories\atoms\hooks\jenkins-cli.jar" -s http://192.168.0.202:8080/ -auth hookuser:hookuser -webS ...
分类:
其他好文 时间:
2021-01-18 10:31:53
阅读次数:
0
一,引言 我们都知道在执行部署计划之后,当前目录中就产生了名叫 “terraform.states” 的 Terraform 的状态文件,该文件中记录了已部署资源的状态。默认情况下,在执行部署计划后,Terraform 的状态文件会存储在本地,但是这样往往就造成一些弊端: (1)不适用团队之间协助, ...
分类:
其他好文 时间:
2021-01-16 12:11:36
阅读次数:
0
1 条件变量 1.1 condition_variable std::condition_variable实际上是一个类,是一个和条件相关的类; condition_variable成员函数: 结合stdunique_lock<stdmutex> 使用 使用规则: wait 使用 void wait ...
分类:
编程语言 时间:
2021-01-16 12:07:32
阅读次数:
0
提升使用Linux效率的小操作 保存更新? 本文记录了个人在使用Linux时觉得好用的一些快捷方式/功能; 为那种知道了能提高效率,但是的不知道也并没有影响的操作。 历史命令 该操作用于快速查看已使用过的命令 history history:查看历史执行过的命令 !num:重新执行history命令 ...
分类:
系统相关 时间:
2021-01-16 12:04:18
阅读次数:
0
官网地址: https://www.bookstack.cn/read/asp/0f968f62ba5a6357.md 性能诊断工具: https://www.bookstack.cn/read/asp/0f968f62ba5a6357.md 负载测试和压力测试: https://www.books ...
分类:
Web程序 时间:
2021-01-16 12:01:24
阅读次数:
0
官方文档地址: https://dromara.org/zh-cn/docs/soul/user-http.html http服务就是我们自己的项目。 1.引入 soul-examples/soul-examples-http 到soul.pom中 application.yml中添加自己的soul ...
分类:
Web程序 时间:
2021-01-16 12:01:05
阅读次数:
0
官网地址: https://channel9.msdn.com/ Channel 9 is a community. We bring forward the people behind our products and connect them with those who use them. W ...
分类:
Web程序 时间:
2021-01-16 12:00:49
阅读次数:
0
Tomcat启动报错如下: 解决方法: 1.双击打开tomcat设置页 2.勾选 Tips Tomcat设置修改完成后,ctrl+s保存 启动还报错,但不是上面得错使,我的Tomcat报\apache-tomcat-8.5.58\conf\Catalina\localhost目录下**.xml文件报 ...
分类:
其他好文 时间:
2021-01-16 11:59:39
阅读次数:
0