原创 idea 創建springMVC Maven項目的那些坑

創建springMVC Maven項目 第一步 點擊file--->new -->projict-->maven 選擇JDK 對Create from archetype 打鉤 找到 maven-archetype-webapp 點擊選中

原创 一篇頭像裁剪,組合圖片,生成海報的代碼

1 /** 2 * 頭像裁剪,組合圖片,生成海報 3 * @param picUrl 4 * @param headPic 5 * @throws Exception 6

原创 初識rabbitMQ(一)

19/5/29  對於rabbitMQ ,我已經研究了幾天。 之前完全的沒有接觸過,所以有很多的概念,很多的坑要踩 首先是安裝 rabbitmq 這個就不記錄了。 1、引入 Maven <dependency> <groupId>org.s

原创 對Spring IOC容器相關整理(二)

1、命名空間 :Beans 下的元素及屬性 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2

原创 一篇在一個Excel表中創建多個sheet的代碼

1 package projectUtil; 2 3 import org.apache.commons.lang3.StringUtils; 4 import org.apache.poi.hssf.usermodel.

原创 springCore 官方文檔 中英對照 翻譯 5.1.7版(一)

This part of the reference documentation covers all the technologies that are absolutely integral to the Spring Framewor

原创 spring 整合 actionMQ(一)

前段時間配置了rabbitMQ 主要是爲了公司發送大批量郵件而服務,結果錦鯉說要用actionMQ,還能說什麼,肯定是actionMq的走起了。 鑑於第一次配置、使用ActionMQ,所以進行詳細的配置,記錄。如果有最新的用法,或者跟詳細、