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

2012年8月22日

摘要: iBATIS入门程序第一步:author.javapackage com.ibatis; publicclass Author { privateint id; private String name; publicint getId() { return id; } publicvoid setId(int id) { this.id = id; } public String getName() { return name; } publicvoid setName(String name) { this.name = name; } } iBATIS入门程序第二步:author.... 阅读全文

posted @ 2012-08-22 16:14 haoxin 阅读(258) 评论(0) 推荐(0) 编辑

摘要: <chart caption='各地市对比图' xAxisName='' yAxisName='' outCnvBaseFontColor='#000000' showValues='0' decimals='3' formatNumberScale='0' baseFontSize='13' bgAlpha='40' bgColor='#F3EED1' legendPadding='0' slantLabels= 阅读全文

posted @ 2012-08-22 10:38 haoxin 阅读(201) 评论(0) 推荐(0) 编辑