随笔分类 -  JAVA基础

摘要:https://blog.csdn.net/pdsu161530247/article/details/81582980 阅读全文
posted @ 2019-08-07 16:27 长袖保暖 阅读(156) 评论(0) 推荐(0)
摘要:转自:https://www.cnblogs.com/armyfai/p/3985660.html SVN简介: 为什么要使用SVN? 程序员在编写程序的过程中,每个程序员都会生成很多不同的版本,这就需要程序员有效的管理代码,在需要的时候可以迅速,准确取出相应的版本。 Subversion是什么? 阅读全文
posted @ 2019-08-07 15:14 长袖保暖 阅读(394) 评论(0) 推荐(0)
摘要:在提交svn出现如下报错: org.apache.subversion.javahl.ClientException: Working copy is not up-to-datesvn: Commit failed (details follow):svn: File 'xxxxxxxxxxx' 阅读全文
posted @ 2019-08-07 09:34 长袖保暖 阅读(1782) 评论(0) 推荐(0)
摘要:org.apache.catalina.LifecycleException: Failed to start component [StandardServer[8005]] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase 阅读全文
posted @ 2019-07-11 16:48 长袖保暖 阅读(336) 评论(0) 推荐(0)
摘要:Eclipse中导入MyBatis Mapper DTD 1.Eclipse中打开window-->Preferences-->XML-->XML catalog 2.点击add按钮,弹出对话框 3.Location中填入你所下载的DTD文件的本机位置; 4.Key Type 选择 Public I 阅读全文
posted @ 2019-07-11 15:13 长袖保暖 阅读(671) 评论(0) 推荐(0)
摘要:Several ports (8005, 8080, 8009) required by Tomcat v8.0 Server at localhost are already in use. The server may already be running in another process, 阅读全文
posted @ 2019-07-01 17:24 长袖保暖 阅读(211) 评论(0) 推荐(0)
摘要:Mapped Statements collection does not contain value for后面是什么类什么方法之类的: 错误原因有几种: 1、mapper.xml中没有加入namespace 2、mapper.xml中的方法和接口mapper的方法不对应 3、mapper.xml 阅读全文
posted @ 2019-07-01 17:03 长袖保暖 阅读(2163) 评论(0) 推荐(0)
摘要:首先从Apache的官方网站(http://tomcat.apache.org/)下载Tomcat。有安装版和解压版两种,我个人喜欢用解压版。 Tomcat安装(绿色版安装) 1、将下载的Tomcat解压到指定目录,如:D:\WorkSpaceByJava\DevtTools\Apache-Tomc 阅读全文
posted @ 2019-06-30 14:13 长袖保暖 阅读(139) 评论(0) 推荐(0)
摘要:JDK安装、java环境配置 JDK是Java语言的软件开发工具包,主要用于移动设备、嵌入式设备上的java应用程序。JDK是整个java开发的核心,它包含了JAVA的运行环境,JAVA工具和JAVA基础的类库。 JRE(Java Runtime Environment,Java运行环境),运行JA 阅读全文
posted @ 2019-06-27 23:30 长袖保暖 阅读(174) 评论(0) 推荐(0)
摘要:The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. SSM项目,Controller层找不到,当然 阅读全文
posted @ 2019-06-27 15:07 长袖保暖 阅读(6333) 评论(0) 推荐(0)
摘要:一、Oracle中的varchar2类型 我们在Oracle数据库存储的字符数据一般是用VARCHAR2。VARCHAR2既分PL/SQL Data Types中的变量类型,也分Oracle Database中的字段类型,不同场景的最大长度不同。 在Oracle Database中,VARCHAR2 阅读全文
posted @ 2019-06-26 16:12 长袖保暖 阅读(3013) 评论(0) 推荐(0)
摘要:转 我在调试的时候,遇到了这样的代码报错 点进去瞧瞧,是这样的报错 反正就是500错误,这个时候我们可以这样去排查原因,点击NetWork,如图: 我们点击Response就可以查看详细的信息了 阅读全文
posted @ 2019-06-24 20:54 长袖保暖 阅读(26640) 评论(0) 推荐(0)
摘要:在Chrome浏览器中按下F5或 Ctrl+F5 都没用,Chrome总是会强制使用页面缓存进行刷新,如何不使用页面缓存进行刷新? Chrome官方推荐使用如下快捷键,就可以不使用页面缓存进行刷新 Windows和Linux操作系统: Shift+F5 或 Ctrl+Shift+R Mac OS:  阅读全文
posted @ 2019-06-24 14:31 长袖保暖 阅读(1464) 评论(0) 推荐(0)
摘要:2) mybatis ,我查出的数据在resultMap中没有对应的映射字段来匹配,查到的结果无法全部填充到对象属性才报错的。 即: SELECT DISTINCT allData.time AS CREATE_DATE, allData.FORMAT AS FORMAT, allData.ORDE 阅读全文
posted @ 2019-06-24 14:08 长袖保暖 阅读(16258) 评论(0) 推荐(0)
摘要:laydate.render({ elem: '#test' //或 elem: document.getElementById('test')、elem: lay('#test') 等(类型:String/DOM,默认值:无必填项,用于绑定执行日期渲染的元素,值一般为选择器,或DOM对象) ,ty 阅读全文
posted @ 2019-06-21 14:52 长袖保暖 阅读(319) 评论(0) 推荐(0)
摘要:新建的Controller、Service、SQL内没有写具体。 阅读全文
posted @ 2019-06-17 11:17 长袖保暖 阅读(516) 评论(0) 推荐(0)
摘要:java.lang.NoClassDefFoundError: org/springframework/context/ApplicationContextException Caused by: java.lang.NoClassDefFoundError: org/springframework 阅读全文
posted @ 2019-06-13 16:26 长袖保暖 阅读(3654) 评论(0) 推荐(0)
摘要:Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the serv 阅读全文
posted @ 2019-06-13 16:15 长袖保暖 阅读(361) 评论(0) 推荐(0)
摘要:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 阅读全文
posted @ 2019-06-10 14:47 长袖保暖 阅读(2775) 评论(0) 推荐(0)
摘要:验证位置时发生错误:“org.tigris.subversion.javahl.ClientException: RA layer request failed svn: Server sent unexpected return value (403 Forbidden) in response 阅读全文
posted @ 2019-06-06 10:14 长袖保暖 阅读(408) 评论(0) 推荐(0)