240 发简信
IP属地:上海
  • 下载mongod plugin插件

    Pycharm里mongodb数据库可视化操作

    随着大数据与云计算的发展,mongo作为一种非关系型数据库使用也变得越来越广泛,这里便简单介绍下Pycharm编辑器下mongo数据库的可视化配置安装。 首先需要安装mong...

  • @习惯了_就好 TabBar的tabs不一定要是Tab,可以使 List<Widget>, 这样的话自定义会很方便

    Flutter之TabBar组件

    实现底部导航栏并点击切换页面可简述为有三种方式TabBar + TabBarView ,一般实现可滚动的导航栏BottomNavigationBar + BottomNavi...

  • 使用后会抛出异常:
    The following assertion was thrown while finalizing the widget tree:
    I/flutter ( 9172): _SkipDownTimeProgressState#98db6(tickers: tracking 1 ticker) was disposed with an active Ticker.
    I/flutter ( 9172): _SkipDownTimeProgressState created a Ticker via its TickerProviderStateMixin, but at the time
    I/flutter ( 9172): dispose() was called on the mixin, that Ticker was still active. All Tickers must be disposed before
    I/flutter ( 9172): calling super.dispose(). Tickers used by AnimationControllers should be disposed by calling
    I/flutter ( 9172): dispose() on the AnimationController itself. Otherwise, the ticker will leak.
    I/flutter ( 9172): The offending ticker was: _WidgetTicker(created by _SkipDownTimeProgressState#98db6(lifecycle state:
    I/flutter ( 9172): created, tickers: tracking 0 tickers))
    不知道是我自己的问题还是其他方面的?

    Flutter APP实践之 “启动页”

    Flutter——一个跨平台的开发的框架。类React Native原理。使用Dart语言开发。资料齐备,易学。对于移动开发非常实用。 每个APP都有启动页面。启动页看似简单...

  • 666

    TableView折叠(展开与收起)

    前言:tableView的折叠效果在很多场景上都会使用,类似QQ联系人;下面我们通过对数据模型灵活运用来实现这一功能 设计思路: 定义数据模型结构 使用sectionHead...

  • TableView折叠(展开与收起)

    前言:tableView的折叠效果在很多场景上都会使用,类似QQ联系人;下面我们通过对数据模型灵活运用来实现这一功能 设计思路: 定义数据模型结构 使用sectionHead...

  • js数组快排的实现原理

    一.我们平时在使用数组的排序的时候,都是调用的js自带的sort()方法;var arr = [5,1,8,1,2,9,3,4];console.log(arr.sort()...

  • jq基础知识点

    一.$1.$()参数:字符串:类似于选择器的字符串js对象:字符串:类似于标签的写法,创建一个div节点,然后变成jq对象 jq对象 和 js对象 之间的相互转换js对...

  • css3过渡和动画 一.过渡 transition: 过渡. 从一种样式逐渐改变为另一种的样式效果. transition: property / duration / ti...

  • 2018-01-04

    Web学习笔记--从最基础的开始 一、web前端开发语言: HTML、 CSS 、JavaScript HTML:是一种用来描述网页的超文本标记语言,网页的骨架。 CSS:c...