码迷,mamicode.com
首页 >  
搜索关键字:indicator    ( 470个结果
Qt QML Quick 控件和 c++ qpainter 自定义控件
QtQuick新增了一些新控件,其中一个就是计量仪(官方的例子给出的是类似计速仪的东西)。采用QML描述。简单调用,使用quick控件打包发布后大约120多M,上个图Qtquick常用控件.(参考Qt文档或有梦想的伟仔的博客)QMLType1.Container2.DelayButton3.Dial4.DialogButtonBox5.Dialog6.Drawer7.Menu8.MenuBar9.
分类:编程语言   时间:2020-07-24 13:29:15    阅读次数:96
使用selenium抓取深圳证券交易所信息
目标 打开 http://www.szse.cn/market/stock/indicator/index.html ,出现如下页面。我们的目标是要获取深圳市场、深市主板、中小企业板、创业板下的数据。 分析 我们获取到页面的源码后,通过查找页面源码的内容发现,并没有我们需要的数据。但是我们在接口中发 ...
分类:其他好文   时间:2020-07-05 21:25:59    阅读次数:93
(四)数据清洗主要工作
一. 数据清洗主要工作 ? 噪声(Noise)消除 ? 噪声包含错误值(类别型字段)及离群值(数值型字段) ? 噪声使探勘结果有相当大的偏差,必须将噪声移除或将其做适当的处理 2. 空值(Missing Value)填补 ? 人工填补? 自动填补 二.噪声如何处理 噪声侦测方法 ? 针对类别型字段, ...
分类:其他好文   时间:2020-06-27 19:56:43    阅读次数:253
IfcCompositeCurveSegment
IfcCompositeCurve segment是一条有界曲线,其唯一目的是成为IfcCompositeCurve中的一段。 注释定义符合ISO/CD 10303-42:1992 复合曲线段是一条有界曲线,它与过渡信息一起用于构造复合曲线。 注:实体改编自ISO 10303-42中定义的复合曲线段 ...
分类:其他好文   时间:2020-06-22 19:11:57    阅读次数:84
Ubuntu18.04中touchpad-indicator无法卸载
卸载时报错 /usr/sbin/deluser: The user `xxx' is not a member of group `input'. dpkg: error processing package touchpad-indicator (--purge) 即当前用户xxx不在input ...
分类:系统相关   时间:2020-06-12 12:36:53    阅读次数:97
1.3_视图容器_swiper
图: 代码: <template> <view> <view> <swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="true" :interval="3000" :duration="1000"> <s ...
分类:其他好文   时间:2020-06-04 01:27:29    阅读次数:81
微信小程序分类导航图标左右滑动
wxml <scroll-view scroll-y="true" scroll-into-view="{{scrollIntoView}}" bindscroll="onScroll"> <swiper class="page_class" indicator-dots="true" autopl ...
分类:微信   时间:2020-06-02 13:34:45    阅读次数:345
wx-购物车添加
wxml文件 <!--pages/goods_detail/index.wxml--> <view class="detail_swiper"> <swiper autoplay="{{true}}" circular="{{true}}" indicator-dots> <swiper-item ...
分类:其他好文   时间:2020-06-02 11:37:58    阅读次数:85
微信小程序小技巧系列《一》幻灯片,tab导航切换
作者:gou-tian来自:github 幻灯片 使用微信小程序原生组件swiper实现。 <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{d ...
分类:微信   时间:2020-05-19 00:55:56    阅读次数:97
动态渲染style 背景图片
前言 最近小程序项目需要一个 弹框 展示 轮播图 。项目用的 mpvue 框架,使用 colorUi 的轮播图时, <swiper class="card-swiper round-dot" indicator-dots="true" circular="true" autoplay="true" ...
分类:其他好文   时间:2020-05-18 18:13:12    阅读次数:169
470条   上一页 1 2 3 4 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!