2018年8月22日

Ajax.Utility.RegisterTypeForAjax(typeof(_Default)) 的使用

摘要: 原文 http://www.bubuko.com/infodetail-225288.html 语句的作用:页面注册方法的作用。 Ajax.Utility.RegisterTypeForAjax(typeof(命名空间.类名)); 首先要在配置文件里配置 代码演示: 前台使用后台的方法: 下面演示复 阅读全文

posted @ 2018-08-22 16:17 阿村acun 阅读(430) 评论(0) 推荐(0) 编辑

在两张表之间使用UPDATE语句

摘要: 1. update id set A=(select A from id,ida where id.id=ida.id),B=(select B from id,ida where id.id=ida.id),C=(select C from id,ida where id.id=ida.id) 2 阅读全文

posted @ 2018-08-22 11:43 阿村acun 阅读(4132) 评论(0) 推荐(0) 编辑

JQuery判断是否为空

摘要: var A=$("#**).val(); if(A==null||A==undefined||A==""){ alert("值为空") } //参考文章1说下面方法效率更高,个人没对比过 if(A.length==0){ alert("值为空") } 阅读全文

posted @ 2018-08-22 09:54 阿村acun 阅读(191) 评论(0) 推荐(0) 编辑

导航