摘要: 背景需求: 系统本身的session不能在页面使用 如下: controller: 定义的tld标签和lib同级: mysession.tld 执行标签具体的类是: com.yunzainfo.common.tag.MySessionTag 页面获取用: 阅读全文
posted @ 2016-04-08 17:56 花语苑 阅读(560) 评论(0) 推荐(0)
摘要: 页面引入jquery.validate.min.js 要验证的form,必须是form表单,提交不提交的无所谓 js中如下: 发送的ajax请求如下: 阅读全文
posted @ 2016-04-08 16:58 花语苑 阅读(5695) 评论(0) 推荐(1)
摘要: linux下权限不够 chmod +x 脚本命令 ./脚本命令 即可。。。 sh startup.sh启动tomcat,出现 This file is needed to run this program chmod +x *.sh再次执行 sh startup.sh成功启动 阅读全文
posted @ 2016-04-08 13:47 花语苑 阅读(25291) 评论(0) 推荐(0)