转自:https://idig8.com/2018/10/28/xiaochengxujavashizhanxiaochengxudeliuyanhepingjiagongneng69/ 目前小程序这块就只差留言功能了,从这次开始将对留言这个模块进行讲解和开发.源码:https://github.com/limingios/wxProgram.git 中No.15和springboot 后台开发 后台需要通过代码生成器针对留言表生成对应的pojo,mapper,mapper.xml,contro…
转自:https://idig8.com/2018/09/24/xiaochengxujavashizhanxiaochengxudegerenxinxizuopinshoucangguanzhu65/ 个人信息页面有一个tab(作品,收藏,关注)源码:https://github.com/limingios/wxProgram.git 中No.15和springboot 作品,收藏,关注的列表 VideoController.java package com.idig8.controller;…
转自:https://idig8.com/2018/09/24/xiaochengxujavashizhanxiaochengxudeshipindianzangongnengkaifa61/ 视频点赞关系有3张表,用户表(获得点赞数量),视频表(获得点赞数量),用户喜欢视频的关联表,需要同时操作三张表.源码:https://github.com/limingios/wxProgram.git 中No.15和springboot 后台开发 mapper.xml开发>VideosUserMappe…
转自:https://idig8.com/2018/09/21/xiaochengxujavashizhanxiaochengxushouyeshipin48/ 视频显示的内容是视频的截图,用户的头像,用户的昵称,都需要一个结合.所以涉及到关联查询.源码:https://github.com/limingios/wxProgram.git 中wx-springboot 和 No.15 获取系统信息 官网介绍 https://developers.weixin.qq.com/miniprogram…
转自:https://idig8.com/2018/09/16/xiaochengxujavashizhanxiaochengxushipinfengmianchuli47/ 截图这块,在微信小程序工具上,上传视频是有返回截图的,但是万万没想到在手机端是不能用的.所以还得借助ffmpge工具来完成,方式很简单.源码:https://github.com/limingios/wxProgram.git 中wx-springboot 和 No.15 例子 注意建议使用jpg的格式,png的格式比较大…
转自:https://idig8.com/2018/09/24/xiaochengxujavashizhanxiaochengxudeyemianzhongdingxiang59/ 在我们正常的浏览网站的时候,未登录点击vip专区的时候,需要登录,登录后还会回到最初要进入的网站,这就是页面重定向,在小程序里面也需要完成这样的功能.源码:https://github.com/limingios/wxProgram.git 中No.15 小程序代码 对于搜索,可以类似淘宝的功能,无需登录就可以进行搜…
转自:https://idig8.com/2018/09/22/xiaochengxujavashizhanxiaochengxushipinzhanshiyekaifa51/ 这次说下,小程序的视频组件,图标放置 关联到了之前没有说过的一个组件cover-view.https://github.com/limingios/wxProgram.git 中No.15 覆盖在原生组件之上的文本视图 官网介绍>https://developers.weixin.qq.com/miniprogram/d…
转自:https://idig8.com/2018/08/09/xiaochengxu-chuji-22/ 之前已经把小程序的框架说完了,接下来说说小程序的组件,在说组件之前,先说说布局吧.源码:https://github.com/limingios/wxProgram.git 中的No.9 小程序的flex布局 小程序建议使用flex布局进行排版>其实div+css的方式也可以,只是官方建议使用flex布局的方式 flex 就是一个盒装弹性布局 flex是一个容器,所有的子元素都是它的成员.…
转自:https://idig8.com/2018/09/24/xiaochengxujavashizhanxiaochengxuchakanshipinfabuzhexinxi63/ 当我们点击右下角白色的小人,查看的是当前登录者的信息,如果我们点击右上角视频发布者,应该可以跳转到视频发布者的信息详情上,查看视频发布者的信息.其实也没必要登录者和视频发布者页面不同,应该在同一个页面,如果来做呢.开始行动把.源码:https://github.com/limingios/wxProgram.gi…
转自:https://idig8.com/2018/09/23/xiaochengxujavashizhanxiaochengxusousuogongneng54/ 通过用户搜索热销词,将热销词添加到数据库中,搜索页面通过热销词的频率展示出来那些词属于热销词.并添加列表参数,可以通过搜索关键字查询列表功能.源码:https://github.com/limingios/wxProgram.git 中wx-springboot 和 No.15 后台接口的开发. 增加关键字查询视频列表功能 Vide…