山东大学项目实训(二十一)—— 其他部门填写情况

微信小程序开发
分类: 编程语言 发布时间: 05-12 10:39 阅读次数: 0

山东大学项目实训(二十二)—— 质控办受理补充

微信小程序开发
分类: 编程语言 发布时间: 05-12 10:39 阅读次数: 0

山东大学项目实训(二十三)—— 查询统计

微信小程序ucharts图使用
分类: 编程语言 发布时间: 05-12 10:39 阅读次数: 0

5G消息来了,谈谈如何与小程序结合

2022中国 DevOps 现状调查全面启动!>>> 本文首发至 FinClip博客 你最后一次写短信是什么时候?五年前? 短信这种功能手机时代的“王者”应用,在智能手机、社交软件通行天下的当下,简直是化石般的存在,对于移动互联网而言,它确实是一种“史前”技术。如果不是异地旅游的时候收到移动运营商的漫游提醒、用信用卡消费的时候收到交易金额提醒、以及不时被一些坚持不懈的垃圾信息骚扰,我们几乎已经忘记了短信功能在手机里的存在。对于消费者而言,短信服务的唯一最有用场景就是:收短信确认码。 智能手机上
分类: 其他 发布时间: 05-12 10:38 阅读次数: 0

山东大学项目实训(二十四)—— 可视范围(权限菜单)

微信小程序可视范围
分类: 编程语言 发布时间: 05-12 10:38 阅读次数: 0

山东大学项目实训(二十五)—— 结合请求拦截和响应拦截实现双token机制

实现双token,解决token过期存在的并发请求问题
分类: 编程语言 发布时间: 05-12 10:38 阅读次数: 0

详细测评对比 FinClip 与 mPaaS

2022中国 DevOps 现状调查全面启动!>>> 两者的定位有些不同,FinClip属于轻应用平台,而mpaas则是移动应用开发平台。 1. 设计区分 mPaaS 是一款源自蚂蚁(支付宝)的移动开发与运营平台 mPaaS 官网 mPaaS (全称为 mobile Platform as a Service),是一款为 App 开发、测试、运营及运维提供云到端的一站式解决方案,能有效降低技术门槛、减少研发成本、提升开发效率,协助企业快速搭建稳定高质量的移动应用。 mPaaS 通过集成阿里云中
分类: 其他 发布时间: 05-12 10:38 阅读次数: 0

山东大学项目实训(二十六)—— 微信小程序发布测试

微信小程序发布流程
分类: 编程语言 发布时间: 05-12 10:38 阅读次数: 0

运行饿了么Element ui -admin出现问题

npm ERR! code 128npm ERR! An unknown git error occurrednpm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/nhn/raphael.git npm ERR! [email protected]: Permission denied (publickey).npm ERR! fatal: Could not read from remote repositor
分类: 编程语言 发布时间: 05-12 10:38 阅读次数: 0

npm list vue显示empty解决办法

vue 版本为空
分类: 编程语言 发布时间: 05-12 10:37 阅读次数: 0

Column ‘uid‘ in where clause is ambiguous

错误产生环境SprigBoot 整合Mybatis项目错误描述; Column 'uid' in where clause is ambiguous; nested exception is java.sql.SQLIntegrityConstraintViolationException: Column 'uid' in where clause is ambiguous错误原因使用mybatis多表查询时产生,多张表的 有相同的列名。解决办法修改列名...
分类: 编程语言 发布时间: 05-12 10:37 阅读次数: 0

Another git process seems to be running in this repository, e.g. an editor opened by ‘git commit‘. P

  Git操作的过程中突然显示Another git process semms to be running in this repository, e.g. an editor opened by ‘git commit’. Please make sure all processes are terminated then try again. If it still fails, a git process remove the file manually to continue…  翻译过来就是g
分类: 编程语言 发布时间: 05-12 10:37 阅读次数: 0

Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named ‘cacheMana

1.错误产生环境使用SpringMVC时产生2.错误描述Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'cacheManager' available at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBean
分类: 编程语言 发布时间: 05-12 10:37 阅读次数: 0

使用zookeeper作为dubbo作为注册中心时报错

错误产生环境使用zookeeper作为dubbo作为注册中心时报错,dubbo2.6.0版本,注册中心是curator-framework 4.1.0。错误描述错误原因我当前使用的zookeeper 注册中心是curator-framework,我使用dubbo2.6.0版本,但2.6.0版本的注册中心不是curator-framework。解决办法更换dubbo版本,改为2.6.2即可...
分类: 编程语言 发布时间: 05-12 10:36 阅读次数: 0

vue.js:634 [Vue warn]: <select multiple v-model=“occupation“> expects an Array value for its binding

错误产生环境练习vue双向数据绑定时产生错误描述vue.js:634 [Vue warn]: <select multiple v-model="occupation"> expects an Array value for its binding, but got Number(found in <Root>)错误原因v-model绑定的值希望是一个数组类型,但是我们提供的是一个数值类型,所以不符合要求。解决办法将v-model绑定的值更换为数组...
分类: 编程语言 发布时间: 05-12 10:36 阅读次数: 0

v-model is not supported on this element type. If you are working with contenteditable, it‘s recomme

错误产生环境Vue中使用v-model 绑定span标签时产生。错误描述v-model is not supported on this element type. If you are working with contenteditable, it's recommended to wrap a library dedicated for that purpose inside a custom component.错误原因使用v-model绑定span标签时产生(眼花了)解决办法.
分类: 编程语言 发布时间: 05-12 10:36 阅读次数: 0

vue.js:634 [Vue warn]: The computed property “total“ is already defined in data. (found in <Root>)

错误产生环境Vue中使用计算属性时产生错误描述vue.js:634 [Vue warn]: The computed property "total" is already defined in data.(found in <Root>)错误原因计算属性和data数据模型中的某个变量重名了界面办法要么改计算属性名,要么改data数据模型中重名的变量...
分类: 编程语言 发布时间: 05-12 10:36 阅读次数: 0

When allowCredentials is true, allowedOrigins cannot contain the special value “*“ since that canno

Caused by: java.lang.IllegalArgumentException: When allowCredentials is true, allowedOrigins cannot contain the special value "*" since that cannot be set on the "Access-Control-Allow-Origin" response header. To allow credentials to a set of origins, li
分类: 编程语言 发布时间: 05-12 10:35 阅读次数: 0

border-collapse 为collapse的时候,为什么最外面框的padding不起作用了

原因border-collapse 设置为 collapse 时,table和td会发生合并,没有了间隙,所以padding失效解决办法在table 标签套一层div,给div设置padding样式即可。
分类: 编程语言 发布时间: 05-12 10:35 阅读次数: 0

webpack自动打包出现localhost:8080只有Cannot GET /错误

webpack自动打包出现localhost:8080只有Cannot GET /错误
分类: 编程语言 发布时间: 05-12 10:35 阅读次数: 0