java_servlet_dao多条件数据库查询(条件可能为空的情况)
天狐 13年前 (2013-05-01) 9519浏览 0评论
servlet中部分代码 String ptype1 = request.getParameter("ptype"); int ptype = 10; if (ptype1 != null) { ptype = In...
天狐 13年前 (2013-05-01) 9519浏览 0评论
servlet中部分代码 String ptype1 = request.getParameter("ptype"); int ptype = 10; if (ptype1 != null) { ptype = In...
天狐 14年前 (2012-06-04) 16365浏览 2评论
public class Calculator { public int Jia(int a,int b){ return a+b; } public int Jian(int a,int b){ ...
天狐 15年前 (2011-06-05) 11408浏览 1评论
i'm jakey[......] Read more ...