2017年4月10日

window.location.href传参中文乱码问题

摘要: window.location.href="${pageContext.request.contextPath}/story/exportStoryInfo?domainId="+domainIds +"&requirementName="+requirementName; 前端页面需求名称输入“4 阅读全文

posted @ 2017-04-10 10:21 pwang 阅读(2710) 评论(0) 推荐(1) 编辑

2017年4月8日

MySQL存储过程---涉及多个表之间的关联关系,且各表中具有相同的字段,以主键id 为例,一定要使用 xx.id加以区分

摘要: 此篇不放存储过程实例了。 这是我在开发存储过程中碰到的耗时最久的一次问题,存储过程可以跑,但是得到的结果不是自己想要的, 排查了很久,发现是此句中的id惹的祸: SET projectInfoId =(SELECT id FROM temp.PROJECT_INFO p WHERE 1=1 AND 阅读全文

posted @ 2017-04-08 17:48 pwang 阅读(254) 评论(0) 推荐(0) 编辑

MySQL存储过程--带参数报错1064

摘要: DELIMITER $$ USE `student`$$ DROP PROCEDURE IF EXISTS `sync_student`$$ CREATE DEFINER=`student`@`%` PROCEDURE `sync_student`(para_name varchar) 记住varc 阅读全文

posted @ 2017-04-08 17:24 pwang 阅读(5720) 评论(0) 推荐(0) 编辑

导航