Let's go
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 58 下一页
摘要: 1. //表头跟踪固定(按钮与表头) var trObj = $("#zdy_id").find("tr:eq(3)");//自定义zdy_id,处于第3行 var trObjChild = $(trObj).children(); var topValue = 0; var trObj_hj = 阅读全文
posted @ 2019-12-17 14:19 chenze 阅读(737) 评论(0) 推荐(0)
摘要: 1.多条数据使用逗号隔开 select invoiceApplyNo,stuff((select distinct ','+incomePlanNo from T1 where a.invoiceApplyNo=invoiceApplyNo for xml path('')),1,1,'') AS 阅读全文
posted @ 2019-11-27 19:06 chenze 阅读(917) 评论(0) 推荐(0)
摘要: 看具体是什么数据库,以oracle,mysql,sqlserver分别回答。 1、oracle: select count(*) from user_tab_cols where table_name='表名';--表名含英文的话应为英文大写字母 结果如图: 2、mysql: select coun 阅读全文
posted @ 2019-11-20 13:12 chenze 阅读(7010) 评论(0) 推荐(0)
摘要: 一. <!DOCTYPE html> <!--[if IE 7 ]> <html class="ie7" xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN"> <![endif]--> <!--[if IE 8 ]> <html class="ie8" 阅读全文
posted @ 2019-11-05 16:59 chenze 阅读(336) 评论(0) 推荐(0)
摘要: 一.借鉴(学习的时候不说话) 需求是兼容到 IE8。 $.ajax 总是请求失败,直接跳转到 error 函数中,报错:拒绝访问。 网上的一些解决方法都试过了还是没有用,比如再请求之前设置 jQuery.support.cors = true,并调用 jquery.xdomainrequest.mi 阅读全文
posted @ 2019-11-05 16:26 chenze 阅读(1076) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 58 下一页
有事您Q我