上一页 1 ··· 8 9 10 11 12 13 14 下一页
摘要: Enter换行符 如果包含有回车换行符,在字符串中表现为“\n”; 会返回一条字符串; 原文章:https://blog.csdn.net/shenlf_bk/article/details/79408840; // 检测Enter ReplaceSeperator(mobiles) { var i 阅读全文
posted @ 2020-10-19 17:33 小泽沐优声 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 功能 滑动切换时间,打点功能,支持月周切换日历组件 这是一款支持滑动切换以及周模式和月模式切换功能的日历组件,可以设置打卡信息,自定义样式。 组件样式使用了sass所有需要项目中先安装node-sass和sass-loader。 日历组件,组件名:zzx-calendar,代码块: zzxCalen 阅读全文
posted @ 2020-10-19 16:56 小泽沐优声 阅读(1462) 评论(0) 推荐(0) 编辑
摘要: 普通列表 例图: 代码片段: <template> <view class="teacher"> <view class="teacher-list"> <view class="list-title"> <image class="image" src="https://pic.cnblogs.c 阅读全文
posted @ 2020-10-14 09:26 小泽沐优声 阅读(455) 评论(0) 推荐(0) 编辑
摘要: 介绍 功能:回复,点赞(笔芯),评论,图片(最多六张)。 码云地址:https://gitee.com/sunliusen/friend 例: 阅读全文
posted @ 2020-10-12 21:54 小泽沐优声 阅读(440) 评论(3) 推荐(0) 编辑
摘要: 这里也是比较简单的 直接复制粘贴就可以用,可能图片位置不对。。 <template> <view id="imporwer"> <image src="../static/image/people.jpg" ></image> <view class="title">课程点评</view> <vie 阅读全文
posted @ 2020-10-09 16:23 小泽沐优声 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 可能是ssl 的问题 解决办法: 1. npm config set strict-ssl false 2. npm install -g supervisor 以上完成后vue ui 或vue create project就可搭建项目。 阅读全文
posted @ 2020-06-28 18:19 小泽沐优声 阅读(332) 评论(3) 推荐(0) 编辑
摘要: 菜单+R 输入control 点击确认。 阅读全文
posted @ 2020-06-03 16:50 小泽沐优声 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 辞职的第二天没有去找工作还,准备回家。 但到了火车站才发现沃特玛的买的票不是在这个火车站坐。 这就耽误了行程。。。。。。 说出来真舒服!!!淦 代码 这里已经上传到码云了,大家可以直接引用。 目前只有4首歌 分别是:绊,心做,花海,我好想你。 目前是播放完循环。 <!DOCTYPE html> <h 阅读全文
posted @ 2020-05-31 15:31 小泽沐优声 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 格式化时间 Date.prototype.formatDate = function (fmt) { var o = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(), "m+": this.getMin 阅读全文
posted @ 2020-05-28 09:54 小泽沐优声 阅读(119) 评论(0) 推荐(0) 编辑
摘要: uni-app分享 uniapp官网地址:https://uniapp.dcloud.io/api/plugins/share?id=sharewithsystem 调用系统分享组件发送分享消息,不需要配置分享SDK 当中出现了图片,图片的优先级会大于文字。 uni.shareWithSystem( 阅读全文
posted @ 2020-05-27 14:39 小泽沐优声 阅读(6720) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 下一页