帮助了 AmazingCounters.com 位小伙伴

10 2020 档案

sourcetree跳过注册的方法 咸鱼plus
摘要:下载地址:https://www.sourcetreeapp.com/ 找到 C:Users\Administrator\AppData\Local\Atlassian\SourceTree\目录,把accounts.json文件复制进去 accounts.json内容如下: 作者:咸鱼plus链接 阅读全文

posted @ 2020-10-18 14:18 云的旋律 阅读(108) 评论(0) 推荐(0) 编辑

jdk8下载地址
摘要:复制下载地址在浏览器打开,直接右键打开,有问题。 jdk8下载地址 链接: https://pan.baidu.com/s/1be19nkvxcwBeJxdZ61Mpig 提取码: v3ut 复制这段内容后打开百度网盘手机App,操作更方便哦 链接:https://pan.baidu.com/s/1 阅读全文

posted @ 2020-10-15 15:09 云的旋律 阅读(833) 评论(0) 推荐(0) 编辑

uni-app 文本域,v-model 双向绑定操作
摘要:<template> <view> <!-- 自定义导航栏 --> <uni-nav-bar :statusBar="true" rightText="发布" left-icon="back" @click-left="back" @click-right="submit"> <view class 阅读全文

posted @ 2020-10-14 16:36 云的旋律 阅读(3098) 评论(0) 推荐(0) 编辑

uni-app 自定义顶部导航栏
摘要:{ "path" : "pages/add-input/add-input", "style" : { "app-plus":{ "animationType": "slide-in-bottom", "animationDuration": 200, // 禁止原生导航 "titleNView": 阅读全文

posted @ 2020-10-14 16:35 云的旋律 阅读(1804) 评论(0) 推荐(0) 编辑

uni-app 隐藏顶部的返回按钮
摘要:"autoBackButton":false, { "path" : "pages/search/search", "style" : { "enablePullDownRefresh":true, "app-plus":{ "scrollIndicator":"none",//隐藏滚动条 "bou 阅读全文

posted @ 2020-10-14 15:20 云的旋律 阅读(7012) 评论(0) 推荐(0) 编辑

uniapp 消息提示框
摘要:uni.showToast({ title: '标题', duration: 2000 }); 阅读全文

posted @ 2020-10-14 11:56 云的旋律 阅读(2258) 评论(0) 推荐(0) 编辑

uniapp 获取当前屏幕的高度
摘要:onLoad() { uni.getSystemInfo({ success: (res)=> { let height=res.windowHeight-uni.upx2px(100) //获取系统信息,可使用窗口的高度 this.swiperheight=height; } }); }, 阅读全文

posted @ 2020-10-14 11:18 云的旋律 阅读(6044) 评论(0) 推荐(0) 编辑

vue computed计算属性demo,
摘要:<template> <view> <view class="font"> {{ ZHweight }} //直接调用计算函数中定义的函数名。 </view> </view> </template> <script> export default { data() { return { //体重 w 阅读全文

posted @ 2020-10-12 15:07 云的旋律 阅读(151) 评论(0) 推荐(0) 编辑

VUE watch用法展示
摘要:<template> <view> <!-- <view class="font">{{name}}</view> --> <view class="font">{{num}}</view> <view class="font">{{num>10?'优秀':''}}</view> <button t 阅读全文

posted @ 2020-10-12 14:53 云的旋律 阅读(97) 评论(0) 推荐(0) 编辑

uniapp 事件和阻止冒泡
摘要:按钮关键字:@tap.stop="box2event()" <template> <view> <!-- <view class="font">{{name}}</view> <view class="box" @tap="clickevent()">按钮</view> --> <view clas 阅读全文

posted @ 2020-10-12 10:44 云的旋律 阅读(3659) 评论(0) 推荐(0) 编辑

第一次使用uni-app报错“Error:readEBADFatPipe.onStreamRead...”
摘要:在设置里面,把安全设置的服务端口开启。 阅读全文

posted @ 2020-10-09 17:29 云的旋律 阅读(332) 评论(0) 推荐(0) 编辑

导航

统计

前端攻城狮分享群
点击右上角即可分享
微信分享提示