上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页

2019年12月17日

idea设置output窗口弹出悬浮的设置

摘要: 忘记了那一天,无意间把output拉到的悬浮状态,于是就 用起来是真的不舒服,于是就想办法让它归位,这里记录一下方法,避免以后忘记了 阅读全文

posted @ 2019-12-17 18:35 迷途行者 阅读(2149) 评论(1) 推荐(0) 编辑

2019年12月12日

Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Mapper method 'xxxxxxxxx' has an unsupported return type: interface java.util.List

摘要: 报错信息:Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Mapper method 'xxxxxxxxx' has an unsupported return ty 阅读全文

posted @ 2019-12-12 09:35 迷途行者 阅读(4177) 评论(0) 推荐(0) 编辑

Request processing failed; nested exception is java.lang.NullPointerException

摘要: 报错信息:Request processing failed; nested exception is java.lang.NullPointerException 报错原因:这种报错原因很多,主要是某一个变量为空,,所以教主要的解决方法流程和例题 报错详细信息: org.springframewo 阅读全文

posted @ 2019-12-12 09:29 迷途行者 阅读(41293) 评论(0) 推荐(0) 编辑

2019年12月4日

关于jsp中用css无法显示背景图片的问题

摘要: jsp代码错误加载背景 body { background: url(/images/p_big3.jpg); } jsp代码正确加载背景 body { background: url(../images/p_big3.jpg); } 重新加载,终于………………依旧失败 清除浏览器缓存,重新加载,终 阅读全文

posted @ 2019-12-04 09:10 迷途行者 阅读(1890) 评论(0) 推荐(1) 编辑

2019年12月3日

IDEA导入css样式和js效果的易错点

摘要: 一、在webapp下新建css样式文件夹和js效果文件夹,不要放在WEB-INF和META-INF文件夹下,排列如下 二、在顶部添加link标签导入css样式,路径如果正确则可以通过ctrl键和鼠标直接点击跳转至css样式,效果如下 三、最后一步也是最关键的一步,鼠标点击在路径的最前面,然后快捷键a 阅读全文

posted @ 2019-12-03 10:03 迷途行者 阅读(4057) 评论(0) 推荐(0) 编辑

2019年11月26日

ssm框架报错:Error creating bean with name 'XXXX': Injection of autowired dependencies failed; 原因和解决方法

摘要: 一、报错 1、报错显示 2、报错信息 25-Nov-2019 15:32:19.746 警告 [RMI TCP Connection(5)-127.0.0.1] org.springframework.web.context.support.XmlWebApplicationContext.refr 阅读全文

posted @ 2019-11-26 09:39 迷途行者 阅读(10241) 评论(0) 推荐(0) 编辑

2019年11月21日

javaweb使用jdbc获取MySQL数据

摘要: 目录 代码 User package com.entity; public class User { private int id; private String name; private String cityAreaName; private String address; private S 阅读全文

posted @ 2019-11-21 14:19 迷途行者 阅读(637) 评论(0) 推荐(0) 编辑

2019年9月11日

AndroidStudio模拟器的连接

摘要: 在cmd中进入相应的安装目录【bin目录】,输入相应的代码 夜神模拟器:adb connect 127.0.0.1:62001 逍遥安卓模拟器: adb connect 127.0.0.1:21503 天天模拟器:adb connect 127.0.0.1:6555 海马玩模拟器 :adb conn 阅读全文

posted @ 2019-09-11 21:36 迷途行者 阅读(1415) 评论(0) 推荐(0) 编辑

2019年9月8日

微信小程序输入(input)添加下划线

摘要: 原因 初学小程序,今天为输入框(input)添加下划线整了很久,后来发现自己被坑【布局的麻烦很多】,在这里做一些说明,避免以后在这样 效果 方法 方法一:使用view组件添加下划线【不是很推荐】 wxml布局 样式line的属性【wxss】 方法二:直接给输入框添加底部下划线【推荐】 wxml布局 阅读全文

posted @ 2019-09-08 20:48 迷途行者 阅读(9341) 评论(1) 推荐(0) 编辑

2019年9月2日

Android:layout布局页面无法显示,提示one or more layouts are missing the layout_width or layout_height attributes

摘要: 报错信息:one or more layouts are missing the layout_width or layout_height attributes 错误原因:目前我理解的是页面布局不匹配 解决方法一:修改一下xml显示的屏幕大小,多次几次。 解决方法二:看到大神【IT醉猫】的文章,感 阅读全文

posted @ 2019-09-02 21:42 迷途行者 阅读(2687) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 22 下一页

导航