新做uni项目,记录一下常用的方法 官方参考文档:https://uniapp.dcloud.io/api/ui/prompt?id=showtoast 1:成功提示 提交表单的时候,如果提交成功 uni.showToast({ title: '提交成功', duration: 2000 }); 2 ...
分类:
移动开发 时间:
2021-06-30 18:20:12
阅读次数:
0
昨天突然发现Iterm2有个新的功能shell integration然后就去试了一下,结果装了之后不能用, 只是本地安装成功但是服务器不成功, 试了很多种方法都没成功,也安装了bash版和zsh版但是都没用,网上也没有相关问题。 最后想了想感觉应该是我的本地用zsh但是服务器用的是bash。 参考 ...
分类:
系统相关 时间:
2021-06-30 18:19:53
阅读次数:
0
1、form-data: 就是http请求中的multipart/form-data,它会将表单的数据处理为一条消息,以标签为单元,用分隔符分开。既可以上传键值对,也可以上传文件。当上传的字段是文件时,会有Content-Type来说明文件类型;content-disposition,用来说明字段的 ...
分类:
Web程序 时间:
2021-06-30 18:15:55
阅读次数:
0
#!/usr/bin/env bash __Author__="liy" # 发送钉钉告警 function DingDing(){ curl 'https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxxxxxxxxxxxxxxxxxxxxx ...
分类:
其他好文 时间:
2021-06-30 18:14:38
阅读次数:
0
1. 创建一个JavaEE Servlet项目 1.1 创建一个空工程 ![](https://img2020.cnblogs.com/blog/897237/202106/897237-20210629233052753-1306294805.png) 然后填写Project Name 和 Pro ...
分类:
其他好文 时间:
2021-06-30 18:09:28
阅读次数:
0
Description:Here will use pictures and text to report traffic statistics. Total reading volume on all platforms:85653 Total playback volume on all pla ...
分类:
其他好文 时间:
2021-06-30 18:08:31
阅读次数:
0
位运算符包含: & 与、| 或、^ 异或 、~ 取反、>> 右移、<< 左移、>>> 参考地址:https://www.cnblogs.com/findbetterme/p/10787118.html 1<<31 == Integer.MIN_VALUE 原因:https://www.jianshu ...
分类:
编程语言 时间:
2021-06-30 18:03:26
阅读次数:
0
20. 有效的括号](https://leetcode-cn.com/problems/valid-parentheses/) class Solution { public boolean isValid(String s) { Map<Character, Character> map = ne ...
分类:
其他好文 时间:
2021-06-30 18:02:33
阅读次数:
0
1. 登录github并创建一个仓库 2. 安装git客户端 2.1 下载git 官网:git-scm.com/download/ 镜像:https://npm.taobao.org/mirrors/git-for-windows/?utm_source=qq&utm_medium=social&u ...
分类:
Web程序 时间:
2021-06-30 18:00:40
阅读次数:
0
引入 <link rel="stylesheet" href="asset/jquery.jOrgChart.css"> <script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script><script src="as ...
分类:
其他好文 时间:
2021-06-30 17:50:18
阅读次数:
0