日積月累
大衛的技術筆記
BlogJava
首頁
新隨筆
聯系
聚合
管理
隨筆 - 55 文章 - 187 trackbacks - 0
<
2008年1月
>
日
一
二
三
四
五
六
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
常用鏈接
我的隨筆
我的評論
我的參與
最新評論
留言簿
(12)
給我留言
查看公開留言
查看私人留言
隨筆分類
Java(37)
JavaScript(6)
Linux(3)
web(4)
我的代碼(2)
數據庫(1)
經驗(6)
設計(1)
隨筆檔案
2009年11月 (3)
2009年9月 (2)
2009年2月 (2)
2008年10月 (1)
2008年9月 (4)
2008年8月 (1)
2008年7月 (1)
2008年6月 (4)
2008年5月 (3)
2008年3月 (5)
2008年2月 (8)
2008年1月 (15)
groovy
搜索
最新評論
1.?re: Struts2 + jQuery 實現ajax[未登錄]
@cc
1
--1
2.?re: 采用單例模式還是靜態方法?
@rocket
spring一般用的就是單例模式去加載。不一定是最好,只是為了方便那些不善于管理類加載的人進行大規模協作
--老學生
3.?re: 采用單例模式還是靜態方法?
評論內容較長,點擊標題查看
--老學生
4.?re: 通過反射獲取方法的參數和返回值的泛型信息
你自己試過沒,方法返回值的泛型是無法獲取的,只能獲取通用類型也就是 的泛型的定義, 別在那誤導人,垃圾
--博主SB
5.?re: 如何在三個月掌握三年的經驗(轉載&&筆記)
學到不少,謝謝分享!
--llwj
閱讀排行榜
1.?數據庫設計5步驟(收藏)(88651)
2.?Struts2 + jQuery 實現ajax(41960)
3.?如何在三個月掌握三年的經驗(轉載&&筆記)(20396)
4.?采用單例模式還是靜態方法?(20168)
5.?mysql編碼轉換搞定(8970)
評論排行榜
1.?數據庫設計5步驟(收藏)(48)
2.?一個計算機專業學生幾年的編程經驗匯總(收藏)(17)
3.?Struts2 + jQuery 實現ajax(17)
4.?對一個算法筆試題的注解(12)
5.?采用單例模式還是靜態方法?(11)
用于上傳到私服的maven的pom.xml
maven上傳jar的pom.xml:
<?
xml version="1.0" encoding="UTF-8"
?>
<
project
>
<
modelVersion
>
4.0.0
</
modelVersion
>
<
groupId
>
com.asiainfo.mime4j
</
groupId
>
<!
- 存儲位置 --
>
<
artifactId
>
aimime4j
</
artifactId
>
<!
- 工程名 --
>
<
name
>
aimime4j
</
name
>
<
version
>
1.0-SNAPSHOT
</
version
>
<
url
>
http://localhost
</
url
>
<!
- 服務器 --
>
<!
- 部署位置 --
>
<
distributionManagement
>
<
repository
>
<
id
>
aicu-repository
</
id
>
<
name
>
AICU Repository
</
name
>
<
url
>
ftp://localhost/repository/
</
url
>
</
repository
>
</
distributionManagement
>
<
dependencies
>
<
dependency
>
<
groupId
>
junit
</
groupId
>
<
artifactId
>
junit
</
artifactId
>
<
version
>
3.8.1
</
version
>
<
scope
>
test
</
scope
>
</
dependency
>
<
dependency
>
<
groupId
>
commons-logging
</
groupId
>
<
artifactId
>
commons-logging
</
artifactId
>
<
version
>
1.1
</
version
>
</
dependency
>
<
dependency
>
<
groupId
>
commons-io
</
groupId
>
<
artifactId
>
commons-io
</
artifactId
>
<
version
>
1.3.1
</
version
>
</
dependency
>
</
dependencies
>
<!
- 需要的插件 --
>
<
build
>
<
defaultGoal
>
install
</
defaultGoal
>
<
plugins
>
<
plugin
>
<
artifactId
>
maven-compiler-plugin
</
artifactId
>
<
version
>
2.0.2
</
version
>
<
configuration
>
<
source
>
1.5
</
source
>
<
target
>
1.5
</
target
>
</
configuration
>
</
plugin
>
</
plugins
>
<
extensions
>
<
extension
>
<
groupId
>
org.apache.maven.wagon
</
groupId
>
<
artifactId
>
wagon-ftp
</
artifactId
>
<
version
>
1.0-alpha-6
</
version
>
</
extension
>
</
extensions
>
</
build
>
</
project
>
--------------------
WE準高手
posted on 2008-01-29 17:23
大衛
閱讀(2662)
評論(0)
編輯
收藏
所屬分類:
Java
新用戶注冊
刷新評論列表
只有注冊用戶
登錄
后才能發表評論。
網站導航:
博客園
IT新聞
Chat2DB
C++博客
博問
管理
相關文章:
myAndroid(Struts2+Sitemesh+Freemarker)
我的web.xml(freemarker+stripes+spring)
解決FreeMarker中文亂碼問題
防御性編程應該適可而止
關于類的劃分的一點點感悟
hibernate(jpa)中annotation配置非自增字段為主鍵
hibernate(jpa)復合主鍵annotation聲明方法
判斷是否含有GBK以外的字符
Struts2 + jQuery 實現ajax
命令行junit
Copyright ©2025 大衛 Powered by:
博客園
模板提供:
滬江博客
主站蜘蛛池模板:
最新亚洲精品国偷自产在线
|
亚洲高清中文字幕综合网
|
亚洲一级片免费看
|
亚洲国产精品无码久久青草
|
国产亚洲老熟女视频
|
亚洲香蕉成人AV网站在线观看
|
亚洲国产综合91精品麻豆
|
亚洲精品伊人久久久久
|
黄色a三级免费看
|
在线免费观看伊人三级电影
|
18禁无遮挡无码国产免费网站
|
国内自产拍自a免费毛片
|
亚洲国产一级在线观看
|
久久久久久亚洲av成人无码国产
|
亚洲妓女综合网99
|
国产91成人精品亚洲精品
|
大地资源在线资源免费观看
|
91嫩草免费国产永久入口
|
日韩免费视频播放
|
亚洲日韩精品A∨片无码
|
亚洲欧洲国产综合
|
青青视频免费在线
|
99re6热视频精品免费观看
|
日本特黄特黄刺激大片免费
|
亚洲精品中文字幕乱码三区
|
日本不卡免费新一二三区
|
国产精品亚洲精品日韩已方
|
亚洲黄色免费观看
|
美女羞羞免费视频网站
|
四虎成人精品永久免费AV
|
国产精品免费小视频
|
久久久久亚洲精品无码系列
|
亚洲日韩AV一区二区三区中文
|
亚洲精品偷拍视频免费观看
|
凹凸精品视频分类国产品免费
|
成年人免费观看视频网站
|
91老湿机福利免费体验
|
免费**毛片在线播放直播
|
亚洲视频中文字幕
|
中国在线观看免费高清完整版
|
亚洲成a人片在线观看中文!!!
|