报错信息:Expected '$(student - name)' to be an inline constant of type java.lang.String in @org.springframework.beans.factory.annotation.Value 这样使用会报错,原因是 ...
分类:
其他好文 时间:
2021-05-24 00:03:03
阅读次数:
0
FastReport .NET 2018.1的新版本具有对ZPL(斑马编程语言)格式的新导出。该格式旨在与特殊标签打印机一起使用。 在开发应该在标签打印机上打印的报告时,应考虑以下几点: ?页面大小必须与标签大小匹配,您可以在“报告”菜单的“页面设置”中的报告设计器中调整尺寸; ?还考虑了在页面大小 ...
分类:
其他好文 时间:
2021-05-23 23:56:13
阅读次数:
0
翻译:UserServiceImpl类型的方法login(User)必须覆盖或实现超类型方法 原因:1、UserService层未保存 2、可能UserService层没写login(User)方法 ...
分类:
其他好文 时间:
2021-05-23 23:54:35
阅读次数:
0
9、操作表单(验证) 9.1、表单是什么 form DOM树 文本框 text 下拉框 select 单选框 radio 多选框 checkbox 隐藏域 hidden 密码框 password ...... 表单的目的:提交信息 9.2、获得要提交的信息 <form action="post"> ...
分类:
编程语言 时间:
2021-05-23 23:44:46
阅读次数:
0
播放器歌词数据抓取 在api文件夹下创建song.js 设置获取歌曲api import axios from 'axios'; export function getLyric(id) { return axios.get(`/api/lyric?id=${id}`); } 把这个方法封装到com ...
分类:
移动开发 时间:
2021-05-23 23:35:55
阅读次数:
0
引入 Element 你可以引入整个 Element,或是根据需要仅引入部分组件。我们先介绍如何引入完整的 Element。 ¶完整引入:在 main.js 中写入以下内容: import Vue from 'vue'; import ElementUI from 'element-ui'; imp ...
分类:
Web程序 时间:
2021-05-23 23:33:38
阅读次数:
0
1 import urllib.request 2 #获取一个get请求 3 response = urllib.request.urlopen("http://www.baidu.com") 打开网页并返回网页内容给response print(response.read().decode('ut ...
分类:
编程语言 时间:
2021-05-23 23:31:18
阅读次数:
0
FastJson 将对象转换为JSON字符串 下载地址:https://github.com/alibaba/fastjson 转换JSON字符串的步骤: 1. 引入JAR包 ①IDEA中新建文件夹lib ②粘贴fastjson-1.2.70.jar文件 ③打开File-Project Struct ...
分类:
Web程序 时间:
2021-05-23 23:27:08
阅读次数:
0
[root@localhost ~]# innobackupex --copy-back sql.back/210504 00:02:07 innobackupex: Starting the copy-back operation IMPORTANT: Please check that the ...
分类:
数据库 时间:
2021-05-23 23:07:55
阅读次数:
0
先说一嘴:sass和scss的区别: 异同:简言之可以理解scss是sass的一个升级版本,完全兼容sass之前的功能,又有了些新增能力。语法形式上有些许不同,最主要的就是sass是靠缩进表示嵌套关系,scss是花括号 //sass 太费眼了 .father width:100px; .son wi ...
分类:
其他好文 时间:
2021-05-04 16:24:18
阅读次数:
0