上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 数据表 实体类 注解 必须用@Lob 用@Column 无法修改报错 阅读全文
posted @ 2016-09-02 11:25 涤新云 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 【1】导出 选择项目 文件导出 输入导出路径如f盘ftp文件夹下 【2】利用scr上传服务器工具 上传到 home/tomcat/app/项目名称/ 不导入upload文件 【待完善】 阅读全文
posted @ 2016-09-02 09:50 涤新云 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 1:【定义注解】 2:定义拦截器 3:spring配置 4:方法使用 5:页面使用 需要放在form里面 阅读全文
posted @ 2016-09-01 17:48 涤新云 阅读(3616) 评论(0) 推荐(0) 编辑
摘要: 【参考博客:http://my.oschina.net/mushui/blog/143397】 原理:在新建页面中Session保存token随机码,当保存时验证,通过后删除,当再次点击保存时由于服务器端的Session中已经不存在了,所有无法验证通过。 1.新建注解: 2. 新建拦截器 3. 在S 阅读全文
posted @ 2016-09-01 17:44 涤新云 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 【参考博客:http://www.cnblogs.com/hdwpdx/archive/2016/03/29/5333943.html】 springmvc 用拦截器+token防止重复提交 首先,防止用户重复提交有很多种方式,总体分为前端JS限制和后端限制,我个人认为后端限制比较妥当(本着能做到更 阅读全文
posted @ 2016-09-01 17:40 涤新云 阅读(2285) 评论(1) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2016-09-01 10:28 涤新云 阅读(128) 评论(0) 推荐(0) 编辑
摘要: (1)类用date 注意:如果用string会报错 页面无法使用string(...); (2)数据库表 (3)页面 阅读全文
posted @ 2016-08-30 16:46 涤新云 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 【原文链接】http://blog.csdn.net/wanghuan203/article/details/8698102 阅读全文
posted @ 2016-08-25 17:04 涤新云 阅读(2558) 评论(0) 推荐(0) 编辑
摘要: 【功能1】点击约谈按钮,弹出对话框和遮罩层(自己的叫法 专业叫法没有查) 【部分重点代码】 【下面的方法】 (1)获取系统时间如何实现(2)点击如何实现弹出窗口和遮罩层 【tab切换】 页面效果 【主要代码】 【前端全部代码】 [#escape x as (x)!?html] <!doctype h 阅读全文
posted @ 2016-08-25 12:10 涤新云 阅读(3899) 评论(0) 推荐(0) 编辑
摘要: 【方法一】 <input type="button" onclick="javascript:top.location='网页地址';" value="原窗口打开"><input type="button" onclick="javascript:window.open('网页地址');" valu 阅读全文
posted @ 2016-08-24 09:53 涤新云 阅读(263) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页