MarkDown学习 标题 三级标题 四级标题 字体 Hello world!粗体 Hello world!斜体 Hello world!斜体加粗 Hello world!删除线效果 分割线 引用 NIKO永远的神 超链接 点击跳转到博客 列表 A B C D A B C D 表格 姓名性别生日 张 ...
分类:
编程语言 时间:
2021-06-13 10:15:08
阅读次数:
0
nginx.conf配置 #user nobody; user www www; worker_processes 8; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log in ...
分类:
其他好文 时间:
2021-06-13 09:55:40
阅读次数:
0
昆虫检测下一步想法 视频识别优化集成 之前采用的主app调用另一个module的activity来实现的视频识别技术,经过一番操作后,将其对应的cmake文件与对应的模型整合到一起来使用 不再需要调用另一个app,节省了跳转的复杂以及app的容量进行了大量的缩减 视频识别界面勾勒 具体想法 实时展示 ...
分类:
移动开发 时间:
2021-06-13 09:40:05
阅读次数:
0
1、去官网https://redis.io/下载对应的nginx包,推荐使用稳定版,上传到centos系统 /home/software/ 解压 tar -zxvf redis-5.0.5.tar.gz 或 使用linux wget命令:wget http://download.redis.io/r ...
分类:
其他好文 时间:
2021-06-13 09:30:04
阅读次数:
0
1、 <router-link to="/home">首页</router-link> 2、 this.$router.push({path:'/content/495'}); this.$router.push({name:'news',params:{userId:123}}) 3、命名式路由 ...
分类:
其他好文 时间:
2021-06-13 09:28:10
阅读次数:
0
nginx下载地址 http://nginx.org/en/download.html Window启动命令: java -jar D:\jeecg-boot-module-system-2.0.0.jar Linux下后台进程启动命令: nohup java -jar jeecg-boot-mod ...
分类:
系统相关 时间:
2021-06-13 09:26:41
阅读次数:
0
问题描述 报错信息如下所示: ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrit ...
分类:
Web程序 时间:
2021-06-11 19:17:07
阅读次数:
0
下载压缩包:nginx-1.19.0.tar.gz 解压缩:tar -zxvf nginx-1.19.0.tar.gz 进入解压后的目录:cd nginx-1.19.0 配置安装目录,这一步可忽略,使用默认配置:./configure --prefix=/usr/local/nginx 安装:mak ...
分类:
系统相关 时间:
2021-06-11 19:14:54
阅读次数:
0
恢复内容开始 路由跳转有两种方式: 1.通过params属性传值,该方法在跳转页面刷新时数据会丢失 methods: { /** * 跳转子菜单 */ goSub (param) { this.click = true this.$router.push({ // path: `/${url}` n ...
分类:
其他好文 时间:
2021-06-11 18:52:07
阅读次数:
0
小程序 scheme 码,适用于短信、邮件、外部网页、微信内等拉起小程序的业务场景。可以选择生成到期失效和永久有效的小程序码 获取接口调用凭证(获取小程序全局唯一后台接口调用凭据) 请求地址:https://api.weixin.qq.com/cgi-bin/token 请求方式:GET 请求参数: ...
分类:
微信 时间:
2021-06-11 18:40:25
阅读次数:
0