logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

数据结构_银行排队问题

#include <stdio.h>#include <stdlib.h>#define MaxWindow 3//定义最多有的窗口数#define MaxProc60//定义最长事务处理时间typedef struct People ElementType;struct People/顾客类型/{int T;//顾客到达...

VUE前端页面 阿里云视频播放器 报错:Aliplayer is not defined

阿里云视频播放器 报错:Aliplayer is not defined问题:1、跳转页面报Aliplayer is not defined错误2、需要刷新一下页面才可以正常播放3、ReferenceError: Aliplayer is not definedat VueComponent.mounted (_vid.vue?0e11:156:1)显示无法new Aliplayer({})解决:

#java
VUE前端页面 阿里云视频播放器 报错:Aliplayer is not defined

阿里云视频播放器 报错:Aliplayer is not defined问题:1、跳转页面报Aliplayer is not defined错误2、需要刷新一下页面才可以正常播放3、ReferenceError: Aliplayer is not definedat VueComponent.mounted (_vid.vue?0e11:156:1)显示无法new Aliplayer({})解决:

#java
Nuxt.js中引用vue-quill-editor富文本编辑器教程

1、安装npm install vue-quill-editor2、在plugins目录下创建vue-quill-editor.js文件, 添加内容为:import Vue from 'vue'import VueQuillEditor from 'vue-quill-editor/dist/ssr'Vue.use(VueQuillEditor)3、把富文本编辑器作为一个组件来使用。所以在comp

Python 贪吃蛇 代码

#!/usr/bin/env python# -*- coding: utf-8 -*-import pygame as pygameimport randomimport sysfrom pygame.rect import Rectclass Snake(object):def __init__(self):# 定义3个 颜色属性,以防后面需要self.black = pygame.Color

到底了