帮助了 AmazingCounters.com 位小伙伴
上一页 1 2 3 4 5 6 7 8 ··· 36 下一页

2020年11月1日

uniapp 如何在手机关屏后仍能正常运行、接收信息

摘要: uniapp app版本:最近在弄一个安卓APP,需要每隔几秒钟上报一次GPS位置,但发现当手机休眠后(屏幕熄灭后)APP不再运行,因此也不能上报GPS位置。 借助安卓的WakeLock机制,我们可以实现让APP在后台运行。实现代码如下: ``` var g_wakelock = null; //允 阅读全文

posted @ 2020-11-01 16:27 云的旋律 阅读(4860) 评论(0) 推荐(0) 编辑

2020年10月18日

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) 编辑

2020年10月15日

jdk8下载地址

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

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

2020年10月14日

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 云的旋律 阅读(3080) 评论(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 云的旋律 阅读(1801) 评论(0) 推荐(0) 编辑

uni-app 隐藏顶部的返回按钮

摘要: "autoBackButton":false, { "path" : "pages/search/search", "style" : { "enablePullDownRefresh":true, "app-plus":{ "scrollIndicator":"none",//隐藏滚动条 "bou 阅读全文

posted @ 2020-10-14 15:20 云的旋律 阅读(6999) 评论(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 云的旋律 阅读(6025) 评论(0) 推荐(0) 编辑

2020年10月12日

vue computed计算属性demo,

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

posted @ 2020-10-12 15:07 云的旋律 阅读(150) 评论(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 云的旋律 阅读(96) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 36 下一页

导航

前端攻城狮分享群