E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Refactoring
Hibernate最佳实践
这将有利于代码重用和简化代码重构(
refactoring
)的工作。 对持久类声明标识符属性( identifier properties)。
forchenyun
·
2009-09-26 16:00
设计模式
数据结构
Hibernate
bean
jdbc
Bad Smell &
Refactoring
原创作者: 王杲杲 Bad Smells &
Refactoring
1 题记 Any fool can write code that a computer can understand
micc010
·
2009-09-08 23:00
设计模式
数据结构
企业应用
UML
rack
31天重构指南
原文地址:http://www.infoq.com/cn/news/2009/09/31-days-of-
refactoring
作者赵劼发布于2009年9月6日上午11时52分代码重构(
refactoring
chgaowei
·
2009-09-07 21:00
互联网
扩展
UP
Refactoring
31天重构指南
原文地址:http://www.infoq.com/cn/news/2009/09/31-days-of-
refactoring
作者 赵劼 发布于 2009年9月6日 上午11时52分 代
tibaloga
·
2009-09-07 21:00
重构
31天重构指南
代码重构(
refactoring
)是指在保持程序外部表现不变的情况下改变其内部实现的做法。重构的目标主要是改进程序的内部质量,例如增加代码 可读性,简化代码结构,增强可维护性、性能或扩展性。
julyboxer
·
2009-09-07 17:00
互联网
UP
Eclipse(3.3)高级技巧(一)
2.Eclipse中加入了重构脚本(
Refactoring
Script),如果用户经常有重复的重构的话,可以再refactor菜单里面选择Create Script可以把
tmrp
·
2009-09-07 11:00
java
eclipse
脚本
31天重构指南
代码重构(
refactoring
)是指在保持程序外部表现不变的情况下改变其内部实现的做法。重构的目标主要是改进程序的内部质量,例如增加代码可读性,简化代码结构,增强可维护性、性能或扩展性。
赵劼
·
2009-09-07 00:00
OpenNMS Ant Build
=================== $Id: build.xml 5175 2006-11-19 01:20:21Z djgregor $ Build file for OpenNMS
Refactoring
diy8187
·
2009-08-27 18:00
Web
log4j
ant
PostgreSQL
cvs
重构: 使用替换丑陋的if else代码
使用Enum替换int常量 这一步比较简单,先创建一个enum类 package de.jingge.
refactoring
; public enum SystemState {
eimhee
·
2009-08-25 12:00
JUnit
简单介绍eclipse中的重构
对应扩展点即为: org.eclipse.ltk.core.
refactoring
.renameParticipants org.eclipse.ltk.core.
refactoring
.moveParticipants
defrag_sly
·
2009-08-13 11:00
eclipse
xml
PHP
UI
别动不动拿重构说事
http://blog.csdn.net/xiammy/archive/2007/05/23/1621690.aspx 自从Martin Fowler先生将
Refactoring
fangwei
·
2009-08-05 09:00
.net
单元测试
软件测试
Blog
6 Steps To
Refactoring
Rails (for Mere Mortals)
阅读更多SinceDecember,Railshasundergoneafairlysignificantinternal
refactoring
inquiteanumberofareas.Whileitwasquitetrickyatfirst
xf986321
·
2009-07-31 11:00
Rails
Ruby
UP
Git
Go
6 Steps To
Refactoring
Rails (for Mere Mortals)
; Since December, Rails has undergone a fairly significant internal
refactoring
xf986321
·
2009-07-31 11:00
git
Ruby
UP
Rails
Go
软件开发中的自测程序
软件开发中的自测程序 近来一段时间,我一直在迷恋MartinFowler的
Refactoring
:ImprovingtheDesignofExistingCode(重构――改善既有代码的设计)
realzjy
·
2009-07-21 17:03
.net
测试
结构
休闲
自测程序
软件开发中的自测程序
软件开发中的自测程序 近来一段时间,我一直在迷恋MartinFowler的
Refactoring
:ImprovingtheDesignofExistingCode(重构――改善既有代码的设计)
realzjy
·
2009-07-21 17:03
.net
测试
结构
休闲
自测程序
软件开发中的自测程序
软件开发中的自测程序近来一段时间,我一直在迷恋MartinFowler的
Refactoring
:ImprovingtheDesignofExistingCode(重构——改善既有代码的设计)这本书。
realzjy
·
2009-07-21 17:03
.net
测试
结构
我的开发心得
代码重构
重构(
Refactoring
)就是在不改变软件现有功能的基础上,通过调整程序代码改善软件的质量、性能,使其程序的设计模式和架构更趋合理,提高软件的扩展性和维护性。
gangqinjiawang
·
2009-07-13 21:00
优化
数据库
database
performance
interface
Refactoring
停下来重构?
上的
Refactoring
小组里面发表了下面的帖子,引发了激烈讨论: 最近几年,我听到有一些
zhaoshg
·
2009-06-26 10:00
工作
XP
Yahoo
敏捷开发
音乐
停下来重构?
上的
Refactoring
小组里面发表了下面的帖子,引发了激烈讨论: 最近几年,我听到有一些
zhaoshg
·
2009-06-26 10:00
工作
XP
Yahoo
敏捷开发
音乐
TDD中如何(何时?)产生基础功能(infrastructure)?
我有一个TDD的疑问,在一个真正的TDD项目中,所有的代码都应该来自两个步骤:1.完成一个失败的test case.2.重构(
Refactoring
),那么通过这两个步骤能得到一些软件的基础功能吗?
melanhen
·
2009-06-24 11:00
struct
停下来重构?
上的
Refactoring
小组里面发表了下面的帖子,引发了激烈讨论:最近几年,我听到有一些人说只有在开发用户故事的时候才能重构。我从来都不赞同这个说法,因为我觉得有的情况只需要偿还技术债。
Amr Elssamadisy
·
2009-06-23 00:00
学java应该会的和看的
—《Design patterns: Elements of Reusable Object Oriented Software》 破枪式——《Core J2EE Patterns》 破鞭式——《
Refactoring
wataxi
·
2009-06-17 23:00
java
jdk
tomcat
编程
企业应用
重构之开篇总结
去中关村买了本书<
Refactoring
>。 1.what?
haojie
·
2009-06-14 20:00
工作
放弃ddd ,根本的p
refactoring
呵呵,认真读完p
refactoring
.感觉joltaward确实牛。ddd根本没有进去名单,也有一定道理。所以,beautifulcode也要好好读。planwhatsyouplan?
stephen80
·
2009-05-26 10:00
Security
UP
AIR
一次
Refactoring
to Fuctionality 的实践
关于重构重构是一种改善已有代码和设计的有效手段,MartinFowler的著作
Refactoring
:ImprovingtheDesignofExistingCode一书里提出了若干种重构的模式,深刻地影响了众多的开发人员
mingj
·
2009-05-16 17:00
设计模式
Hibernate
UI
软件测试
TDD
一次
Refactoring
to Functionality 的实践
关于重构重构是一种改善已有代码和设计的有效手段,MartinFowler的著作
Refactoring
:ImprovingtheDesignofExistingCode一书里提出了若干种重构的模式,深刻地影响了众多的开发人员
OOPAA
·
2009-05-16 15:00
Eclipse插件Target Management (RSE)
27TargetManagement(RSE)插件的来头很大,据官方介绍该项目将创建数据模型和框架以配置和管理远程系统、连接及其服务,其一直都聚焦于Ganymede发行版的内部APIReview、Cleanup、
Refactoring
loving863
·
2009-05-02 11:00
eclipse
linux
浏览器
ssh
项目管理
Eclipse插件Target Management (RSE)
27TargetManagement(RSE)插件的来头很大,据官方介绍该项目将创建数据模型和框架以配置和管理远程系统、连接及其服务,其一直都聚焦于Ganymede发行版的内部APIReview、Cleanup、
Refactoring
loving863
·
2009-05-02 11:00
eclipse
linux
浏览器
ssh
项目管理
HTML重构:战略篇
《
Refactoring
HTML:ImprovingtheDesignofExistingWebApplications》是一本精彩的HTML重构指南,作者给出了HTML重构的实践路线和方法。
lovnet
·
2009-04-19 22:00
html
浏览器
网络应用
REST
读书
HTML重构:战略篇
《
Refactoring
HTML: Improving the Design of Existing Web Applications》是一本精彩的HTML重构指南,作者给出了HTML
·
2009-04-19 22:00
html
Wince和Windows Mobile下native C++的单元测试
单元测试(UnitTest)已经成为开发过程中不可分割的一部分,也是
refactoring
的基础,在Wince和WindowsMobile开发native C++时可以使用CppUnitLite进行单元测试
wyymaomi
·
2009-04-19 11:00
C++
windows
单元测试
mobile
WinCE
Refactoring
软件的重构
重构(
Refactoring
)就是在不改变软件现有功能的基础上,通过调整程序代码改善软件的质量、性能,使其程序的设计模式和架构更趋合理,提高软件的扩展性和维护性。
digyso888
·
2009-04-12 12:00
Java开发最容易犯的几种错误
他也是
Refactoring
的主要目标之一。代码重复往往来自于copy-and-paste的编程风格。与他相对应OAOO是一个好系统的重要标志。
xjlnjut730
·
2009-04-12 11:00
java
数据结构
编程
算法
OO
Java进阶:Java开发最容易犯的21种错误
他也是
Refactoring
的主要目标之一。代码重复往往来自于copy-and-paste的编程风格。与他相对应OAOO是一个好系统的重要标志。2.Longmethod它是传统结构化的“遗毒”。
精华之王
·
2009-04-11 23:00
Refactoring
Session
Refactoring
(重构)页面上的Session。一个站点,少不了都得用上Session,我们是怎样维护这些Session。
·
2009-04-04 14:00
refactor
C++学习总结
EffectiveC++ BruceEckel ThinkinginC++ 设计模式:GoFDesignPatterns 重构: MartinFowler
Refactoring
tyger
·
2009-03-30 20:00
设计模式
编程
C++
c
语言
Refactoring
Refactoring
Connection To Sql
Refactoring
之后做法如下: 文件格式:.wmv;大小:22,072KB;长度:00:17:32;还包括修改后的程序。
·
2009-03-27 21:00
Connection
Refactoring
Page Head
Refactoring
(重构) asp.net head内容。
·
2009-03-22 20:00
refactor
笔记-重构-改善既有代码的设计(
Refactoring
- Improving the Design of Existing Code)
花了一个星期的时间,大概学习了大话设计模式,这本书通俗易懂,大鸟总是从实际问题引出软件的设计模式,小菜总能在大鸟的指引下一步一步地用设计模式写出越来越完美的答案。这是一本难得书,总让我有迫切地要看完的感觉,同时也让想通了自己在开发软件,维护软件过程中的一些问题。最近实验室在做实验,也不断有更改软件的需求,发现自己比以前多了几份耐心,不会再牢骚的去推诿,而是以平和的心态去改,因为通过看
dxwangtcg
·
2009-03-22 10:33
重构
职场
笔记
休闲
Debug and
Refactoring
昨天一位深圳朋友发过来一个专案,叫Insus.NET帮他看看。 下面是第一次debug的视频: 文件格式:.wmv;大小:70,123KB;长度:00:49:42 下载地址:http://download.cnblogs.com/insus/ASPDOTNET/Debug.zip 重构程序,优化代码,改善冗余代码,由一个二层的架构的程序,改为三层架构的步骤。 文件格式:.wmv;大小:1
·
2009-03-18 00:00
refactor
重构-改善既有代码的设计
Refactoring
- Improving the Design of Existing Code
本书的核心是一份完整的重构名录(catalogof
refactoring
),其中每一项都介绍一种经过实证的代码变换手法(codetr
dxwangtcg
·
2009-03-15 10:50
重构
职场
休闲
Middleware remoting protocol migration
AtNominetwehavesuccessfullymigratedtheremotingprotocolgoverningcommunicationbetweenourclientapplicationsandthesoftwarerunninginthemiddlewarelayer.WehavemovedfromSOAPtoHessian,
refactoring
thebasecodeont
lee79
·
2009-03-06 01:00
spring
REST
Objective-C
SOAP
performance
Middleware remoting protocol migration
AtNominetwehavesuccessfullymigratedtheremotingprotocolgoverningcommunicationbetweenourclientapplicationsandthesoftwarerunninginthemiddlewarelayer.WehavemovedfromSOAPtoHessian,
refactoring
thebasecod
lee79
·
2009-03-06 01:00
SOAP
performance
Spring
REST
Objective-C
Middleware remoting protocol migration
AtNominetwehavesuccessfullymigratedtheremotingprotocolgoverningcommunicationbetweenourclientapplicationsandthesoftwarerunninginthemiddlewarelayer.WehavemovedfromSOAPtoHessian,
refactoring
thebasecod
lee79
·
2009-03-06 01:00
SOAP
performance
Spring
REST
Objective-C
011 重构用户名(第二部分)
Testingand
refactoring
gohandinhand.
Refactoring
isallaboutimprovingcodewithoutchangingitsbehavior.Testingisallaboutmakingsureyoudon'tchangethebehaviorwhileyouareimprovingthecode
fsjoy1983
·
2009-02-18 20:25
职场
休闲
railscasts
011
重构用户名
010 重构用户名(第一部分)
Learnhowtocleanupyourcodethrough
refactoring
.Thisepisodewillshowyouhowtomovecodefromtheviewintothemodeltoremoveduplicationandsimplifytheview
fsjoy1983
·
2009-02-18 20:42
休闲
railscasts
第一部分
重构用户名
010
Java开发中最容易犯的21种错误
他也是
Refactoring
的主要目标之一。代码重复往往来自于copy-and-paste的编程风格。与他相对应OAOO是一个好系统的重要标志。
jiagyao
·
2009-02-18 11:00
java
数据结构
编程
算法
OO
2009/0217 links
PreferGuardClausesovernestedconditionals:http://www.thechrisoshow.com/2009/2/16/using-guard-clauses-in-your-ruby-codehttp://www.
refactoring
.com
xxj
·
2009-02-17 09:00
Ruby
Rails
Scheme
Blog
HTML
2009/0217 links
conditionals: http://www.thechrisoshow.com/2009/2/16/using-guard-clauses-in-your-ruby-code http://www.
refactoring
.com
xxj
·
2009-02-17 09:00
html
Scheme
Blog
Ruby
Rails
2009/0217 links
conditionals: http://www.thechrisoshow.com/2009/2/16/using-guard-clauses-in-your-ruby-code http://www.
refactoring
.com
xxj
·
2009-02-17 09:00
html
Scheme
Blog
Ruby
Rails
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他