SlideShare a Scribd company logo
分布式源代碼管理工具簡介
集市、水銀及其它
版本變更與管理
人是會犯錯誤的
代碼是需要不斷修改和維護的
新版本
新分支
分支合并
裏程碑
補丁
人是會犯錯誤的
代碼的變更需要跟蹤管理
人是會犯錯誤的
我們需要代碼管理工具的幫助
代碼管理與團隊合作
多人合作加劇了代碼管理的難度
多人修改同一工程
多人修改同一代碼文件
測試驅動開發的需要
樁模塊
驅動模塊
團隊工作需要技術手段的支持
辦公室
异地開發
社區式開發
管理理念與工具選擇──集中式管理
VSS
簽出即鎖
鎖決定一切
尊重公權交接,強調項目安全
CVS
廣泛的選擇可能
久經考驗
復雜的配置管理
SVN
更好的CVS
事務管理與控制
靈活多樣的配置
與Apache的良好集成
rename支持
管理理念與工具選擇──從集中走向分布
VSS──鎖定與商議
CVS/SVN──提倡沖突/解決思想,提倡交流與合作
DCVS──
分階段管理,分布式管理
為每個人提供自己的版本管理空間
提供靈活的版本變更
利于松散合作
靈活方便的分支合并,為無限可能的合作提供可能
健壯、靈活,強大的抗災變能力
Bazaar VS Mercurial(個人體驗,僅供參考)
Bazaar
精巧完備的功能
方便而豐富的命令行操作
簡單高效的合作理念
直觀強大的版本提取與合并功能
Mercurial
經受住超級項目的考驗
Mozilla
OpenJDK
簡單直接的工作方式
健壯、堅固,流暢無阻的跨越各平台
NetBeans內置支持
安裝
Bazaar:
安裝Python+Bazaar包
編譯源碼
安裝TortoiseBzr
install apt-get install bzr
注意事項
bzr.bat不在path中
小烏龜安裝困難
Mercurial(Hg,水銀=汞)
安裝二進制包
編譯源碼
安裝TortoiseHg
注意事項
還沒有最新版安裝包(0.9.5
版已相當成熟)
Windows版編譯比較復雜
第一步──建倉
bzr init
bzr init-repo
hg init
個人日常工作
將文件加入倉庫
bzr add ...
使用 bzr ignore ... 記錄
要略過的部分
查看變更
bzr diff
寫入倉庫
bzr commit -m "..."
取消修改
bzr update
bzr revert
將文件加入倉庫
hg add ...
使用 -X 匹配要略過
的部分
查看變更
hg diff
寫入倉庫
hg commit -m "..."
取消修改
hg update -C
hg rollback
hg revert
文件管理
刪除
bzr rm
復制
bzr cp
移動/改名
bzr mv/rename
查看文件
bzr ls
查看狀態
bzr status
查看歷史
bzr log
刪除
hg rm
復制
hg cp
移動/改名
hg mv/rename
查看歷史
hg log
hg viewer
強大的正則搜索
hg grep
查看狀態
hg status
與團隊共享
分支
bzr branch to_path
獲取其它倉庫的變更
bzr pull from_path
向其它倉庫發布變更
bzr push to_path
發布單個補丁
bzr send -o to.patch
接受補丁
bzr merge from.patch
克隆
hg clone to_path
獲取其它倉庫的變更
hg pull from_path
向其它倉庫發布變更
hg push to_path
發布單個補丁
hg send -o to.patch
接受補丁
hg merge from.patch
每一個版本都是一個分支
顯式加標簽
bzr tag
查看標簽
bzr tags
強大的版本號集合功能
bzr xxx -r [start]..[end]
支持單倉庫顯式分支
hg branch [name]
分支合并
hg merge
顯式加標簽
hg tag
查看標簽
hg tags
變更集
changesets
Bazaar 勝出!
智能文件修改
版本號集合處理
方便的補丁傳遞
支持HTTP服務
支持FTP服務
支持SFTP服務
內置友好的Bazaar Smart Server
Mercurial 勝出!
小烏龜安裝方便
Windows安裝包友好
健壯的跨平台工作能力
強大的正則表達式匹配

More Related Content

Viewers also liked

Деньги, которые не мотивируют
Деньги, которые не мотивируютДеньги, которые не мотивируют
Деньги, которые не мотивируют
Denis Petelin
 
Info.nl / Social Marketing - Facebook lab 11/11/2010
Info.nl / Social Marketing - Facebook lab 11/11/2010Info.nl / Social Marketing - Facebook lab 11/11/2010
Info.nl / Social Marketing - Facebook lab 11/11/2010Lorenzo Pireddu
 
CentOS Virt SIG - Community virtualization packages on an immutable core
CentOS Virt SIG - Community virtualization packages on an immutable coreCentOS Virt SIG - Community virtualization packages on an immutable core
CentOS Virt SIG - Community virtualization packages on an immutable core
The Linux Foundation
 
Xen Project Release and Roadmap Process
Xen Project Release and Roadmap ProcessXen Project Release and Roadmap Process
Xen Project Release and Roadmap Process
The Linux Foundation
 
Xen Overview Q3 2009
Xen Overview Q3 2009Xen Overview Q3 2009
Xen Overview Q3 2009
The Linux Foundation
 
LFCOLLAB15: Xen 4.5 and Beyond
LFCOLLAB15: Xen 4.5 and BeyondLFCOLLAB15: Xen 4.5 and Beyond
LFCOLLAB15: Xen 4.5 and Beyond
The Linux Foundation
 
Configuring OpenStack to Use the Xen Project Hypervisor
Configuring OpenStack to Use the Xen Project HypervisorConfiguring OpenStack to Use the Xen Project Hypervisor
Configuring OpenStack to Use the Xen Project Hypervisor
The Linux Foundation
 
Xen Cloud Platform at Build a Cloud Day at SCALE 10x
Xen Cloud Platform at Build a Cloud Day at SCALE 10x Xen Cloud Platform at Build a Cloud Day at SCALE 10x
Xen Cloud Platform at Build a Cloud Day at SCALE 10x The Linux Foundation
 
Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)
Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)
Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)The Linux Foundation
 
陈正 Introduction to-sae_python
陈正   Introduction to-sae_python陈正   Introduction to-sae_python
陈正 Introduction to-sae_python
Zoom Quiet
 
Why Choose Xen For Your Cloud?
Why Choose Xen For Your Cloud? Why Choose Xen For Your Cloud?
Why Choose Xen For Your Cloud?
The Linux Foundation
 
111218 zhtechparty-zd-浅谈symbian开发
111218 zhtechparty-zd-浅谈symbian开发111218 zhtechparty-zd-浅谈symbian开发
111218 zhtechparty-zd-浅谈symbian开发Zoom Quiet
 
Sql Alchemy Story
Sql Alchemy StorySql Alchemy Story
Sql Alchemy Story
Zoom Quiet
 
100305 trac-plugin-dev-intro
100305 trac-plugin-dev-intro100305 trac-plugin-dev-intro
100305 trac-plugin-dev-intro
Zoom Quiet
 
Zh120226techparty jeff kit-ios-toolbox
Zh120226techparty jeff kit-ios-toolboxZh120226techparty jeff kit-ios-toolbox
Zh120226techparty jeff kit-ios-toolbox
Zoom Quiet
 
Xen Project Update LinuxCon Brazil
Xen Project Update LinuxCon BrazilXen Project Update LinuxCon Brazil
Xen Project Update LinuxCon BrazilThe Linux Foundation
 
Import this, that, and the other thing: custom importers
Import this, that, and the other thing: custom importersImport this, that, and the other thing: custom importers
Import this, that, and the other thing: custom importers
Zoom Quiet
 

Viewers also liked (20)

Деньги, которые не мотивируют
Деньги, которые не мотивируютДеньги, которые не мотивируют
Деньги, которые не мотивируют
 
Info.nl / Social Marketing - Facebook lab 11/11/2010
Info.nl / Social Marketing - Facebook lab 11/11/2010Info.nl / Social Marketing - Facebook lab 11/11/2010
Info.nl / Social Marketing - Facebook lab 11/11/2010
 
CentOS Virt SIG - Community virtualization packages on an immutable core
CentOS Virt SIG - Community virtualization packages on an immutable coreCentOS Virt SIG - Community virtualization packages on an immutable core
CentOS Virt SIG - Community virtualization packages on an immutable core
 
Xen Project Release and Roadmap Process
Xen Project Release and Roadmap ProcessXen Project Release and Roadmap Process
Xen Project Release and Roadmap Process
 
Xen Overview Q3 2009
Xen Overview Q3 2009Xen Overview Q3 2009
Xen Overview Q3 2009
 
LFCOLLAB15: Xen 4.5 and Beyond
LFCOLLAB15: Xen 4.5 and BeyondLFCOLLAB15: Xen 4.5 and Beyond
LFCOLLAB15: Xen 4.5 and Beyond
 
Configuring OpenStack to Use the Xen Project Hypervisor
Configuring OpenStack to Use the Xen Project HypervisorConfiguring OpenStack to Use the Xen Project Hypervisor
Configuring OpenStack to Use the Xen Project Hypervisor
 
Xen in the Cloud at SCALE 10x
Xen in the Cloud at SCALE 10xXen in the Cloud at SCALE 10x
Xen in the Cloud at SCALE 10x
 
Xen Cloud Platform at Build a Cloud Day at SCALE 10x
Xen Cloud Platform at Build a Cloud Day at SCALE 10x Xen Cloud Platform at Build a Cloud Day at SCALE 10x
Xen Cloud Platform at Build a Cloud Day at SCALE 10x
 
Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)
Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)
Xen cloud platform v1.1 (given at Build a Cloud Day in Antwerp)
 
陈正 Introduction to-sae_python
陈正   Introduction to-sae_python陈正   Introduction to-sae_python
陈正 Introduction to-sae_python
 
Xen time machine
Xen time machineXen time machine
Xen time machine
 
Why Choose Xen For Your Cloud?
Why Choose Xen For Your Cloud? Why Choose Xen For Your Cloud?
Why Choose Xen For Your Cloud?
 
111218 zhtechparty-zd-浅谈symbian开发
111218 zhtechparty-zd-浅谈symbian开发111218 zhtechparty-zd-浅谈symbian开发
111218 zhtechparty-zd-浅谈symbian开发
 
Sql Alchemy Story
Sql Alchemy StorySql Alchemy Story
Sql Alchemy Story
 
Aplura virtualization slides
Aplura virtualization slidesAplura virtualization slides
Aplura virtualization slides
 
100305 trac-plugin-dev-intro
100305 trac-plugin-dev-intro100305 trac-plugin-dev-intro
100305 trac-plugin-dev-intro
 
Zh120226techparty jeff kit-ios-toolbox
Zh120226techparty jeff kit-ios-toolboxZh120226techparty jeff kit-ios-toolbox
Zh120226techparty jeff kit-ios-toolbox
 
Xen Project Update LinuxCon Brazil
Xen Project Update LinuxCon BrazilXen Project Update LinuxCon Brazil
Xen Project Update LinuxCon Brazil
 
Import this, that, and the other thing: custom importers
Import this, that, and the other thing: custom importersImport this, that, and the other thing: custom importers
Import this, that, and the other thing: custom importers
 

Similar to 080329 dvcs-vs

客服系統的軟體架設計分享
客服系統的軟體架設計分享客服系統的軟體架設計分享
客服系統的軟體架設計分享
Johnson Gau
 
Visual studio 2012 與 asp.net 4.5 (新功能與開發介紹) 第四天
Visual studio 2012 與 asp.net 4.5 (新功能與開發介紹) 第四天Visual studio 2012 與 asp.net 4.5 (新功能與開發介紹) 第四天
Visual studio 2012 與 asp.net 4.5 (新功能與開發介紹) 第四天
Gelis Wu
 
歡迎加入軟體構築行列
歡迎加入軟體構築行列歡迎加入軟體構築行列
歡迎加入軟體構築行列
Chris Wang
 
腾讯大讲堂30 运维工具让你的开发运营更轻松
腾讯大讲堂30 运维工具让你的开发运营更轻松腾讯大讲堂30 运维工具让你的开发运营更轻松
腾讯大讲堂30 运维工具让你的开发运营更轻松Michael Zhang
 
腾讯大讲堂30 运维工具让你的开发运营更轻松
腾讯大讲堂30 运维工具让你的开发运营更轻松腾讯大讲堂30 运维工具让你的开发运营更轻松
腾讯大讲堂30 运维工具让你的开发运营更轻松areyouok
 
Scrum gathering 2012 shanghai 产品管理及用户体验 分会场:敏捷的hard模式 产品经理视角(窦涵之)
Scrum gathering 2012 shanghai 产品管理及用户体验 分会场:敏捷的hard模式 产品经理视角(窦涵之)Scrum gathering 2012 shanghai 产品管理及用户体验 分会场:敏捷的hard模式 产品经理视角(窦涵之)
Scrum gathering 2012 shanghai 产品管理及用户体验 分会场:敏捷的hard模式 产品经理视角(窦涵之)
LetAgileFly
 
浅谈架构升级
浅谈架构升级浅谈架构升级
浅谈架构升级
Hardway Hou
 
Sec.2 dcc圖文管理系統
Sec.2 dcc圖文管理系統Sec.2 dcc圖文管理系統
Sec.2 dcc圖文管理系統
道成資訊股份有限公司
 
前端开发规范
前端开发规范前端开发规范
前端开发规范aNd1coder
 
Top100summit 腾讯-周健-服务化与体系化解决大量定制小项目开发困境
Top100summit 腾讯-周健-服务化与体系化解决大量定制小项目开发困境Top100summit 腾讯-周健-服务化与体系化解决大量定制小项目开发困境
Top100summit 腾讯-周健-服务化与体系化解决大量定制小项目开发困境drewz lin
 
0506 Windows Server 2008 終端機服務
0506 Windows Server 2008 終端機服務0506 Windows Server 2008 終端機服務
0506 Windows Server 2008 終端機服務Timothy Chen
 
《流程制度化、經驗資產化.持續改善不間​斷、永續成長不是夢》
《流程制度化、經驗資產化.持續改善不間​斷、永續成長不是夢》《流程制度化、經驗資產化.持續改善不間​斷、永續成長不是夢》
《流程制度化、經驗資產化.持續改善不間​斷、永續成長不是夢》
Andy Liu
 
QCon - Engineering Productivity in Large Scale Development
QCon - Engineering Productivity in Large Scale DevelopmentQCon - Engineering Productivity in Large Scale Development
QCon - Engineering Productivity in Large Scale Development
Vincent Xia
 
QCon - 支持百度万人开发的工具装备及百度工程效率提升实践
QCon - 支持百度万人开发的工具装备及百度工程效率提升实践 QCon - 支持百度万人开发的工具装备及百度工程效率提升实践
QCon - 支持百度万人开发的工具装备及百度工程效率提升实践 Vincent Xia
 
An overview of virtual machine architectures
An overview of virtual machine architecturesAn overview of virtual machine architectures
An overview of virtual machine architecturesLishi He
 
应用开发一般工作流程和注意
应用开发一般工作流程和注意应用开发一般工作流程和注意
应用开发一般工作流程和注意
cucued
 
Mocha Bsm
Mocha BsmMocha Bsm
Mocha Bsm
王 莆中
 
民间秘方
民间秘方民间秘方
民间秘方dynasty
 
實踐 Clean Architecture(實作高可用性的軟件架構)
實踐 Clean Architecture(實作高可用性的軟件架構)實踐 Clean Architecture(實作高可用性的軟件架構)
實踐 Clean Architecture(實作高可用性的軟件架構)
Gelis Wu
 

Similar to 080329 dvcs-vs (20)

客服系統的軟體架設計分享
客服系統的軟體架設計分享客服系統的軟體架設計分享
客服系統的軟體架設計分享
 
Visual studio 2012 與 asp.net 4.5 (新功能與開發介紹) 第四天
Visual studio 2012 與 asp.net 4.5 (新功能與開發介紹) 第四天Visual studio 2012 與 asp.net 4.5 (新功能與開發介紹) 第四天
Visual studio 2012 與 asp.net 4.5 (新功能與開發介紹) 第四天
 
SCM第一讲
SCM第一讲SCM第一讲
SCM第一讲
 
歡迎加入軟體構築行列
歡迎加入軟體構築行列歡迎加入軟體構築行列
歡迎加入軟體構築行列
 
腾讯大讲堂30 运维工具让你的开发运营更轻松
腾讯大讲堂30 运维工具让你的开发运营更轻松腾讯大讲堂30 运维工具让你的开发运营更轻松
腾讯大讲堂30 运维工具让你的开发运营更轻松
 
腾讯大讲堂30 运维工具让你的开发运营更轻松
腾讯大讲堂30 运维工具让你的开发运营更轻松腾讯大讲堂30 运维工具让你的开发运营更轻松
腾讯大讲堂30 运维工具让你的开发运营更轻松
 
Scrum gathering 2012 shanghai 产品管理及用户体验 分会场:敏捷的hard模式 产品经理视角(窦涵之)
Scrum gathering 2012 shanghai 产品管理及用户体验 分会场:敏捷的hard模式 产品经理视角(窦涵之)Scrum gathering 2012 shanghai 产品管理及用户体验 分会场:敏捷的hard模式 产品经理视角(窦涵之)
Scrum gathering 2012 shanghai 产品管理及用户体验 分会场:敏捷的hard模式 产品经理视角(窦涵之)
 
浅谈架构升级
浅谈架构升级浅谈架构升级
浅谈架构升级
 
Sec.2 dcc圖文管理系統
Sec.2 dcc圖文管理系統Sec.2 dcc圖文管理系統
Sec.2 dcc圖文管理系統
 
前端开发规范
前端开发规范前端开发规范
前端开发规范
 
Top100summit 腾讯-周健-服务化与体系化解决大量定制小项目开发困境
Top100summit 腾讯-周健-服务化与体系化解决大量定制小项目开发困境Top100summit 腾讯-周健-服务化与体系化解决大量定制小项目开发困境
Top100summit 腾讯-周健-服务化与体系化解决大量定制小项目开发困境
 
0506 Windows Server 2008 終端機服務
0506 Windows Server 2008 終端機服務0506 Windows Server 2008 終端機服務
0506 Windows Server 2008 終端機服務
 
《流程制度化、經驗資產化.持續改善不間​斷、永續成長不是夢》
《流程制度化、經驗資產化.持續改善不間​斷、永續成長不是夢》《流程制度化、經驗資產化.持續改善不間​斷、永續成長不是夢》
《流程制度化、經驗資產化.持續改善不間​斷、永續成長不是夢》
 
QCon - Engineering Productivity in Large Scale Development
QCon - Engineering Productivity in Large Scale DevelopmentQCon - Engineering Productivity in Large Scale Development
QCon - Engineering Productivity in Large Scale Development
 
QCon - 支持百度万人开发的工具装备及百度工程效率提升实践
QCon - 支持百度万人开发的工具装备及百度工程效率提升实践 QCon - 支持百度万人开发的工具装备及百度工程效率提升实践
QCon - 支持百度万人开发的工具装备及百度工程效率提升实践
 
An overview of virtual machine architectures
An overview of virtual machine architecturesAn overview of virtual machine architectures
An overview of virtual machine architectures
 
应用开发一般工作流程和注意
应用开发一般工作流程和注意应用开发一般工作流程和注意
应用开发一般工作流程和注意
 
Mocha Bsm
Mocha BsmMocha Bsm
Mocha Bsm
 
民间秘方
民间秘方民间秘方
民间秘方
 
實踐 Clean Architecture(實作高可用性的軟件架構)
實踐 Clean Architecture(實作高可用性的軟件架構)實踐 Clean Architecture(實作高可用性的軟件架構)
實踐 Clean Architecture(實作高可用性的軟件架構)
 

More from Zoom Quiet

42qu thrift1
42qu thrift142qu thrift1
42qu thrift1
Zoom Quiet
 
产品信息收集系统Infoc的演变
产品信息收集系统Infoc的演变产品信息收集系统Infoc的演变
产品信息收集系统Infoc的演变
Zoom Quiet
 
01s0401 go,互联网时代的c语言 许式伟
01s0401 go,互联网时代的c语言   许式伟01s0401 go,互联网时代的c语言   许式伟
01s0401 go,互联网时代的c语言 许式伟
Zoom Quiet
 
Zoz pwned-by-the-owner-表惹程序猿
Zoz pwned-by-the-owner-表惹程序猿Zoz pwned-by-the-owner-表惹程序猿
Zoz pwned-by-the-owner-表惹程序猿
Zoom Quiet
 
金山云查询系统改进之路1
金山云查询系统改进之路1金山云查询系统改进之路1
金山云查询系统改进之路1
Zoom Quiet
 
Zh120226techparty velocity2011-review
Zh120226techparty velocity2011-reviewZh120226techparty velocity2011-review
Zh120226techparty velocity2011-review
Zoom Quiet
 
Velocity2011分享
Velocity2011分享Velocity2011分享
Velocity2011分享
Zoom Quiet
 
111218 zhtechparty-panda讲稿
111218 zhtechparty-panda讲稿111218 zhtechparty-panda讲稿
111218 zhtechparty-panda讲稿Zoom Quiet
 
111218 zhtechparty-移动互联网产品需求分析
111218 zhtechparty-移动互联网产品需求分析111218 zhtechparty-移动互联网产品需求分析
111218 zhtechparty-移动互联网产品需求分析Zoom Quiet
 
ImpoImport this, that, and the other thing: custom importersrt not for_y
ImpoImport this, that, and the other thing: custom importersrt not for_yImpoImport this, that, and the other thing: custom importersrt not for_y
ImpoImport this, that, and the other thing: custom importersrt not for_y
Zoom Quiet
 
金山卫士界面框架
金山卫士界面框架金山卫士界面框架
金山卫士界面框架
Zoom Quiet
 
111030 gztechparty-小路-云时代的mysql
111030 gztechparty-小路-云时代的mysql111030 gztechparty-小路-云时代的mysql
111030 gztechparty-小路-云时代的mysql
Zoom Quiet
 
111030 gztechparty-小路-sophia
111030 gztechparty-小路-sophia111030 gztechparty-小路-sophia
111030 gztechparty-小路-sophia
Zoom Quiet
 
080328 linux2 bsd
080328 linux2 bsd080328 linux2 bsd
080328 linux2 bsd
Zoom Quiet
 
110929 kn-手机软件测试
110929 kn-手机软件测试110929 kn-手机软件测试
110929 kn-手机软件测试
Zoom Quiet
 
Socialmediaaroundtheworld2011
Socialmediaaroundtheworld2011Socialmediaaroundtheworld2011
Socialmediaaroundtheworld2011Zoom Quiet
 
110925 zdparty-正点闹钟产品分享
110925 zdparty-正点闹钟产品分享110925 zdparty-正点闹钟产品分享
110925 zdparty-正点闹钟产品分享
Zoom Quiet
 

More from Zoom Quiet (20)

42qu thrift1
42qu thrift142qu thrift1
42qu thrift1
 
产品信息收集系统Infoc的演变
产品信息收集系统Infoc的演变产品信息收集系统Infoc的演变
产品信息收集系统Infoc的演变
 
Go courseday3
Go courseday3Go courseday3
Go courseday3
 
Go courseday2
Go courseday2Go courseday2
Go courseday2
 
Go courseday1
Go courseday1Go courseday1
Go courseday1
 
01s0401 go,互联网时代的c语言 许式伟
01s0401 go,互联网时代的c语言   许式伟01s0401 go,互联网时代的c语言   许式伟
01s0401 go,互联网时代的c语言 许式伟
 
Zoz pwned-by-the-owner-表惹程序猿
Zoz pwned-by-the-owner-表惹程序猿Zoz pwned-by-the-owner-表惹程序猿
Zoz pwned-by-the-owner-表惹程序猿
 
金山云查询系统改进之路1
金山云查询系统改进之路1金山云查询系统改进之路1
金山云查询系统改进之路1
 
Zh120226techparty velocity2011-review
Zh120226techparty velocity2011-reviewZh120226techparty velocity2011-review
Zh120226techparty velocity2011-review
 
Velocity2011分享
Velocity2011分享Velocity2011分享
Velocity2011分享
 
111218 zhtechparty-panda讲稿
111218 zhtechparty-panda讲稿111218 zhtechparty-panda讲稿
111218 zhtechparty-panda讲稿
 
111218 zhtechparty-移动互联网产品需求分析
111218 zhtechparty-移动互联网产品需求分析111218 zhtechparty-移动互联网产品需求分析
111218 zhtechparty-移动互联网产品需求分析
 
ImpoImport this, that, and the other thing: custom importersrt not for_y
ImpoImport this, that, and the other thing: custom importersrt not for_yImpoImport this, that, and the other thing: custom importersrt not for_y
ImpoImport this, that, and the other thing: custom importersrt not for_y
 
金山卫士界面框架
金山卫士界面框架金山卫士界面框架
金山卫士界面框架
 
111030 gztechparty-小路-云时代的mysql
111030 gztechparty-小路-云时代的mysql111030 gztechparty-小路-云时代的mysql
111030 gztechparty-小路-云时代的mysql
 
111030 gztechparty-小路-sophia
111030 gztechparty-小路-sophia111030 gztechparty-小路-sophia
111030 gztechparty-小路-sophia
 
080328 linux2 bsd
080328 linux2 bsd080328 linux2 bsd
080328 linux2 bsd
 
110929 kn-手机软件测试
110929 kn-手机软件测试110929 kn-手机软件测试
110929 kn-手机软件测试
 
Socialmediaaroundtheworld2011
Socialmediaaroundtheworld2011Socialmediaaroundtheworld2011
Socialmediaaroundtheworld2011
 
110925 zdparty-正点闹钟产品分享
110925 zdparty-正点闹钟产品分享110925 zdparty-正点闹钟产品分享
110925 zdparty-正点闹钟产品分享
 

080329 dvcs-vs