摘要: jsp <script type="text/javascript" src="/struts2.0/js/jquery-1.11.3.min.js"></script><script type="text/javascript"> function checkUsername(){ //获取文本框 阅读全文
posted @ 2017-11-15 21:41 无~所~谓 阅读(256) 评论(0) 推荐(0) 编辑
摘要: jsp <script type="text/javascript" src="${pageContext.request.contextPath}/js/jquery-1.8.3.js"></script><script type="text/javascript"> $(function(){ 阅读全文
posted @ 2017-11-15 21:26 无~所~谓 阅读(163) 评论(0) 推荐(0) 编辑
摘要: public class jackson { @Test public void text(){ Product p1 = new Product(); p1.setId(1); p1.setName("电视机"); p1.setPrice(2000); p1.setRelease(new Date 阅读全文
posted @ 2017-11-15 15:34 无~所~谓 阅读(170) 评论(0) 推荐(0) 编辑
摘要: public class FastJsonText { @Test public void text(){ User user1 = new User(); user1.setName("健康"); user1.setAge(18); user1.setId(1); user1.setBirthda 阅读全文
posted @ 2017-11-15 14:25 无~所~谓 阅读(153) 评论(0) 推荐(0) 编辑
摘要: upload.jsp <form action="${pageContext.request.contextPath}/up" method="post" enctype="multipart/form-data"> <input type="file" name="upload"><br> <in 阅读全文
posted @ 2017-11-15 09:37 无~所~谓 阅读(143) 评论(0) 推荐(0) 编辑