首页>代码>基于jsp+servlet的在线商城系统设计(可做期末设计)>/EasyBuy/src/com/hr/Servlet/CheckNameServlet.java
package com.hr.Servlet;


import java.io.IOException;
import java.io.PrintWriter;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import com.hr.dao.EASYBUY_USERDao;
import com.hr.util.EncodeUtil;

public class CheckNameServlet extends HttpServlet {
@Override
protected void service(HttpServletRequest req, HttpServletResponse resp)
		throws ServletException, IOException {
	EncodeUtil.encode(req);
	resp.setContentType("text/html;charset=utf-8");
	String name = req.getParameter("name");
	int  count=EASYBUY_USERDao.selectByName(name);
	PrintWriter out = resp.getWriter();
	 if(count>0){
		out.print("false");
	}else{
		out.print("true");
	}
	out.close();
}
}
最近下载更多
blank_  LV2 8月20日
TY0165  LV20 6月19日
kuyedie  LV1 6月17日
qtingchh  LV3 5月3日
微信网友_6680567232876544  LV8 2023年10月11日
zj20020510  LV5 2023年9月18日
SDLFJL  LV6 2023年7月25日
zhumeng168  LV5 2023年7月12日
joker1branch  LV5 2023年6月19日
saonan  LV3 2023年6月13日
最近浏览更多
ffcbgdg 11月6日
暂无贡献等级
163464asdf 7月10日
暂无贡献等级
3038169233  LV1 6月29日
blank_  LV2 6月28日
liyan54188  LV2 6月25日
sdaijdiafafon 6月23日
暂无贡献等级
TY0165  LV20 6月19日
暂无贡献等级
ahhhahhhahhh  LV1 6月17日
kuyedie  LV1 6月17日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友