You cannot post messages because only members can post, and you are not currently a member.
Description:
Research the Software Engineering about OOP, Design Pattern, Refactoring, TDD, XP. Mainly, we are focus on the Software Design using these knowledge. We expect we can organize the exciting team.
|
|
|
Hibernate怎样处理多对多关系中关系表有主键的问题
|
| |
两张表 是多对多的 分别为A B 中间关系表为AtoB 一般情况下,AtoB是没有主键的 但怎样处理AtoB有主键的情况呢? 也就是保存这两张表时 现在是这样的语句:insert into AtoB (A_id, B_id) values (?, ?) 怎样实现:insert into AtoB (AtoB_id,A_id, B_id) values (?,?, ?)... more »
|
|
测试部门在小型项目组中如何发挥作用呢
|
| |
我所在的公司目前以IT项目为主,有面向国内大型公司的项目,也 有外包项目。国内的公司前几年对于测试关心不足,开发人员亲自测 试、项目管理人员兼顾测试的现象是十分普遍的。从这几年做项目的 情况来看,随着公司规模的逐渐扩大,人员水平差距变大,继续使用 原先的开发手段,产品质量难免有所下降。目前公司从管理层也意识 到了专职的测试人员的重要性,但是没有这样的经验,无法让测试人 员融合到项目组中顺利的开展工作,不能发挥应有的作用。各位有没 有类似的经验呢,可以交流一下。... more »
|
|
大家来谈谈企业开发中的模式的使用
|
| |
企业开发中, 模式的使用情况如何, 大家在实际的项目中如何使用o/r m? 如果不使用又如何充分发挥oo以及dp的作用? 希望大家能发表一下各自的意见.
|
|
Invitation
|
| |
Samuel Chen has invited you to join hi5. By joining hi5, you will be connected to Samuel and all of Samuel's friends.
hi5 is the place where friends meet. You can use hi5 for the following purposes:
* Find old friends
* Meet new people
* Browse photos
Join Samuel, meet Samuel's friends, and meet people that share your interests now!... more »
|
|
有关AOP的问题
|
| |
AOP作为OOP的扩展,当然有着很大的作用,有关的应用和疑问 希望大家在这里share一下
|
|
O/R Mapper 的一些问题
|
| |
O/R Mapper 是什么?能为我们带来什么? O/R Mapper 和Code Generator的区别是什么? 使用O/R Mapper 的动态SQL语言和使用Store Procedure的利弊. O/R Mapper使用Attribute还是Mapping file?各自的利弊.
|
|
|