logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

flutter.001.页面隐藏标题栏

刚开始是这样:import 'package:flutter/material.dart';class TreeHome extends StatelessWidget {@overrideWidget build(BuildContext context) {return Scaffold(appBar: AppBar(title: Te...

#flutter
Flutter学习: tabbar取消下划线

Tabbar取消下划线由于tabbar自带下划线,如果需要取消,在Tabbar的内加入以下内容:new Tabbar(indicator: const BoxDecoration(),)

Flutter学习 - 隐藏和显示组件Offstage

笔记类型,所以排版不是很好。要求:在Flutter中,通过点击图片,显示和隐藏组件。Container中的内容如下:Container(margin: const EdgeInsets.only(left: 12.0, right: 12.0),child: GestureDetector(child: ...

#flutter
flutter.002.AssetImage无法找到图片Unable to load asset

代码:Container(width: 60.0,height: 60.0,decoration: new BoxDecoration(border: new Border.all(width: 2.0, color: Colors.red),image: new DecorationImage(image: n...

RabbitMQ管理页面通过nginx反向代理报错解决

欢迎加入QQ讨论群: 839421316创建时间不长,请积极讨论问题说明在RabbitMQ的管理页面,当查看Queue信息时,出现以下错误。Not foundThe object you clicked on was not found; it may have been deleted on the server.Nginx配置内容server {listen80;se...

mac下vscode使用vim长按键启用

$ defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false# For VS Code$ defaults write com.microsoft.VSCodeInsiders ApplePressAndHoldEnabled -bool false # For VS Code Inside...

Flutter连接iPad报错Developer Mode

根据错误提示,在ipad中的“安全性”中没有“开发者模型”选项。

文章图片
#flutter#ipad#ios
如何在ubuntu中安装pip(简单版本)

如果已经到这里了,说明对python及pip是什么都了解的比较清楚。只是想复制下命令,然后完成安装。Pip在Ubuntu中没有默认安装,需要自己手动进行安装。在Ubuntu中安装Pip是非常简单的。安装过程会花上几分钟。Ubuntu 18.04中,默认安装了Python 2和Python 3。因此,我们需要安装两个版本的Pip。在这里,由于使用的是Ubuntu 18.04,所以就以这个版本安装为例

#python#pip
Kubernetes 1.6高可用详细部署流程

本文为了更好的表达,能让更多的人了解各方面的技术,因此在写的时候会不时的说一说基础的知识,也会不时的重复一些重点知识。为此,如果影响到阅读,实在是没有办法。当然,如果只是想快速的把k8s部署到虚拟机上,只是测试一下性能,那么,此文可能不适合你的阅读。因为可以要花不少时间才可以完成。由于本文涉及的内容比较多,因此划分为多篇写。本文使用的代码有很多是来自github,所以,出了问题可以留言,也可以自己

查看linux swap分区使用情况

#!/bin/bash#function getswap{SUM=0OVERALL=0for DIR in `find /proc/ -maxdepth1 -type d| egrep "^/proc/[0-9]"`; doPID=`echo $DIR| cut -d/ -f 3`PROGNAME=`ps 

    共 46 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 请选择