jackyrong

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年2月11日

摘要: 1 用注释 @ContextConfiguration("classpath:beans.xml")public class UserDAOTest extends AbstractJUnit4SpringContextTests{@Resource(name="userDAO")private UserDAO userDAO;@Testpublic void testSave() {this.u... 阅读全文
posted @ 2010-02-11 00:12 jackyrong的世界 阅读(784) 评论(0) 推荐(0) 编辑

摘要: 1 用一个VIEW做为消息提示 btn3.setOnClickListener(new Button.OnClickListener() {public void onClick(View v) {View view = inflateView(R.layout.view);TextView txtMsg = (TextView) view.findViewById(R.id.txtMsg);tx... 阅读全文
posted @ 2010-02-11 00:11 jackyrong的世界 阅读(2991) 评论(1) 推荐(0) 编辑