logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Androidstudio 创建第一个flutter

1.参照官网下载flutter的SDK,安装配置相关的环境变量分别需要配置的是:D:\flutter\bin (path目录下 flutter SDK 所处路径 一般不建议放在权限较高的文件夹下 )FLUTTER_STORAGE_BASE_URL 值为:https://storage.flutter-io.cnPUB_HOSTED_URL 值为 :https://pub.flutter-io.cn

Unable to access 'https://gitee.com/自己的项目/': Could not resolve host: gitee.com问题的解决

昨天公司的网络更换,然后在使用git操作代码的时候,遇见了标题所述问题。仅以此文,记录该问题的解决过程。首先第一步:得到本机的IP地址。第二步:ping一下说明连接正常。第三步:找到git目录下的 hosts文件。一般目录为C:\Program Files\Git\etc# Copyright (c) 1993-2009 Microsoft Co...

uniapp中flex设置居中

.horViewStyle {display: flex;flex-direction: row;width: 100%;height: 80rpx;align-items: center;//垂直居中background-color: #4399FC;}.textHorStyle {display: flex;height: 60%;...

到底了