2017年12月26日

ajax传给springMVC数据编码集问题

摘要: 前台 ajax: $.ajax("${pageContext.request.contextPath}/hello",// 发送请求的URL字符串。 { dataType : "json", // 预期服务器返回的数据类型。如果服务器返回不一致,报 parseError type : "post", 阅读全文

posted @ 2017-12-26 16:34 吉晨 阅读(369) 评论(0) 推荐(0) 编辑

在前台引用JSON对象

摘要: <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script><script type="text/javascript" src="js/json2.js"></script> <script type="text/ja 阅读全文

posted @ 2017-12-26 15:50 吉晨 阅读(1487) 评论(0) 推荐(0) 编辑

sql server Cannot resolve the collation conflict between "Chinese_PRC_BIN" and "Chinese_PRC_CI_AS" in the equal to operation

摘要: 今天查询二个db,出现这个错误,二种方法,一种是把db里的collation改成一样的;如果不方便可以直接在sql语句后面转一下: select * from table where crm_mscrm.dbo.imei.imei_no = csmrep.crmextdb.dbo.imei.imei 阅读全文

posted @ 2017-12-26 15:25 吉晨 阅读(552) 评论(0) 推荐(0) 编辑

springMVC中ajax和后台数据格式错误

摘要: 前台ajax: $.ajax("${pageContext.request.contextPath}/hello",// 发送请求的URL字符串。 { dataType : "json", // 预期服务器返回的数据类型。如果服务器返回不一致,报 parseError type : "post", 阅读全文

posted @ 2017-12-26 15:19 吉晨 阅读(801) 评论(0) 推荐(0) 编辑

导航