上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: 第一:ajax往后台传参如何串(目前理解是json数组直接传给对象) 第二:ajax返回的数值通过PrintWriter.print方法返回 【参考前台页面关于团队信息是如何实现的】 参考页面userCenterProjectForm1-1.html 增加团队的js代码 $(function(){ $('.am_btn_save').bind('clic... 阅读全文
posted @ 2016-10-25 15:49 涤新云 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 需求:首页众创项目的推荐八个案例规则改变(之前需求是默认每类项目推荐两个,现在需求为四类项目推荐个数随意、总数为八个); 思路:1、查看原有推荐如何完成2、自己建立推荐规则——建立一个单独的表设置项目和推荐的关系(项目di和推荐时间)3、修改每一类项目推荐的代码4、测出新规则是否可行 第一步 查看原 阅读全文
posted @ 2016-10-24 17:49 涤新云 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1 // 通过dom对象完成 注释掉了 2 3 /** 4 function insertRows(){ 5 6 var tempRow=0; 7 var tbl=document.getElementById("dictTbl"); 8 tempRow=tbl.rows.length; 9 var Rows... 阅读全文
posted @ 2016-10-24 11:43 涤新云 阅读(771) 评论(0) 推荐(0) 编辑
摘要: 【http://blog.sina.com.cn/s/blog_625d79410101dbdd.html】 看过前两篇帮助文档 【JPA】 @OneToOne 单向 和 【JPA】@OneToOne 双向 想必大家对级联操作已经充满了好奇和期待吧。那么本文将会想大家介绍JPA的级联保存操作。在此之 阅读全文
posted @ 2016-10-23 18:47 涤新云 阅读(19336) 评论(0) 推荐(0) 编辑
摘要: ajax表单提交 $.ajax({ cache: true, type: "POST", url:ajaxCallUrl, data:$('#yourformid').serialize(),// 你的formid async: false, error: function(request) { a 阅读全文
posted @ 2016-10-22 15:20 涤新云 阅读(3843) 评论(0) 推荐(0) 编辑
摘要: 举例说明: 【后台有一个对象 User 一个PhotoDo对象】,结构如下: public class User{ private String username; private List<PhotoDo> photo; ..get ....set..... } public class Phot 阅读全文
posted @ 2016-10-22 15:08 涤新云 阅读(32199) 评论(0) 推荐(2) 编辑
摘要: //参考二:http://blog.csdn.net/elifefly/article/details/7032334 阅读全文
posted @ 2016-10-22 15:03 涤新云 阅读(1802) 评论(0) 推荐(0) 编辑
摘要: 【理论】 for(String s : list){ System.out.print(s+"/t"); } for(int i = 0;i<list.size();i++){ System.out.print(list.get(i)+"/t"); } for(Iterator item = lis 阅读全文
posted @ 2016-10-21 19:40 涤新云 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 自己的尝试功能实现了 但是项目中没有使用: 思路利用ajax:第一个form提交的时候触发第二个需要提交数据的ajax的请求url 参考1 未验证 我现在要解决的问题,跟你的很相像啊!我考虑的是用Iframe<form id="frm" name="frm" method="post" action 阅读全文
posted @ 2016-10-21 18:31 涤新云 阅读(8267) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.cnblogs.com/janes/p/5072496.html ueditor是百度编辑器,官网地址:http://ueditor.baidu.com/website/ 完整的功能演示,可以参考:http://ueditor.baidu.com/website/on 阅读全文
posted @ 2016-10-21 16:32 涤新云 阅读(267) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页