上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: 错误1 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory': Failed to introspect bean class [or 阅读全文
posted @ 2017-12-19 14:33 筱小Q 阅读(301) 评论(0) 推荐(0) 编辑
摘要: help->Eclipse Marketplace安装插件 1 ,Spring Tool Suit (STS) 2, Hibernate Tools 将这两个插件安装好,再输入class名就会有提示 windows-->preference 搜索 xml >xmlcatalog 点击add ,在出现 阅读全文
posted @ 2017-12-19 11:06 筱小Q 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-12-19 10:46 筱小Q 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 使用maven可以对不同环境进行打包部署:如 mvn clean package -P development 其中development是环境的变量ID 借助maven提供的profile功能,通过不同的环境激活不同的profile来达到构建的可移植性 一、配置profile 其中开发环境是默认激 阅读全文
posted @ 2017-12-18 13:50 筱小Q 阅读(751) 评论(0) 推荐(0) 编辑
摘要: 使用maven的好处 使用maven,我们可以方便统一的进行jar包管理,jar包版本升级,快速项目构建以及分模块开发等相关功能。 maven使用得好,项目开发速度就会成倍的提升。总之,项目越大,越能体现maven的优势 环境 apache-maven-3.5.2 (下载路径:http://mave 阅读全文
posted @ 2017-12-18 11:22 筱小Q 阅读(185) 评论(0) 推荐(0) 编辑
摘要: echarts部分案例地址: http://gallery.echartsjs.com/explore.html?u=bd-2135947294#sort=rank~timeframe=all~author=all http://www.echartsjs.com/gallery/ 阅读全文
posted @ 2017-12-14 16:12 筱小Q 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 效果图: 实现代码 <div class="row wrap" style="margin-bottom: 20px; "> <p class = "circleborder circleborderOne"></p> <span class="wraptitle">社保收支统计</span> <p 阅读全文
posted @ 2017-12-14 16:08 筱小Q 阅读(492) 评论(0) 推荐(0) 编辑
摘要: https://howtodoinjava.com https://stackoverflow.com 里面包含各种开发遇到的问题及答案,质量比较高。 https://github.com/explore 免费的开源代码托管网站,包括了许多开源的项目及示例项目等 https://dzone.com/ 阅读全文
posted @ 2017-12-14 10:36 筱小Q 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 使用css3提供的新单位 高度:vh 宽度:vw vw、vh 与 % 百分比的区别 (1)% 是相对于父元素的大小设定的比率,vw、vh 是视窗(视区)大小决定的。 (2)vw、vh 优势在于能够直接获取高度,而用 % 在没有设置 body 高度的情况下,是无法正确获得可视区域的高度的,所以这是挺不 阅读全文
posted @ 2017-12-13 14:24 筱小Q 阅读(117) 评论(0) 推荐(0) 编辑
摘要: window.setTimeout("function",time);//设置一个超时对象,只执行一次,无周期 , time单位是毫秒 当需要方法延迟执行的时候,可以采用setTimeout window.setInterval("function",time);//设置一个超时对象,周期='交互时 阅读全文
posted @ 2017-12-13 10:58 筱小Q 阅读(235) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 下一页