摘要: Android精华篇 - App中原生页面 VS H5页面 Guo_IT 2016-12-20 13:01:26 3505 收藏 1 分类专栏: android 前端 现有3类主流APP,分别为:Web App、Hybrid App(混合模式移动应用,Hybrid有“混合的”意思)、 Native 阅读全文
posted @ 2020-07-04 17:24 竹子up 阅读(132) 评论(0) 推荐(0) 编辑
摘要: <template> <transition name="slide"> <div class="search_page"> 123 </transition> </template> <script> export default { name: "SearchPage", components: 阅读全文
posted @ 2020-07-04 11:12 竹子up 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1、Math.round() “四舍五入”, 该函数返回的是一个四舍五入后的的整数 double d = 3.1415926; double d2 = 18.58; double d3 = -15.23; double d4 = -16.85; long round1 = Math.round(d) 阅读全文
posted @ 2020-07-04 09:20 竹子up 阅读(589) 评论(0) 推荐(0) 编辑
摘要: Use Setup Install vue2-better-scroll yarn add vue2-better-scroll // or npm install vue2-better-scroll -s Vue mount // import import Vue from 'vue' imp 阅读全文
posted @ 2020-07-04 09:03 竹子up 阅读(644) 评论(0) 推荐(0) 编辑