1.mybatis设置文件未添加mapper 在mybatis文件中添加 <mappers> <mapper resource="com/innovationV2/mapper/UserMapper.xml"/> </mappers> ##2.mapper文件的命名空间设置错误 mapper文件内的 ...
分类:
移动开发 时间:
2021-07-05 18:55:19
阅读次数:
0
页面创建 路由页面 route 小程序打开后第一个进入的页面 登录页面 enroll 注册页面 register 底部菜单栏 bottom_menu 首页页面 home 社区页面 community 发布任务页面 publish 任务页面 task 我的页面 mine 下载图标 前往iconfont ...
分类:
微信 时间:
2021-07-05 18:35:41
阅读次数:
0
主要是通过ref <input type="text" class="content" v-model="content" ref="content"/> <span @click="handleClick">使input获得焦点</span> handleClick(label){ this.$r ...
分类:
移动开发 时间:
2021-07-05 18:32:47
阅读次数:
0
<!DOCTYPE html> <html> <head> <title>多个div高度保持一致</title> <style type="text/css"> #parent { color: #fff; width: 1140px; margin: 0px auto; border: 1px s ...
分类:
其他好文 时间:
2021-07-05 18:18:41
阅读次数:
0
public static string HttpPostMultipartFormData(string url, NameValueCollection kVDatas, string method = WebRequestMethods.Http.Post, string encoding= ...
1、直接执行 app.go --type a 对于这种形式可以采用flag的形式进行,参考: wordPtr := flag.String("word", "foo", "a string") https://studygolang.com/articles/25754?fr=sidebar 2、r ...
分类:
其他好文 时间:
2021-07-02 16:17:44
阅读次数:
0
vxe table pc端表格解决方案 vxe官方文档 vxe-grid 通过edit-config来配置表格点击编辑 触发的条件响应形式 再在相应的column 中配置edit-render设置每一行编辑的显示样式 <vxe-grid ref="xTable" resizable border s ...
分类:
其他好文 时间:
2021-07-01 17:28:15
阅读次数:
0
option = { legend: { show: false }, series: [ { type: "pie", radius: [0, 0], silent: true, label: { normal: { show: true, position: "center", formatte ...
分类:
其他好文 时间:
2021-07-01 17:27:43
阅读次数:
0
1.retrofit.create 创建retrofit 2.loadServiceMethod(method).invoke(args) 动态代理method,并在repos.enqueue 中调用invoke 3.ServiceMethod.parseAnnotations(this, meth ...
分类:
其他好文 时间:
2021-07-01 17:14:51
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!-- 文档流 文档流处在网页的最底层,他表示的是一个页面中的位置 我们所创建的元素都处在文档流中 元素在文档流中的特点 块元素 ...
分类:
其他好文 时间:
2021-07-01 17:02:11
阅读次数:
0