自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

NickWU博客

NickWU博客,欢迎指正!

  • 博客(5)
  • 资源 (5)
  • 收藏
  • 关注

原创 SpringBoot(七)Aspect切面

配置pom<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <ar

2017-01-19 17:39:13 2388

原创 SpringBoot(六)开发环境/测试环境和生产环境

SpringMVC中的profile使用在SpringMVC中,如果要用到环境自动切换,可以借助profile来实现,例如:XML配置中:<!-- 开发环境 dev--> <beans profile="dev"> <bean id="beanname" class="com.pz.demo.ProductDevRPC"/> </beans> <beans profile="t

2017-01-19 14:42:59 13948 1

原创 SpringBoot(五)定时器

Springboot的定时器跟SpringMVC注解类似,非常简单例如间隔5秒钟执行一次@Component public class ScheduledTasks { private static final SimpleDateFormat dateFormat = new SimpleDateFormat("HH:mm:ss"); @Scheduled(fixedRate = 50

2017-01-19 12:11:26 1775

原创 SpringBoot(四)Contoller&DBSource

Controller常规的方式跟SpringMVC一致,因为SpringBoot一般用来做接口使用,故返回JSON和Restful API的方式较多@RestController : @Controller和@ResponseBody整合使用Swagger来自动生成API在SpringBoot中Maven添加依赖<dependency> <groupId>io.springfox</grou

2017-01-19 11:50:15 586

原创 百度地图

百度地图Demo详情请看 http://lbsyun.baidu.com/index.php?title=jspopular/guide/introduction <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>地理位置测试</title> <script type="text/ja

2017-01-06 14:16:54 438

extJs2.0+spket-1.6

extJs2.0+spket-1.6 Eclipse插件

2012-08-15

Linux学习命令

Linux开发口令,常见的一些Linux开发的命令,对于初学者很有帮助

2012-02-09

C语言程序设计基础 .ppt

C语言基础教程---电子教案 第2章 C语言程序设计基础 .ppt

2011-12-22

C语言程序设计入门

C语言程序学习,特别是对于入门人员是一个良好的学习工具

2011-12-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除