码迷,mamicode.com
首页 >  
搜索关键字:to a type    ( 51964个结果
Type interface com.innovationV2.mapper.UserMapper is not known to the MapperRegistry
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
vue移动端,解决focus无效
主要是通过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
使得多个div容器高度保持动态一致
<!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
C# Post 使用(multipart/form-data)请求数据
public static string HttpPostMultipartFormData(string url, NameValueCollection kVDatas, string method = WebRequestMethods.Http.Post, string encoding= ...
分类:Windows程序   时间:2021-07-05 18:04:31    阅读次数:0
go的接口
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 grid 可编辑表格 加校验 数据格式过滤 初次体验
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
retrofit2源码阅读
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
51964条   上一页 1 2 3 4 5 ... 5197 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!