首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

今天所遇之琐事

2012-11-23 
今日所遇之琐事今天浪费时间有三件事 1.ibatis null 返回 问题 select max(id) from customer改 select nv

今日所遇之琐事
今天浪费时间有三件事
1.ibatis null 返回 问题
select max(id) from customer

select nvl(max(id),0) from customer

jquery validate
debug:true
success:function(){}

ibatis
select * from #tableName#
change to
select * from $tableName$

热点排行