上一页 1 ··· 13 14 15 16 17
摘要: 1. eclipse安装主题插件:http://www.eclipsecolorthemes.org/ 。 2. eclipse terminal插件:在eclipse中集成终端,使用非常方便,不用单独打开cmd控制台。可以直接在eclipse应用市场搜索安装。 3. findbugs插件:http 阅读全文
posted @ 2016-12-29 08:53 nuccch 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 配置文件以application.yml为例说明: Spring Boot默认的日志组件为Logback。 一. 日志配置参数: 二. 更改Spring Boot日志组件为Log4j(注:Spring Boot仅仅支持Log4j 2.x版本): 三. 关于Spring Boot日志文件路径的疑惑?同 阅读全文
posted @ 2016-12-26 09:31 nuccch 阅读(30614) 评论(2) 推荐(2) 编辑
摘要: Spring Boot profile用于分离不同环境的参数配置,通过spring.profile.active参数设置使用指定的profile。 在Spring Boot中应用程序配置可以使用2种格式:application.properties 或者 application.yml。 以".ym 阅读全文
posted @ 2016-12-25 20:01 nuccch 阅读(1163) 评论(0) 推荐(0) 编辑
摘要: 一. What: Spring Boot是什么?以1.4.3.RELEASE为例,官方介绍为:http://docs.spring.io/spring-boot/docs/1.4.3.RELEASE/reference/html/getting-started-introducing-spring- 阅读全文
posted @ 2016-12-25 17:34 nuccch 阅读(316) 评论(0) 推荐(0) 编辑
摘要: SQLite官网: https://www.sqlite.org/index.html 1. 下载请到https://www.sqlite.org/download.html下载相应平台的sqlite包:windows: sqlite-tools-win32-x86-xxxxx.zip linux: 阅读全文
posted @ 2016-12-08 18:57 nuccch 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 解决eclipse spring配置报错:cvc-elt.1: Cannot find the declaration of element 'beans'.Referenced file contains errors (http://www.springframework.org/schema/ 阅读全文
posted @ 2016-12-05 09:02 nuccch 阅读(29488) 评论(1) 推荐(0) 编辑
摘要: 在maven项目中,对于那些在maven仓库中不存在的第三方jar,依赖解决通常有如下解决方法: 方法1:直接将jar包拷贝到项目指定目录下,然后在pom文件中指定依赖类型为system,如: 1 <dependencies> 2 <dependency> 3 <groupId>xxx</group 阅读全文
posted @ 2016-12-01 17:49 nuccch 阅读(14589) 评论(2) 推荐(3) 编辑
摘要: 在面试的时候常常会被问到如下问题:请谈谈你在工作中最有成就感的项目或解决的技术难题? 如果在面试之前未能精心准备,突然被问这么一下子,会觉得不知道从何说起。 遇到的技术难题肯定是有的,那是如何解决的呢?直接网上搜索?还是苦思冥想?或二者皆有?甚至还有自己的小灵感?如果没有技术博文的记录,时间长了还真 阅读全文
posted @ 2016-11-20 18:28 nuccch 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 一. 如何在面试中体现出自己是一个已经有几年经验的工程师? 在回答问题的时候,要把面试官提出的问题系统的,完整的,清晰地表达出来。这体现出工程师所掌握的技术栈是否全面,而且精通。同时,也体现出工程师的逻辑思维是否缜密,这也是一个工程师应该具备的基本素养。 例如:面试官提问:请谈谈对多线程的理解? 另 阅读全文
posted @ 2016-11-10 16:15 nuccch 阅读(518) 评论(0) 推荐(0) 编辑
摘要: OS: CentOS6.4 #uname -r 2.6.32-504.1.3.el6.x86_64 安装完毕fig,并完成相应配置时执行如下命令出错(fig安装参见:http://www.fig.sh/): #fig upCouldn't connect to Docker daemon at ht 阅读全文
posted @ 2015-02-08 15:16 nuccch 阅读(12435) 评论(2) 推荐(0) 编辑
摘要: 官网:https://www.jeasyui.com/index.php EasyUI v1.4.1 jQuery v1.11.1 EasyUI v1.4.1版本的filebox在IE9+环境下,提交表单上传文件时出错,不能使用。 阅读全文
posted @ 2015-02-08 11:53 nuccch 阅读(566) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17