"Small Program JAVA Actual Warfare" Small Program Multimedia Component (27)
Let's talk about the multimedia component of the applet. Source: No.14 in https://github.com/limingios/wxProgram.git
Media components
audio
You can embed some music, songs, mp3 or something in a small program.
image
Picture components are bound to be used in any small program
* video
Video components, main video playback classes
camera ...
Posted by Jiraiya on Sun, 06 Oct 2019 20:08:32 -0700
Spring cloud project configuration extension loaded from local config directory
Inspired by Ali Open Source Nacos, this paper loads configuration from Nacos service to application after application start-up, and wonders whether loading configuration can be loaded from local storage during local development, which can also speed up development efficiency.
First
Let's look at the bootstrap.yaml configuration for the Spring C ...
Posted by lauthiamkok on Sat, 05 Oct 2019 19:19:15 -0700
K8S Practice IX (Cluster Monitoring)
Introduction to Prometheus Operator
Prometheus Operator is a set of open source CoreOS controllers for managing Prometheus on Kubernetes cluster, which simplifies the deployment, management and operation of Prometheus and Alertmanager cluster on Kubernetes.
Two, deployment
1. Download deployment files from the official
# git clone https://gi ...
Posted by 90Nz0 on Sat, 05 Oct 2019 11:58:08 -0700
Deployment of canal based on docker-compose
canal's Origin and Related Introduction
To understand the introduction of canal framework, installation and source code, please refer towiki The basic installation process and demo are very clear on the official git. It is strongly recommended to read the related introduction on git.
Mysql related s ...
Posted by jdock1 on Fri, 04 Oct 2019 20:53:18 -0700
Git: push error: error: failed to push some refs to
Reference link: https://help.github.com/en/articles/dealing-with-non-fast-forward-errors
Report errors:
! [rejected]master -> master (fetch first)
error: failed to push some refs to 'https://github.com/rtczza/IPC.git'
You want to upload the fork folder and the files in its directory to github.
...
Posted by js_280 on Fri, 04 Oct 2019 16:25:22 -0700
vue+iview blog, vue (SPA) single page, rich text compiler
An example of background management system solution based on Vue2 + iView2.0.
Functions and components currently implemented
Vue
Page: iView2.0
List of articles, classification of articles
Rich text box: quillEditor
File upload: Use iView's own file upload componentProject address
Use ...
Posted by willpower on Fri, 04 Oct 2019 09:14:27 -0700
Easy front end
Top Trading Front-end Architecture
Building with vue-cli3 as a whole
Frame selection vue family barrel + sass+ element-ui
Code Specification Mandatory Use eslint-airbnb Standard
The project is divided into architecture layer, business layer and view layer.
Architecture layer needs to deal with request encapsulation, request interruption, exce ...
Posted by bradkenyon on Thu, 03 Oct 2019 08:04:22 -0700
How to publish your own code on Github for others to use
In daily development, we all use third-party libraries written by others, so we can also publish our code to github for others to use.
First, we need to build a new warehouse named goutil and use public (private warehouse can't be seen by others!).
Then clone goes to the local place.
git clone https://github.com/startdusk/goutil.git
Here we use ...
Posted by lisa71283 on Thu, 03 Oct 2019 07:05:40 -0700
Tutorial | How to add a nice flag to your Avatar
Today, the circle of friends is on fire again. I heard that the reason is that @Tencent official website can get a green hat. Ah, it's a beautiful National Day avatar, but I heard that 502 will be soon, so let's do it ourselves.
Because the code is relatively simple, it will not be introduced one by one.
var cvs = document.getElementById("cvs") ...
Posted by abhi_elementx on Wed, 02 Oct 2019 13:06:03 -0700
Realization of Rongyun Live Chat Room (vue)
Recently, the company asked to do live video broadcasting function with chat room to record today First introduce the required Js Cloud Melting Technical Documentation https://www.rongcloud.cn/docs...
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="https://sdk-release.qnsdk.com/qiniu-web- ...
Posted by bearqst on Wed, 02 Oct 2019 08:05:49 -0700