`
fauvism
  • 浏览: 13134 次
  • 性别: Icon_minigender_1
  • 来自: 火星
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
发信人: FZD (防撞墩/没进前5,羞愧), 信区: Joke 标  题: [合集] 诗句 发信站: 水木社区 (Tue Jan 19 22:58:40 2010), 站内 ☆─────────────────────────────────────☆    shenxinwei06 (萧萧) 于  (Mon Jan 18 22:10:33 2010)  提到: 日照香炉生紫烟,一行白鹭上青天,横眉冷对千夫指,朝辞白帝彩云间。 红酥手,黄藤酒,两个黄鹂鸣翠柳。 粪土当年万户侯,路见不平一声吼。 壮士饥参胡虏肉,劝君更尽一杯酒。 夜深忽梦少年事,唯梦闲人不梦君 白日放歌须纵酒 ...
Explain the main advantages of an object oriented approach to system design including the effect of encapsulation, inheritance, and the use of interfaces on architectural characteristics. There are three major features in object-oriented programming: encapsulation, inheritance and polymorphism. E ...
SRP(The Single Responsibility Principle) 单一职责原则 TBD
原文:http://fauvism.iteye.com/blog/568610 类设计五大原则: SRP 单一职责原则一个类应该有且仅有一个需要改变理由。 OCP 开闭原则你可以扩展一个类的行为而不用修改它。 LSP 里氏替换原则派生类必须可以替换它的基类。 DIP 依赖倒置原则依赖于抽象而不依赖具体实现。ISP 接口分隔原则制作客户端特定的精细接口。 下面是六个关于包的原则。 这里的“包”指的是一个二进制可交付构件,就像java jar文件和dll文件,而不是java包和c++ namespace这样的命名空间。 前三个是关于包的内聚性的原则,这些原则告诉我们什么东西应该放在包中,什么东 ...
What is object oriented design? What is it all about? What are it's benefits? What are it's costs? It may seem silly to ask these questions in a day and age when virtually every software developer is using an object oriented language of some kind. Yet the question is important because, it seems to me ...
Section 1: Application Design Concepts and Principles Explain the main advantages of an object-oriented approach to system design including the effect of encapsulation, inheritance, and use of interfaces on architectural characteristics. Detail: http://fauvism.iteye.com/blog/573492 Describe ho ...
1、查询当前数据库的排序规则(编码) select * from ::fn_helpcollations() 2、执行SQL语句 alter database xxx collate yyy xxx - DB name yyy - 字符集 name
在 Spring 中一共定义了七种事务传播属性: PROPAGATION_REQUIRED -- 支持当前事务,如果当前没有事务,就新建一个事务。这是最常见的选择。 PROPAGATION_SUPPORTS -- 支持当前事务,如果当前没有事务,就以非事务方式执行。 PROPAGATION_MA ...
名词解释Portal 门户,提供包括内容聚合、单点登陆、个性化定制和安全管理等服务的基础Web平台。PortletPortlet是基于web的Java组件。它由Portlet容器管理,能够处理请求,产生动态内容。Portlet被Portal用作为可插拔的用户接口组件,为信息系统提供展现。由Portlet动态产生的内容也被叫做fragment。fragment是遵循某种规则的标记(例如:HTML, XHTML,WML),可与其他的fragment一起建立一个完整的文档。一般一个Portlet产生的内容和其他的Portlet产生的内容聚集在一起形成Portal网页。Portlet Container ...
设计系统之初一定要考虑一下特殊字符的处理,特别是用户输入的内容。这两天遇到了这方面的bug,单引号,斜杠啥的在sql里面会造成异常。需要用org.apache.commons.lang的StringEscapeUtils处理一下。

开张了

开张一个博客吧,用于知识整理记录。发现干我们这一行不记录是不行了,很多以前搞过的东西都忘了,好脑瓜不如烂笔头,曾经的导师讲的。
Global site tag (gtag.js) - Google Analytics