会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
鲜橙
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2016年5月24日
Java_得到GET和POST请求URL和参数列表
摘要: 一 获取URL:getRequestURL() 二 获取参数列表: 1.getQueryString() 只适用于GET,比如客户端发送http://localhost/testServlet?a=b&c=d&e=f,通过request.getQueryString()得到的是a=b&c=d&e=f
阅读全文
posted @ 2016-05-24 17:57 鲜橙
阅读(118030)
评论(5)
推荐(7)
2016年2月9日
MySQL_使用时遇到的问题汇总
摘要: 一、data too long for column 'name' at row 1 1、现象:把数据库的字符集编码设置为utf-8,通过DOS界面向表的某一列插入汉字时会遇到类似 data too long for column 'name' at row 1 的错误。 2、错误原因: 3、解决的
阅读全文
posted @ 2016-02-09 16:35 鲜橙
阅读(369)
评论(0)
推荐(0)
2015年12月11日
jQuery Validate(三)
摘要: 这里,我们再说说radio、checkbox、select的验证方式。 1、用新版的写法进行验证。 <!DOCTYPE html> <html> <head> <script src="js/jquery.js"></script> <script src="js/jquery.validate.j
阅读全文
posted @ 2015-12-11 12:53 鲜橙
阅读(960)
评论(0)
推荐(0)
2015年12月10日
jQuery Validate(二)
摘要: 刚刚试了所谓的新版的用法。千万别问我是多新,因为我也不知道。。。 <!DOCTYPE html> <html> <head> <script src="js/jquery.js"></script> <script src="js/jquery.validate.js"></script> <scr
阅读全文
posted @ 2015-12-10 10:55 鲜橙
阅读(710)
评论(0)
推荐(0)
2015年12月9日
jQuery Validate(一)
摘要: jQuery Validate 插件为表单提供了强大的验证功能,让客户端表单验证变得更简单。 但是在学习的过程中,我也遇到了疑惑,网上的很多例子貌似都是依赖jquery.metadata.js这个库,然后在标签里写成class=”required remote” 这样的形式,class本身是呈现样式
阅读全文
posted @ 2015-12-09 22:03 鲜橙
阅读(5086)
评论(0)
推荐(0)
上一页
1
2
公告