每个小程序成型后,一般都会选择生成带菊花码的海报分享出去来吸引更多的流量。下面来介绍下其他的一种实现方式吧 原理:主要利用微信小程序强大的Canvas API来合成,生成后可用wx.canvasToTempFilePath()导出图片地址,从而可实现预览及保存至手机相册 一、如何使用 打开项目文件夹 ...
分类:
微信 时间:
2020-06-04 20:02:09
阅读次数:
119
JCB Electronic Service Tool Diagnostic Interface is used for fast and effective fault finding, check maintenance standards, see if the machine has bee ...
分类:
其他好文 时间:
2020-06-04 20:00:49
阅读次数:
70
url 类比json 记忆 url.parse 将url字符串转成对象url.format将url 对象转字符串 const url=require('url') let urlString='https:47.95.207.1:3000/fcj/recommend/hot/hehe?us=123& ...
分类:
Web程序 时间:
2020-06-04 13:28:05
阅读次数:
92
// 全局组件和局部组件 Vue.component('组件名',配置对象) Vue.component('global', { template: ` <div> <h1>全局组件<h1> // 局部组件 <gl-demo></gl-demo> </div> `, data() { return ...
分类:
其他好文 时间:
2020-06-04 01:43:23
阅读次数:
54
Redis作为一款开源的、高性能的键值对存储。支持主从复制,并通过哨兵模式(sentinel)提高了高可用性,以及集群(Redis Cluster)模式保证了高并发性。 一、redis主从 Redis本身提供数据持久化的功能(两种方式:RDB和AOF),把数据保存到磁盘上,保证了即使服务器重启的情况 ...
分类:
其他好文 时间:
2020-06-04 01:35:53
阅读次数:
56
本文记录Spring-Boot学习途中的点点滴滴。 其实Spring-Boot出来好长时间了,但是一直没去关注过。之前在我的印象里Spring-Boot好就好在减去了很多XML配置,加入了很多自动配置,将注解运用到了极致。想想好像也没啥技术点可以去学习,不过最近打算用spring-Boot做个小网站 ...
分类:
编程语言 时间:
2020-06-03 22:00:04
阅读次数:
81
简介 Express是基于NodeJS开发的Web框架。 # npm i -S express # 创建应用对象 const express = require('express') const app = express() # 注册各种中间件 app.use(...) app.use(...) ...
分类:
其他好文 时间:
2020-06-03 20:37:35
阅读次数:
110
@{ Layout = null; } <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Login</title> <link href="~/css/fonts/Login.css" rel="styles ...
分类:
其他好文 时间:
2020-06-03 20:02:58
阅读次数:
62
网盘推荐 由于百度网盘非会员用户限速,因此有必要找一些免费的不限速云盘来代替百度云盘。 其实,免费的云盘还是有很多的,例如:奶牛快传网盘、坚果云网盘、微云、天翼云盘、和彩云、One Driver、Google Drive。但是,这些云盘的容量都很小或者用起来不方便。 下面我给大家推荐几款比较好用的网 ...
分类:
其他好文 时间:
2020-06-03 18:49:53
阅读次数:
80
Ververica was founded by the original creators of Apache Flink®, and we’ve spent a long time solving problems in the stream processing space. In this ...
分类:
其他好文 时间:
2020-06-03 17:30:51
阅读次数:
66