安卓体验地址
https://wwa.lanzous.com/ilU9Mkedr4d
flutter开发
...
yekong
1天前 10℃
0喜欢
css
.homehead {
padding-top: var(--status-bar-height); //是计算状态栏的高度
}
...
yekong
1天前 8℃
0喜欢
...
yekong
1天前 9℃
0喜欢
.box::-webkit-scrollbar {
width: 6px;
height: 200px;
}
/*滚动条滑块*/
.box::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius...
yekong
2天前 15℃
0喜欢
工具 n
安装
npm install -g n
使用
使用sudo 安装 nodejs
sudo n latest
切换node版本
n
...
yekong
2天前 14℃
0喜欢
创建分支
git branch fenzhiname
切换分支
git checkout fenzhiname
...
yekong
3天前 24℃
0喜欢
传一个参数
//html
{{aa | filterAa}}
//js
filters:{
filterAa(aa){
// 这额aa就是过滤器传入的参数
}
}
传2个参数
//html
{{aa | filterAa(bb)}}
//js
filters:{...
yekong
4天前 36℃
0喜欢
解决办法
打开终端输入以下命令并回车:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
执行完上面的命令后,再次点击设备列表可以看到simulator了
...
yekong
5天前 32℃
0喜欢
具体操作
flutter更新依赖时一直更新不了
Linux 或 Mac
export PUB_HOSTED_URL=https://pub.flutter-io.cn
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter...
yekong
5天前 32℃
1喜欢
在这里隐藏文件所在的目录按键盘上面的shift+cmmand+.
再点一次shift+cmmand+. 再次隐藏
显示前
显示后
...
yekong
5天前 43℃
0喜欢