- 博客(5)
- 收藏
- 关注
原创 Error:Could not create the Java Virtual Machine
Error:Could not create the Java Virtual Machine启动Eclipse时报错Error:Could not create the Java Virtual Machine.Error:A Fatal exception has occurred,Program will exit.在控制台检查JDK时发现版本变成1.7但是环境变量中配置的路径是...
2019-11-06 11:02:30 28334
原创 vue实现元素滑动到顶部固定效果的复用组件
vue实现元素滑动到顶部固定效果的复用组件此例子为可直接复用组件模板js代码样式组件完整代码,在其他组件中引入后即可直接使用此例子为可直接复用组件模板<template> <div ref="menu"> <div class="menu" :class="{'is_top' : isTop}">xxx</div> <...
2019-10-16 18:47:21 1262 1
原创 关于vue项目中components和template的理解
关于vue项目中 components: { App }, template: '<App/>'的理解原代码:效果:根据名字猜想new Vue({ el: '#app', router: router, components: { App }, template: '<App/>'});代码块中components: { App },...
2019-08-05 17:41:56 18725 1
原创 Springboot+thymeleaf+数据库实现国际化
Springboot+thymeleaf+数据库实现国际化思路:自定义thymeleaf消息解析器由官方文档3.1.1可知,外部化文本(语法:#{…})是从模板⽂件中提取模板代码的⽚段,可以实现国际化,而Thymeleaf中外部化⽂本的位置是完全可配置的,它将取决于正在使⽤的具体的org.thymeleaf.messageresolver.IMessageResolver实现,如果想要从数据库...
2019-07-26 16:29:03 1689
原创 关于thymeleaf3的使用和自定义方言的步骤
关于thymeleaf3的使用和自定义方言的步骤使用方法自定义方言处理器方言配置参考资料使用方法环境:maven+springboot2.0.5使用:导包: <!-- thymeleaf --> <dependency> <groupId>org.springframework.boot</groupId> <art...
2019-07-25 13:08:12 1033
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人