1.自定义响应结构 /** * 自定义响应结构 */ @Data public class Result { // 响应业务状态 private Integer code; // 响应消息 private String message; // 响应中的数据 private Object data; ...
分类:
编程语言 时间:
2021-01-07 12:12:55
阅读次数:
0
django入门到精通⑥消息管理器的升级处理,对关键词进行过滤示例# 安装分词工具(python37_django2) D:\python\message_test>pip install jieba 设置message_test/settings.py 1.自定义分词工具app/templatet ...
分类:
其他好文 时间:
2021-01-07 12:05:08
阅读次数:
0
6.1.1 LAMP架构介绍 LAMP是linux、apache、mysql、php的网站架构缩写,是基于linux系统的最基础的网站架构模式,linux系统可选择centos7,web服务用apache的httpd,mysql用来存储数据,php应用程序提供前后端服务。该架构常用在一些简单的展示网 ...
分类:
Web程序 时间:
2021-01-07 12:00:42
阅读次数:
0
vim mongodb.yaml apiVersion: apps/v1 kind: Deployment metadata: name: mongodb labels: app: mongodb spec: replicas: 1 selector: matchLabels: app: mongo ...
分类:
数据库 时间:
2021-01-07 11:58:16
阅读次数:
0
第一章——软件的本质 思维导图 文件分享 MD文件和思维导图X-mind文件,如需获取请点击:https://share.weiyun.com/WLD31mmq 软件的本质 软件既是产品,也是交付产品的载体 定义软件 教科书式的定义 指令的集合(计算机程序) 通过执行这些指令,可以满足预期的特性、功 ...
分类:
其他好文 时间:
2021-01-06 12:33:23
阅读次数:
0
main.js 全局引入轮播图的js 和 css文件 <template> <div> <h1>轮播图案例</h1> <div class="swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide" v-for ...
分类:
其他好文 时间:
2021-01-06 12:17:44
阅读次数:
0
https://stackoverflow.com/questions/29087882/android-studio-run-debug-configuration-error-module-not-specified 更新gradle / gradle plugin解决问题 I was tryi ...
分类:
移动开发 时间:
2021-01-06 12:17:32
阅读次数:
0
使用crate-react-app创建的项目配置alias,这样之后在项目中直接可以使用别名来访问某个文件目录,从而快速引用某个文件,如使用这个命令创建的项目中,我们这 src/ 目录下创建一个 components/ 文件夹,如果想在项目中快速引用 components/Tab/index.tsx ...
分类:
移动开发 时间:
2021-01-06 12:02:03
阅读次数:
0
一 在启动页面找到logo的地址有两处 /opt/seafile/seafile-server-7.1.5/seahub/frontend/src/assets/seafile-logo.png /opt/seafile/seafile-server-7.1.5/seahub/media/img/s ...
分类:
其他好文 时间:
2021-01-06 11:55:09
阅读次数:
0
本文首发于:https://www.hoscen.cn/blog/hao/articles/189764486901530624.html 作者:小郝不负流年 更多相关文章请访问 www.hoscen.cn 前言: 大部分前端开发Vue用的工具是vscode 或webstorm , 但是作为后端开发 ...
分类:
其他好文 时间:
2021-01-06 11:53:22
阅读次数:
0