vue el-carousel走马灯实现显示多张(5张)和(7张)

vue el-carousel走马灯实现显示多张(5张)和(7张)
父组件不用修改,仅在子组件源码的基础上进行修改即可
直接上代码

<template><div><el-carousel v-if="type=='item5_xybjzq' || type=='item5_qdbjzq'" :interval="400000" type="card" height="120px" indicator-position=none ref="myCarousel"><div class="el-carousel_div_bg"><div ></div></div><myCarsouselItem v-for="(item,index) in allYxbjMsgs" :key="index":class="{'el-carousel__item_buy':item.type=='buy','el-carousel__item_sale':item.type=='sale',}"><div  class="div-label"><div><span>{{item.name}}</span><span class="font-style-12 span-padding">{{item.title}}</span></div><div class="div-container_center div-padding"><span class="font-style-20">{{item.num}}</span>万</div><div ><i class="el-icon el-icon_position"></i><span class="font-style-12">{{item.position}}</span></div><div class="div-padding2"><i class="el-icon el-icon_phone"></i><span class="font-style-12">{{item.phone}}</span></div></div></myCarsouselItem></el-carousel><el-carousel v-if="type=='item5_dljybj' || type=='item5_zsssbbj'" :interval="400000" type="card" height="120px" indicator-position=none ref="myCarousel"><myCarsouselItem2 v-for="(item,index) in allQdbjMsgs" :key="index":class="{'el-carousel__item_dljybj':type=='item5_dljybj','el-carousel__item_zsssbbj':type=='item5_zsssbbj',}"><div  class="div-label div-wbqs"><div class="div-padding3"><span class="font-style-20">{{item.title}}</span></div><div class="div-padding2 font-style-12">报价系统评级<span class="font-style-20">{{item.bjxtpj}}</span></div><div class="div-padding2 font-style-12">打包价格<span>{{item.dbjg}}</span></div><div class="div-padding2 font-style-12">产品期限<span>{{item.cpqx}}</span></div><div class="div-padding2 font-style-12">产品额度<span>{{item.cped}}</span></div></div></myCarsouselItem2></el-carousel></div>
</template>
<script>
import myCarsouselItem from './item-zrscbj.vue';
import myCarsouselItem2 from './item-wbqs.vue';
export default {name: 'PaperPart',props: {type:{type: String,require: true},},components: {myCarsouselItem,myCarsouselItem2},data () {return {//paperList: [],allYxbjMsgs: [{name: "张三",type:"buy",title:"拟买入私募12号",num: "300",position: "济南二环东路营业部",phone: "15088888888",},{name: "李四",type:"sale",title:"拟买入私募12号",num: "280",position: "济南二环东路营业部",phone: "15088888888",},{name: "王五",type:"buy",title:"拟买入私募12号",num: "500",position: "济南二环东路营业部",phone: "15088888888",},{name: "赵六",type:"buy",title:"拟买入私募12号",num: "120",position: "济南二环东路营业部",phone: "15088888888",},{name: "小七",type:"sale",title:"拟买入私募12号",num: "350",position: "济南二环东路营业部",phone: "15088888888",},// {// name: "106",// bjMsg: "拟卖出100万 私募6号",// lxOrg: "xxx营业部",// phone: "15088888888",// },//         {// name: "107",// bjMsg: "拟卖出100万 私募6号",// lxOrg: "xxx营业部",// phone: "15088888888",// },//         {// name: "108",// bjMsg: "拟卖出100万 私募6号",// lxOrg: "xxx营业部",// phone: "15088888888",// },//         {// name: "109",// bjMsg: "拟卖出100万 私募6号",// lxOrg: "xxx营业部",// phone: "15088888888",// },//         {// name: "110",// bjMsg: "拟卖出100万 私募6号",// lxOrg: "xxx营业部",// phone: "15088888888",// },],allQdbjMsgs: [{title: "九州证券1",bjxtpj: "BB",dbjg: "3.3%",cpqx: "12月期",cped: "1亿元",},{title: "华兴证券2",bjxtpj: "BB",dbjg: "3.0%",cpqx: "12月期",cped: "2亿元",},{title: "中泰证券3",bjxtpj: "AA",dbjg: "3.5%",cpqx: "12月期",cped: "4亿元",},{title: "中信证券4",bjxtpj: "BB",dbjg: "2.3%",cpqx: "12月期",cped: "3千万元",},{title: "华泰证券5",bjxtpj: "BB",dbjg: "3.3%",cpqx: "12月期",cped: "1亿元",},{title: "中信建投证券6",bjxtpj: "BB",dbjg: "3.3%",cpqx: "12月期",cped: "5000万元",},{title: "中原证券7",bjxtpj: "BB",dbjg: "3.3%",cpqx: "12月期",cped: "1亿元",},{title: "招商证券8",bjxtpj: "BB",dbjg: "3.3%",cpqx: "12月期",cped: "1000万元",},],}},mounted(){},methods: {},
}
</script>
<style lang="scss" scoped>
.el-carousel_div_bg{width: 100%;height: 90%;position: relative; div{position: absolute;top:20px;left:29px;width: 93%;height: 80%;background: url("~@/assets/images/information-show/carousel-bg.png") no-repeat;background-size: cover;background-position: center;}
}
.div-wbqs{padding-left: 25px !important;
}
.div-label{padding: 10px 10px 5px 15px;.div-container_center{display: flex;justify-content: center;align-items: center;.font-style-20{font-weight: bold;font-size: 20px;line-height: 23px;}}.span-padding{padding-left: 10px;}.div-padding{padding:8px  0;}.div-padding2{padding-top:4px;}.div-padding3{padding-bottom:8px;}.el-icon{height: 14px;width: 14px;margin-right: 5px;text-align: left;vertical-align: middle;display:inline-flex;}.font-style-12{font-weight: 500;font-size: 12px;line-height: 14px;text-align: left;font-style: normal;text-transform: none;span{padding-left: 10px;}}
}
.el-carousel__item_buy {background: url("~@/assets/images/information-show/bg_cardG_01.png") no-repeat;background-size: cover;color: #995200;.el-icon_position{background: url("~@/assets/images/information-show/icon_01.png") no-repeat;}.el-icon_phone{background: url("~@/assets/images/information-show/icon_02.png") no-repeat;}
}.el-carousel__item_sale {background: url("~@/assets/images/information-show/bg_cardP_02.png") no-repeat;background-size: cover;color: #1D3864;.el-icon_position{background: url("~@/assets/images/information-show/icon_position_02.png") no-repeat;}.el-icon_phone{background: url("~@/assets/images/information-show/icon_phone_01.png") no-repeat;}
}.el-carousel__item_dljybj {background: url("~@/assets/images/information-show/bg_card_03.png") no-repeat;background-size: cover;color: #995200;
}
.el-carousel__item_zsssbbj {background: url("~@/assets/images/information-show/icon_card_04.png") no-repeat;background-size: cover;color: #1D3864;
}
.el-carousel__item{border-radius:10px;box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
}
</style>

下面是显示5张的子组件代码:

<template><divv-show="ready"class="el-carousel__item":class="{'is-active': active,'el-carousel__item--card': $parent.type === 'card','is-in-stage': inStage,'specialIndex': specialIndex,'is-hover': hover,'is-animating': animating}"@click="handleItemClick":style="itemStyle"><divv-if="$parent.type === 'card'"v-show="!active"class="el-carousel__mask"></div><slot></slot></div>
</template><script>import { autoprefixer } from 'element-ui/src/utils/util';//const CARD_SCALE = 0.83;export default {name: 'ElCarouselItem',props: {name: String,label: {type: [String, Number],default: ''},},data() {return {hover: false,translate: 0,scale: 1,active: false,ready: false,inStage: false,specialIndex: false,animating: false};},methods: {processIndex(index, activeIndex, length) {let index_=-10;if(activeIndex == 0) {switch(index){case length-2: index_=-2; break;case length-1: index_=-1; break;case activeIndex: index_=0; break;case 1: index_=1; break;case 2: index_=2; break;default:index_=-10;}return index_;}if(activeIndex == 1) {switch(index){case length-1: index_=-2; break;case 0: index_=-1; break;case activeIndex: index_=0; break;case 2: index_=1; break;case 3: index_=2; break;default:index_=-10;}return index_;} else if(activeIndex == length-2){switch(index){case length-4: index_=-2; break;case length-3: index_=-1; break;case activeIndex: index_=0; break;case length-1: index_=1; break;case 0: index_=2; break;default:index_=-10;}return index_;}else if(activeIndex == length-1){switch(index){case length-3: index_=-2; break;case length-2: index_=-1; break;case activeIndex: index_=0; break;case 0: index_=1; break;case 1: index_=2; break;default:index_=-10;}return index_;}else if(activeIndex >= 2) {switch(index){case activeIndex-2: index_=-2; break;case activeIndex-1: index_=-1; break;case activeIndex: index_=0; break;case activeIndex+1: index_=1; break;case activeIndex+2: index_=2; break;default:index_=-10;}return index_;}},calcCardTranslate(index, activeIndex) {const parentWidth = this.$parent.$el.offsetWidth;if(index == 0){return parentWidth*(0.5-0.22/2)}else if(Math.abs(index) == 1){return index>0?parentWidth*(0.5+0.22/2-0.08):parentWidth*(0.5-(0.28-0.08+0.22/2));}else{return index>0?parentWidth*(0.5+0.22/2+0.28-0.08-0.13):parentWidth*(0.5-(0.28-0.08+0.22/2)-(0.28-0.13));}},calcTranslate(index, activeIndex, isVertical) {const distance = this.$parent.$el[isVertical ? 'offsetHeight' : 'offsetWidth'];return distance * (index - activeIndex);},translateItem(index, activeIndex, oldIndex) {const parentType = this.$parent.type;const parentDirection = this.parentDirection;const length = this.$parent.items.length;if (parentType !== 'card' && oldIndex !== undefined) {this.animating = index === activeIndex || index === oldIndex;}index = this.processIndex(index, activeIndex, length);if (parentType === 'card') {if (parentDirection === 'vertical') {console.warn('[Element Warn][Carousel]vertical direction is not supported in card mode');}this.inStage = Math.round(Math.abs(index)) <= 1;this.specialIndex = Math.round(Math.abs(index)) >= 3;this.active = index === 0;this.translate = this.calcCardTranslate(index, activeIndex);this.scale = Math.abs(index)==0 ? 1 : Math.abs(index)==1? 0.9 : Math.abs(index)==2? 0.8 : 0.7;} else {this.active = index === activeIndex;const isVertical = parentDirection === 'vertical';this.translate = this.calcTranslate(index, activeIndex, isVertical);}this.ready = true;},handleItemClick() {const parent = this.$parent;if (parent && parent.type === 'card') {const index = parent.items.indexOf(this);parent.setActiveItem(index);}}},computed: {parentDirection() {return this.$parent.direction;},itemStyle() {const translateType = this.parentDirection === 'vertical' ? 'translateY' : 'translateX';const value = `${translateType}(${ this.translate }px) scale(${ this.scale })`;const style = {transform: value};return autoprefixer(style);}},created() {this.$parent && this.$parent.updateItems();},destroyed() {this.$parent && this.$parent.updateItems();}};
</script>
<style lang="scss">.el-carousel__item--card {width: 28%;}.el-carousel__arrow--left {left: 15px;}.el-carousel__arrow--right {right: 15px;}.el-carousel__item {cursor: pointer;z-index: 1;}.el-carousel__item--card.is-in-stage {z-index: 2;.el-carousel__mask{display: none;}}.el-carousel__item--card.is-active {z-index: 3;width: 22%;}.specialIndex{z-index: 0}
</style>

下面是显示7张的子组件代码:

<template><divv-show="ready"class="el-carousel__item":class="{'is-active': active,'el-carousel__item--card': $parent.type === 'card','is-in-stage': inStage,'specialIndex': specialIndex,'is-hover': hover,'is-animating': animating}"@click="handleItemClick":style="itemStyle"><divv-if="$parent.type === 'card'"v-show="!active"class="el-carousel__mask"></div><slot></slot></div>
</template><script>import { autoprefixer } from 'element-ui/src/utils/util';//const CARD_SCALE = 0.83;export default {name: 'ElCarouselItem',props: {name: String,label: {type: [String, Number],default: ''},},data() {return {hover: false,translate: 0,scale: 1,active: false,ready: false,inStage: false,specialIndex: false,animating: false};},methods: {processIndex(index, activeIndex, length) {let index_=-10;if(activeIndex == 0) {switch(index){case length-3: index_=-3; break;case length-2: index_=-2; break;case length-1: index_=-1; break;case activeIndex: index_=0; break;case 1: index_=1; break;case 2: index_=2; break;case 3: index_=3; break;default:index_=-10;}return index_;}if(activeIndex == 1) {switch(index){case length-2: index_=-3; break;case length-1: index_=-2; break;case 0: index_=-1; break;case activeIndex: index_=0; break;case 2: index_=1; break;case 3: index_=2; break;case 4: index_=3; break;default:index_=-10;}return index_;}if(activeIndex == 2) {switch(index){case length-1: index_=-3; break;case 0: index_=-2; break;case 1: index_=-1; break;case activeIndex: index_=0; break;case 3: index_=1; break;case 4: index_=2; break;case 5: index_=3; break;default:index_=-10;}return index_;}else if(activeIndex == length-3){switch(index){case length-6: index_=-3; break;case length-5: index_=-2; break;case length-4: index_=-1; break;case activeIndex: index_=0; break;case length-2: index_=1; break;case length-1: index_=2; break;case 0: index_=3; break;default:index_=-10;}return index_;}else if(activeIndex == length-2){switch(index){case length-5: index_=-3; break;case length-4: index_=-2; break;case length-3: index_=-1; break;case activeIndex: index_=0; break;case length-1: index_=1; break;case 0: index_=2; break;case 1: index_=3; break;default:index_=-10;}return index_;}else if(activeIndex == length-1){switch(index){case length-4: index_=-3; break;case length-3: index_=-2; break;case length-2: index_=-1; break;case activeIndex: index_=0; break;case 0: index_=1; break;case 1: index_=2; break;case 2: index_=3; break;default:index_=-10;}return index_;}else if(activeIndex >= 3) {switch(index){case activeIndex-3: index_=-3; break;case activeIndex-2: index_=-2; break;case activeIndex-1: index_=-1; break;case activeIndex: index_=0; break;case activeIndex+1: index_=1; break;case activeIndex+2: index_=2; break;case activeIndex+3: index_=3; break;default:index_=-10;}return index_;}},calcCardTranslate(index, activeIndex) {const parentWidth = this.$parent.$el.offsetWidth;if(index == 0){return parentWidth*(0.5-0.28/2)}else if(Math.abs(index) == 1){return index>0?parentWidth*(0.5+0.28/2)+10:parentWidth*(0.5-0.28/2-0.28)-10;}else if(Math.abs(index) == 2){return index>0?parentWidth*(0.5+0.28/2)+40:parentWidth*(0.5-0.28/2-0.28)-40;}else if(Math.abs(index) == 3){return index>0?parentWidth*(0.5+0.28/2)+70:parentWidth*(0.5-0.28/2-0.28)-70;}else{return index>0?parentWidth*(0.5+0.28/2):parentWidth*(0.5-0.28/2-0.28);}},calcTranslate(index, activeIndex, isVertical) {const distance = this.$parent.$el[isVertical ? 'offsetHeight' : 'offsetWidth'];return distance * (index - activeIndex);},translateItem(index, activeIndex, oldIndex) {const parentType = this.$parent.type;const parentDirection = this.parentDirection;const length = this.$parent.items.length;if (parentType !== 'card' && oldIndex !== undefined) {this.animating = index === activeIndex || index === oldIndex;}index = this.processIndex(index, activeIndex, length);if (parentType === 'card') {if (parentDirection === 'vertical') {console.warn('[Element Warn][Carousel]vertical direction is not supported in card mode');}this.inStage = Math.round(Math.abs(index)) <= 1;this.specialIndex = Math.round(Math.abs(index)) >= 3;this.active = index === 0;this.translate = this.calcCardTranslate(index, activeIndex);this.scale = Math.abs(index)<=1 ? 1 : Math.abs(index)==2? 0.90 : Math.abs(index)==3? 0.8 : 0.7;} else {this.active = index === activeIndex;const isVertical = parentDirection === 'vertical';this.translate = this.calcTranslate(index, activeIndex, isVertical);}this.ready = true;},handleItemClick() {const parent = this.$parent;if (parent && parent.type === 'card') {const index = parent.items.indexOf(this);parent.setActiveItem(index);}}},computed: {parentDirection() {return this.$parent.direction;},itemStyle() {const translateType = this.parentDirection === 'vertical' ? 'translateY' : 'translateX';const value = `${translateType}(${ this.translate }px) scale(${ this.scale })`;const style = {transform: value};return autoprefixer(style);}},created() {this.$parent && this.$parent.updateItems();},destroyed() {this.$parent && this.$parent.updateItems();}};
</script>
<style lang="scss" scoped>.el-carousel__item--card {width: 28%;}.el-carousel__arrow--left {left: 15px;}.el-carousel__arrow--right {right: 15px;}.el-carousel__item {cursor: pointer;z-index: 1;}.el-carousel__item--card.is-in-stage {z-index: 2;.el-carousel__mask{display: none;}}.el-carousel__item--card.is-active {z-index: 3;}.specialIndex{z-index: 0}
</style>

参考:
https://blog.csdn.net/yu17310133443/article/details/106278680
https://blog.csdn.net/weixin_58860430/article/details/126781582

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/diannao/17801.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

2、PHP 8.1.0-dev 后门远程命令执行漏洞复现

1、青少年ctf&#xff0c;题目PHP后门 2、页面 3、bp抓包发现PHP版本为8.1.0-dev 4、尝试使用以前爆出过的漏洞&#xff08;网上查相关案例&#xff09; User-Agentt: zerodiumvar_dump(5*5); User-Agentt: zerodiumsystem("cat /flag"); 5、查找flag User-Agentt: z…

C语言与内存息息相关的重要概念有哪些?

一、问题 C语⾔、C语⾔和C#语⾔&#xff0c;这三门语⾔&#xff0c;⼀个⽐⼀个加号&#xff08;&#xff09;多&#xff0c;C语⾔没有加号&#xff0c;C有两个加号&#xff0c;C#有四个加号。随着语⾔的发展&#xff0c;⼀个⽐⼀个简单&#xff0c;很多问题系统都给做了&#x…

关于Infinity在不同的编程语言中的含义

在不同的编程语言中&#xff0c;Infinity&#xff08;或等价的概念&#xff09;通常用来表示一个比任何有限数都要大的数值。它是浮点数类型的一个特殊值&#xff0c;用于表示当一个数超过了该类型能够表示的最大值时的情况。例如&#xff0c;在JavaScript、Python、Java、C#等…

双向带头链表实现

目录 一. 逻辑结构图解 1. 节点中存储的值 2.逻辑实现 二. 各种功能实现 1. 创建节点函数 2. 初始化哨兵位 3. 尾插 4. 头插 5. 尾删 6. 头删 7. 打印链表值 8. 查找数据&#xff0c;返回节点地址 9. 指定地址后插入节点 10. 删除指定地址节点 11. 销毁链表 三.…

vue2 自定义ant design vue (组件) 的message内容 及 vue 定义公用方法流程

1 modules.js import { Button, message } from ant-design-vue; function downFile(){ alert(下载) } export default { // 成功提示 success(_this,content,size = 14) { // message.success({ // content : h => // _this.$createElement(span, [ // …

JAVA云HIS医院系统源码 云HIS运维平台源码 融合B/S版电子病历系统,支持电子病历四级,saas模式

JAVA云HIS医院系统源码 云HIS运维平台源码 融合B/S版电子病历系统&#xff0c;支持电子病历四级&#xff0c;saas模式 HIS系统就是医院信息管理系统&#xff0c;HIS系统是整个医院信息化的核心&#xff0c;门诊、住院、药房、药库等都是由HIS系统来承载起来的&#xff0c;所以…

【Spring】深入学习AOP编程思想的实现原理和优势

【切面编程】深入学习AOP编程思想的实现原理和优势 前言AOP的由来及AOP与代理的关系AOP的实现方式详解静态代理动态代理 AOP的应用场景记录日志权限控制数据库事务控制缓存处理异常处理监控管理 AOP的底层实现全流程解析Spring AOP的简介动态代理的实现原理Spring AOP的实现原理…

rockeylinux 搭建k8s 1.28.10

1.关闭防火墙 systemctl stop firewalld systemctl disable firewalld 2.关闭selinux # 临时禁用selinux # 将 SELinux 设置为 permissive 模式&#xff08;相当于将其禁用&#xff09; setenforce 0 sed -i s/^SELINUXenforcing$/SELINUXpermissive/ /etc/selinux/config 3.网…

tinyrenderer-渲染器着色

整理了代码&#xff0c;创建了一个相机类&#xff0c;控制镜头 class Camera { public:Camera(Vec3f cameraPos, Vec3f target, Vec3f up):cameraPos_(cameraPos), target_(target), up_(up) {}Matrix getView();Matrix getProjection(); private:Vec3f cameraPos_;Vec3f targ…

安装Chrome扩展程序来 一键禁用页面上的所有动画和过渡。有那些扩展程序推荐一下

要安装Chrome扩展程序来一键禁用页面上的所有动画和过渡&#xff0c;以下是一些推荐的扩展程序&#xff1a; Toggle CSS Animations and Transitions 功能&#xff1a;此扩展程序允许用户轻松地在网页上切换CSS动画和过渡的开启与关闭状态。使用方法&#xff1a;安装后&#x…

2024年区块链,物联网与信息技术国际会议(ICBITIT 2024)

2024年区块链&#xff0c;物联网与信息技术国际会议&#xff08;ICBITIT 2024&#xff09; 2024 International Conference on Blockchain, Internet of Things, and Information Technology 会议简介&#xff1a; 2024年区块链&#xff0c;物联网与信息技术国际会议&#xff…

ML307R OpenCPU UDP使用

一、UDP通信流程 二、示例 三、UDP通信代码 一、UDP通信流程 ML307R UDP 是使用LWIP的标准的通信,具体UDP流程可以自行百度 二、示例 实验目的:实现把接收的数据再发送到服务端 测试网址:UDP电脑端测试网址 因为是4G,所以必须用外网的 /* 测试前请先补充如下参数 */…

Flutter 中的 CupertinoTimePicker 小部件:全面指南

Flutter 中的 CupertinoTimePicker 小部件&#xff1a;全面指南 在 Flutter 中&#xff0c;CupertinoTimePicker 是 Cupertino 组件库中的一个 widget&#xff0c;它提供了一个 iOS 风格的时间和日期选择器。这个选择器允许用户通过滚动选择器来选择时间&#xff0c;非常适合需…

halcon3D学习备份

目录 xyz_to_object_model_3d 1 gen_object_model_3d_from_points 1 object_model_3d_to_xyz 2 segment_object_model_3d 2 prepare_object_model_3d 4 distance_object_model_3d 5 area_object_model_3d 7 project_object_model_3d 8 surface_normals_object_model_3d 9 sampl…

css样式,点击 箭头方向上下转换

实现效果&#xff1a; 点击切换箭头方向 实现代码 <divclass"modelPart"click"showClick"><div class"modelPart_left"><img:srcaidefalutIconclass"sNodeIcon"><div>{{ selectModel }}</div><div …

Scala的简单认识

Scala编程基础 小白的Scala学习笔记 2024/5/21 上午某一时刻 文章目录 Scala编程基础spark是用Scala开发出来的Scala的优点 打开idea 搜索scala&#xff0c;安装 如果不小心点了取消&#xff0c;或者没有上图的提示&#xff0c;就在依赖里面添加 spark是用Scala开发出来的 类比…

英语学习笔记21+23——Which book?/Which glasses?

Which book?/Which glasses? 哪本书&#xff1f;/哪些杯子&#xff1f; 词汇 Vocabulary give v. 给 搭配&#xff1a;Give me five! 击掌庆祝 用法&#xff1a;give 人 东西     give 东西 to 人    把……东西给某人 例句&#xff1a;把这些苹果给 Bobby.   …

元宇宙vr美术虚拟展馆激发更多文化认同和互鉴

科技引领创新潮流&#xff0c;借助前沿的Web3D技术&#xff0c;我们为用户打造了一个沉浸式的纯3D虚拟空间体验平台&#xff1a;元宇宙线上互动展厅。您只需通过网页即可轻松访问这个充满未来感的互动平台。 在这个独特的虚拟环境中&#xff0c;用户可以轻松创建个性化角色&…

缓存三问与缓存预热-如何预防缓存崩溃

一、缓存三剑客 &#xff08;图片来源&#xff1a;什么是缓存雪崩、击穿、穿透&#xff1f; | 小林coding&#xff09; 缓存穿透 (Cache Penetration) 又称"空缓存"指用户请求的数据在缓存和数据库中都不存在,导致每次请求都去查询数据库,给数据库带来巨大压力。解…

【深度学习】【NLP】词表,分词,嵌入

from transformers import AutoTokenizertokenizer AutoTokenizer.from_pretrained("prajjwal1/bert-tiny") tokenizer.save_pretrained("./bert-tiny/")input_string "Your input string here 我是中文" token_ids tokenizer.encode(input_s…