#1.介绍 参数校验 统一异常 key值优化 发送短信 登录实现 ##返回课程体系 ...
分类:
其他好文 时间:
2021-07-05 17:30:03
阅读次数:
0
Vue脚手架安装失败 参考链接 https://www.cnblogs.com/LiQingXin/p/14221850.html 进行vue init webpack vue01 命令行失败 可能原因是github访问不了,请求超时 试着去ping github网站发现可以ping通,就是延迟有点 ...
分类:
其他好文 时间:
2021-07-05 17:26:12
阅读次数:
0
https://www.it1352.com/1873377.html #!/bin/sh if [ -n "$TMUX" ]; then case "$1" in prod_*) tmux selectp -P bg=red ;; esac fi ssh "$@" tmux selectp -P ...
分类:
其他好文 时间:
2021-07-05 17:23:38
阅读次数:
0
const BASE_URL = '' let ajaxTime = 0 export const myRequest = (option) => { ajaxTime++ uni.showLoading({ title: "加载中", mask: true }) return new Promis ...
分类:
微信 时间:
2021-07-05 17:23:09
阅读次数:
0
在线HTML转JS/JSON工具在线HTML转JS/JSON工具本工具支持将HTML转JS/JSON工具,将HTML字符串转成JS的变量形式或JSON数组形式,一般用于JS字符串拼接。https://tooltt.com/html2js/ ...
分类:
Web程序 时间:
2021-07-05 17:22:04
阅读次数:
0
一、HTML <!DOCTYPE html> <!--告诉浏览器网页所使用的文档类型(DOCTYPE)--> <html> -- 文档的开始标签 <head> -- 文档头的开始标签 <title>标题</title> -- 文档标题,显示的浏览器标题栏中 </head> -- 文档头的结束标签 < ...
分类:
编程语言 时间:
2021-07-05 17:08:45
阅读次数:
0
第十篇:Django之Ajax 一、Ajax简介 AJAX(Asynchronous Javascript And XML)翻译成中文就是“异步的Javascript和XML”。即使用Javascript语言与服务器进行异步交互,传输的数据为XML(当然,传输的数据不只是XML)。 AJAX 不是新 ...
分类:
Web程序 时间:
2021-07-05 17:07:01
阅读次数:
0
cd /etc/yum.repos.d/ rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo curl -o CentOS-Base ...
分类:
其他好文 时间:
2021-07-05 16:52:40
阅读次数:
0
driverClassName = com.mysql.cj.jdbc.Driver url = jdbc:mysql://localhost:3306/数据库名?serverTimezone=UTC username = root password = 123456 #初始化连接数量 initia ...
分类:
其他好文 时间:
2021-07-05 16:39:21
阅读次数:
0
页面1: index.html 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>index</title> 6 </head> 7 <body> 8 <!--#include virtual="common/ ...
分类:
Web程序 时间:
2021-07-02 16:41:40
阅读次数:
0