摘要: 全选,取消全选 阅读全文
posted @ 2019-04-30 13:59 quitpoison 阅读(941) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8" > <title>JS实现倒计时(天数,时,分,秒)</title> <link rel="stylesheet" type="text/css" href="../css/reset.css"> < 阅读全文
posted @ 2019-04-30 13:39 quitpoison 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 创建表:CREATE TABLE Student( SNO VARCHAR(20), Name VARCHAR(10), Age INTEGER, College VARCHAR(30));CREATE TABLE Course( CourseID VARCHAR(15), CourseName V 阅读全文
posted @ 2019-04-30 13:36 quitpoison 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-04-30 13:27 quitpoison 阅读(5353) 评论(0) 推荐(0) 编辑
摘要: js判断字符串是否有下划线 --> 阅读全文
posted @ 2019-04-30 13:24 quitpoison 阅读(2444) 评论(0) 推荐(0) 编辑
摘要: $(window).load(function () { var isweixin = is_weixin(); if (isweixin) { var guid = GetQueryString("itemId"); window.location.href = "https://open.weixin.qq.com/connect/oauth... 阅读全文
posted @ 2019-04-30 13:22 quitpoison 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 因项目需求需要多个日期,然后点击日期就会出现闪现的情况,导致选择不了日期 html代码 js 前提需要引入laydata.js 最重要的js 阅读全文
posted @ 2019-04-30 09:58 quitpoison 阅读(523) 评论(0) 推荐(0) 编辑