一: 注册天气查询帐号,获取API 网址: http://www.tianqiapi.com/index/doc?version=v1 注册登录后,复制请求示例,七天和一天API自由选择(示例包含了你的验证信息) 二: 引入Vue 和 axios js文件 Vue https://cdn.jsdel ...
分类:
移动开发 时间:
2021-01-18 11:16:33
阅读次数:
0
支持条件:gdb7.0以上 // 常用语句 record btrace (缩写 record) // 启动gdb程序后需设置,否则无法开启反向调试 set exec-direction mode // 设置gdb执行方向,前向或反向 reverse-next // 反向执行一步,功能和next相反 ...
分类:
其他好文 时间:
2021-01-18 11:01:54
阅读次数:
0
一、整合log-back 在resources下新建logback-spring.xml <?xml version="1.0" encoding="UTF-8"?> <!-- 日志级别从低到高分为TRACE < DEBUG < INFO < WARN < ERROR < FATAL,如果设置为WA ...
分类:
编程语言 时间:
2021-01-18 10:50:25
阅读次数:
0
Docker的安装 安装文档 doc Ubuntu下的安装 安装环境 NAME="Ubuntu" VERSION="18.04.4 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.4 LTS" VERSI ...
分类:
系统相关 时间:
2021-01-18 10:42:51
阅读次数:
0
1. 修改alpine镜像中的默认源地址信息 $ docker run -it alpine / # cd /etc/apk/ /etc/apk # sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositori ...
分类:
其他好文 时间:
2021-01-13 11:23:55
阅读次数:
0
1.前端页面 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <script src="/test/js/jquery-1.10.2.js" type="te ...
分类:
Web程序 时间:
2021-01-13 11:15:56
阅读次数:
0
{"root_cause":[{"type":"invalid_index_name_exception","reason":"Invalid index name [movie2021 ], must not contain the following characters [ , \", *, ...
yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo --RH ...
分类:
其他好文 时间:
2021-01-12 11:22:07
阅读次数:
0
If a file is larger than 5MB size limit for pushing t, the files must be tracked and updated using git lfs. Note: Please follow the instructions here( ...
分类:
其他好文 时间:
2021-01-11 10:39:35
阅读次数:
0
django中关于跨域访问设置 记一次 CORS 跨域请求出现 OPTIONS 请求的问题及解决方法 今天前后端在联调接口的时候,发生了跨域请求资源获取不到的问题。 首先说明下跨域问题的由来。引自HTTP 访问控制 的一段话: 当 Web 资源请求由其它域名或端口提供的资源时,会发起跨域 HTTP ...
分类:
其他好文 时间:
2021-01-08 10:55:53
阅读次数:
0