码迷,mamicode.com
首页 >  
搜索关键字:is == type    ( 51964个结果
wx.request get和post
get 头部header为 'content-type': 'application/json' post 头部 'content-type':"application/x-www-form-urlencoded" ...
分类:其他好文   时间:2021-05-24 04:36:32    阅读次数:0
Mybatis xml映射方便的写法
<sql id="insertColumn"> data_job_id, ds_info, src_ds_type, dst_ds_type, scene_state, last_checked_time, check_period_ms, last_round_reset_time, round_ ...
分类:其他好文   时间:2021-05-24 04:16:16    阅读次数:0
MYSQL索引:覆盖索引
覆盖索引 需要查询的值已经在索引里面包含了,就不需要查询数据行了。 mysql> explain select * from person1 where a like '%12%'; + + + + + + + + + + + + + | id | select_type | table | par ...
分类:数据库   时间:2021-05-24 03:06:44    阅读次数:0
【效果】使用canvas rotate实现一个旋转的矩形
使用canvas rotate实现一个旋转的矩形,并且以矩形的中心为原点,围绕原点旋转: <canvas id="canvas" width="800" height="400"></canvas> <script type="text/javascript"> var canvas = docum ...
分类:其他好文   时间:2021-05-24 02:25:51    阅读次数:0
数据类型和检测类型
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi ...
分类:其他好文   时间:2021-05-24 02:18:11    阅读次数:0
c++ 各种奇门鬼爪的构造函数 和 类的初始化
参考:C++转换构造函数:将其它类型转换为当前类的类型 (biancheng.net) C++类型转换函数:将当前类的类型转换为其它类型 (biancheng.net) 类型转换函数的语法格式为: operator type(){ //TODO: return data;} operator 是 C ...
分类:编程语言   时间:2021-05-24 02:07:31    阅读次数:0
C++对象模型之RTTI的实现原理
原文:C++对象模型之RTTI的实现原理 RTTI是Runtime Type Identification的缩写,意思是运行时类型识别。C++引入这个机制是为了让程序在运行时能根据基类的指针或引用来获得该指针或引用所指的对象的实际类型。但是现在RTTI的类型识别已经不限于此了,它还能通过typeid ...
分类:编程语言   时间:2021-05-24 02:02:00    阅读次数:0
NoSQL type record memo
键值数据库:Redis、Riak、SimpleDB、Chordless、Scalaris 列族数据库:HBase、BigTable、PNUTS、HadoopDB、Cassandra 文档数据库:MongoDB、CouchDB、Terrastore、CloudKit、RavenDB 图数据库:Neo4 ...
分类:数据库   时间:2021-05-24 02:01:30    阅读次数:0
vue 视频播放
<template> <div> <video id="my-video" class="video-js vjs-default-skin vjs-big-play-centered box" controls preload="none" > <source src="" type="appli ...
分类:其他好文   时间:2021-05-24 01:58:51    阅读次数:0
vue导出excel
1. 全部导出 <div class="toexcel"> <el-button @click="exportExcel" type="primary" class="button" style="width:70px;position:absolute;top:0;right:30px" >导出< ...
分类:其他好文   时间:2021-05-24 01:58:02    阅读次数:0
51964条   上一页 1 ... 27 28 29 30 31 ... 5197 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!