JavaWeb
Dk.Chen
nothing
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
启动Httpd服务失败
启动httpd服务失败,报错:Job for httpd.service failed because the control process exited with error code.See "systemctl status httpd.service" and "journalctl -xe" for details原创 2017-09-23 13:43:20 · 14985 阅读 · 4 评论 -
利用ajax从jsp中返回的字符串时出现回车符号解决办法
问题背景:通过ajax来实现检测用户名,若用户名已存在,则提示已存在并且清空文本框;若不存在则提示可用。在checkname.jsp中写的时候,通过out.write();返回提示,在index.jsp中通过if语句判断返回的字符串情况,发现if总是执行了false的部分。于是将out.write();里的"fail"改为数字1,检测,失败。if中判断的是 " =="1" ",改变方式,判断"原创 2017-03-18 11:53:37 · 2398 阅读 · 0 评论
分享