码迷,mamicode.com
首页 >  
搜索关键字:option    ( 8530个结果
jquery属性操作
操作元素(属性) 属性操作 ''' 属性 $("").attr(); $("").removeAttr(); $("").prop(); $("").removeProp(); CSS类 $("").addClass(class|fn) $("").removeClass([class|fn]) H ...
分类:Web程序   时间:2021-07-22 17:38:07    阅读次数:0
RTP协议解析和H264码流提取
一、 H264基础概念 SODB: 数据比特串-->最原始的编码数据 RBSP: 原始字节序列载荷-->在SODB的后面填加了结尾比特(RBSP trailing bits 一个bit“1”)若干比特“0”,以便字节对齐。 EBSP: 扩展字节序列载荷– >在RBSP基础上填加了仿校验字节(0X03 ...
分类:其他好文   时间:2021-07-12 18:13:50    阅读次数:0
基于uni-app全端弹框组件uaPopup「兼容h5+小程序+app端|nvue」
uniapp兼容多端自定义模态弹框组件UAPopup ua-popup 一款轻量级的uniapp自定义弹窗组件。汇集了android、ios和微信弹窗效果(msg消息、alert提示框、dialog对话框、actionsheet底部动作框、toast轻提示、长按定位菜单)等功能。 如下图:H5+Ap ...
分类:微信   时间:2021-07-12 17:47:23    阅读次数:0
Python -m 的典型用法、原理解析与发展演变
在命令行中使用 Python 时,它可以接收大约 20 个选项(option),语法格式如下: 1 python [-bBdEhiIOqsSuvVWx?] [-c command | -m module-name | script | - ] [args] 本文想要聊聊比较特殊的“-m”选项: 关于 ...
分类:编程语言   时间:2021-07-09 17:51:18    阅读次数:0
小程序接口请求封装
const BASE_URL = '' let ajaxTime = 0 export const myRequest = (option) => { ajaxTime++ uni.showLoading({ title: "加载中", mask: true }) return new Promis ...
分类:微信   时间:2021-07-05 17:23:09    阅读次数:0
GSON的扯淡之处
GSON默认是开启html编码的, 方法注释是这么写的: By default, Gson escapes HTML characters such as < > etc. Use this option to configure Gson to pass-through HTML characte ...
分类:其他好文   时间:2021-07-02 16:09:53    阅读次数:0
k8s 1.20.6 将docker切换为containerd
一、环境介绍 官方文档:https://kubernetes.io/zh/docs/setup/production-environment/container-runtimes/#containerd [root@master ~]# kubectl get node -o wide NAME S ...
分类:其他好文   时间:2021-07-01 17:27:57    阅读次数:0
圆环自定义样式(百分比)
option = { legend: { show: false }, series: [ { type: "pie", radius: [0, 0], silent: true, label: { normal: { show: true, position: "center", formatte ...
分类:其他好文   时间:2021-07-01 17:27:43    阅读次数:0
Vue3.0 declare it using the "emits" option警告
vue3.0子组件 emit 出现警告 Extraneous non-emits event listeners (okUploadImg) were passed to component but could not be automatically inherited because compo ...
分类:其他好文   时间:2021-07-01 17:06:29    阅读次数:0
Docker(37)- docker attach 命令详解
作用 进入容器正在执行的终端 语法格式 docker attach [OPTIONS] CONTAINER options 说明 option 说明 --detach-keys 覆盖用于分离容器的键序列 --no-stdin 不要附加标准输入 --sig-proxy 所有接收到的信号代理到进程 实际 ...
分类:其他好文   时间:2021-07-01 16:31:37    阅读次数:0
8530条   1 2 3 4 ... 853 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!