如果在一个页面上引入了多个jquery , 并且不能去掉的时候 , 或者$函数和自己的函数冲突的时候 可以使用这样的方式来解决 在引入jquery的后面加入 , 类似下面这样 <script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.m ...
分类:
编程语言 时间:
2021-05-24 01:58:21
阅读次数:
0
创建全文索引 create context index CONTEXT_a_CONTENT on a(CONTENT) lexer CHINESE_FP_LEXER sync transaction; 验证全文索引查询 SELECT * FROM a WHERE CONTAINS(a.CONTENT ...
分类:
其他好文 时间:
2021-05-24 01:54:16
阅读次数:
0
看看我 Sometimes we need to convert a column to row in JavaScript array. It might be helpful to pass it as web service argument, generating chart dynamic ...
分类:
编程语言 时间:
2021-05-24 01:49:28
阅读次数:
0
package org.springblade.flow.engine.listener.common; import org.flowable.engine.delegate.DelegateExecution; import org.springframework.stereotype.Comp ...
分类:
其他好文 时间:
2021-05-24 01:47:35
阅读次数:
0
37 jquery的链式调用原理、元素三大宽高、操作节点、事件对象、事件绑定、命名空间、事件解绑、one、合成事件、extend 链式调用原理 链式调用: jq的方法都有返回值, 返回操作的对象或被操作以后的对象 // var mn = $('.box');// console.log(mn);// ...
分类:
Web程序 时间:
2021-05-24 00:55:42
阅读次数:
0
38 jquery的动画、AJAX、数据序列化 动画 show hide toggle show: 显示 hide: 隐藏 toggle: 有就隐藏 没有就显示 show/hide/toggle(speed, easing, callback) width + height + opacity sp ...
分类:
Web程序 时间:
2021-05-24 00:54:41
阅读次数:
0
39 插件、zepto 插件 常用插件网站 jquery官网插件 https://plugins.jquery.com/ 百度 CSDN swiper https://www.swiper.com.cn github jq22 使用过程 找 用: 2.1 下载 2.2 文件拷贝到用的地方 自定义插件 ...
分类:
其他好文 时间:
2021-05-24 00:54:18
阅读次数:
0
#事务/* 概念:由一条或多条sql语句组成,要么都成功,要么都失败 特性:ACID 原子性 一致性 隔离性 持久性 分类: 隐式事务:没有明显的开启和结束标记 比如dml语句的insert、update、delete语句本身就是一条事务 insert into stuinfo values(1,' ...
分类:
数据库 时间:
2021-05-24 00:46:13
阅读次数:
0
Web Vuser Functions: C Language (WEB) HTTP-related functions have a web prefix. See: Action Functions Authentication Functions Asynchonous Functions C ...
分类:
Web程序 时间:
2021-05-24 00:41:49
阅读次数:
0
一、整体目录: 二、文件夹作用: action: 用于封装调用 case: 用于编写测试用例 common:用于放置公共部分 configs:用于存放测试数据(比如域名、账号等) data:用于存放测试用例, otc_api:用于封装接口请求方式 mian.py:运行函数 pytest.ini: 三 ...
分类:
其他好文 时间:
2021-05-23 23:56:36
阅读次数:
0