08 2016 档案

摘要:m_time>=#"&request("stime")&"# and m_time<=#"&DateAdd("d",1,request("otime"))&"# 阅读全文
posted @ 2016-08-31 13:06 代码收集-ASP。JS代码 阅读(151) 评论(0) 推荐(0)
摘要:<?PHP /* 创建ADO连接 */ $conn = @new COM("ADODB.Connection") or die ("ADO Connection faild."); $connstr = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" 阅读全文
posted @ 2016-08-29 16:00 代码收集-ASP。JS代码 阅读(168) 评论(0) 推荐(0)
摘要://层全选与反选function uncheckGrp(grp_id) { document.getElementById(grp_id).checked = document.getElementById(grp_id).checked&0; } function selectGroup(div_ 阅读全文
posted @ 2016-08-27 16:08 代码收集-ASP。JS代码 阅读(167) 评论(0) 推荐(0)
摘要:<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>check test</title></head><body> <form name="formGroup" id="formG 阅读全文
posted @ 2016-08-24 13:42 代码收集-ASP。JS代码 阅读(148) 评论(0) 推荐(0)
摘要:1. basename("/mnt/img/image01.jpg")函数:得到文件名;输出结果为:image01.jpg. 使用 basename($uriString) 我们可以得到一个包含扩展名的文件名; 如果不需要扩展名,也可以使用 basename($uriString, $extStri 阅读全文
posted @ 2016-08-24 12:29 代码收集-ASP。JS代码 阅读(290) 评论(0) 推荐(0)