原创 前端樣式選擇1-bootstrap學習筆記

根據http://www.runoob.com/bootstrap/bootstrap-tutorial.html的教程,記錄下學習的過程。關鍵是熟悉或瞭解一些html標籤的樣式類,以便需要時,快速找到解決

原创 spring源碼學習系列1-spring事務代理深入分析

本文主要分析spring事務代理的源碼,跟蹤代碼,瞭解事務代理的生命週期1.學習資料和書籍2.代理的生成(原理)3.代理的使用-使用中遇到的常見問題涉及的源碼類:org.springframework.ao

原创 spring源碼學習系列2.2-從document到beanDefinition

本章探討從document到beanDefinition的過程-[color=red]註冊beanDefinition到容器beanDefinitionMap中[/color]從xml到document[c

原创 spring源碼學習系列2.1-從xml到document

本章探討從xml到document的過程-[color=red]xml文件生成document類[/color][color=red]從xml到document[/color]從document到beanD

原创 docker創建java web環境鏡像

系統內核爲ubuntu 3.19.0-15-genericDocker 要求 linux 的內核版本高於 3.10ubuntu 14.04[size=x-large]關於docker[/size]docke

原创 spring源碼學習系列2.3-從beanDefinition到instance

本章探討beanDefinition到instance的過程-[color=red]註冊單例實例到容器singletonObjects中[/color]從xml到document從document到bean

原创 jquery操作table添加行

chrome可以直接測試運行[img]http://dl2.iteye.com/upload/attachment/0123/2328/4af335ad-a47f-3700-b9e9-b323104ea6b

原创 eclipse preferences maven user settings

1.外部maven settings配置,將源設置爲阿里雲設置屬性localRepository,activeProfiles與profiles下的配置,其他默認D:\Program Files\apach

原创 servicemix 7安裝使用及camel-cxf代理webservice

前述:之前用servicemix3通過jbi代理webservice。由於smx版本升級較快,smx7已經棄用了jbi,轉而通過camel轉換協議。servicemix 3安裝及cxf-bc組件代理webs

原创 spring源碼學習系列2-容器初始化入口-refresh

context=XmlWebApplicationContextorg.springframework.web.context.supportClass XmlWebApplicationContextja

原创 eclipse創建webservice實例

1.eclipse創建webservice服務1.1 創建一個web project[img]http://dl2.iteye.com/upload/attachment/0123/1183/95f7546

原创 spring源碼學習系列1.1-ProxyFactory AopProxy與Proxy之間的關係

1.ProxyFactory持有生成代理的相關資源,如advice targetSource等屬性(資源)。ProxyFactory是ProxyConfig及AdvisorSupport的子類,這些屬性在A

原创 eclipse使用git管理代碼

share project1.先提交到本地 2.commit3.git服務器新建項目4.push 到遠程(強制初始化或先拉取後push)5.pullbranch.master.merge=refs/he

原创 記一次安裝配置fastdfs的過程

本次安裝的系統環境爲ubuntu1.下載相關軟件 2.安裝並配置相關軟件 3.驗證 4.遇到的問題1.下載相關軟件安裝fastdfs 首先需安裝libevent,由於fastdfs本身集成的web功能較弱,

原创 servicemix 3安裝及cxf-bc組件代理webservice服務

目錄1.servicemix安裝2.eclipse創建webservice服務3.eclipse創建集成插件(servicemix-cxf-bc和servicemix-service-assembly)4.