上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: 布局: <!--pages/movableArea/movableArea.wxml--> <view class="page-section">movable-view区域小于movable-area</view> <movable-area > <movable-view x="{{x}}" y 阅读全文
posted @ 2022-07-14 21:31 lichong951 阅读(25) 评论(0) 推荐(0) 编辑
摘要: UI布局 <!--pages/map/map.wxml--> <view class="page-section page-section-gap"> <map style="width: 100%; height: 600px;" latitude="{{latitude}}" longitude 阅读全文
posted @ 2022-07-14 21:03 lichong951 阅读(19) 评论(0) 推荐(0) 编辑
摘要: <!--pages/flex_direction/flex_direction.wxml--> <text>flex-direction: row\n横向布局</text> <view class="flex-wrp" > <image style="width: 200px; height: 10 阅读全文
posted @ 2022-07-14 20:51 lichong951 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 准备 1、若干图片 2、数据模型配置 3、view布局 1、若干图片 这个随意,卡通图片会好些。带人像的比较麻烦,记得有一次使用一个美女图片进行毕业设计答辩。就有老师提出肖像侵权的问题。不过一般情况下非商业用途没人搭理 2、数据模型配置 // pages/banner/banner.js Page( 阅读全文
posted @ 2022-07-14 16:02 lichong951 阅读(29) 评论(0) 推荐(0) 编辑
摘要: app.json配置如下: { "pages":[ "pages/index/index", "pages/android/android", "pages/ios/ios", "pages/logs/logs", "pages/test/test", "pages/list/list" ],"ta 阅读全文
posted @ 2022-07-14 14:51 lichong951 阅读(5) 评论(0) 推荐(0) 编辑
摘要: <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:ellipsize="end" android:maxEms="8" android:maxLines="1" too 阅读全文
posted @ 2022-07-05 10:05 lichong951 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 工具地址: https://developers.weixin.qq.com/miniprogram/dev/devtools/stable.html 笔者是Mac电脑,所以安装了macOS x64版本 安装过程没有其他配置 安装完后如下图: 微信扫码登录后: 因为笔者新建了一个例子,所以就有一个+ 阅读全文
posted @ 2022-07-02 16:56 lichong951 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 布局: <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xml 阅读全文
posted @ 2022-06-30 12:14 lichong951 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 一图胜千言 详见https://www.processon.com/view/link/5d312556e4b0511f130acdf6 阅读全文
posted @ 2022-06-29 07:17 lichong951 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 快捷键:command + alt + “+” 设置路径 系统设置 》辅助功能》缩放 ;打钩使用键盘快捷键来缩放 自研产品推荐 历时一年半多开发终于smartApi-v1.0.0版本在2023-09-15晚十点正式上线 smartApi是一款对标国外的postman的api调试开发工具,由于开发人力 阅读全文
posted @ 2022-06-26 21:25 lichong951 阅读(10) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页