CDN alicloud video accelerated play solution in edusoho network school system
Edusoho online school connects Alibaba cloud video vod to realize CDN cloud video accelerated playback
Many people click to open the video course after uploading the video through edusoho online school to view the video, which has been loading and cannot be played. They have changed the format strictly ...
Posted by project3 on Thu, 20 Feb 2020 04:21:19 -0800
[Python data visualization foundation] matplotlib, pygal library, CSV module, json, drawing world population map, API
pyplot module of matplotlib Library
1. Draw line chart
plot(x,y)#x. Y can be an expression
xlabel("title_name",fontsize=14)#Set x,y labels
tick_params("both",labelsize=14)#Set both of x y scale
axis([x_min,x_max,y_min,y_max])#Set axis range
fill_between(x,y1,y2,facecolor='bule',alpha=0.1)#Fill two wi ...
Posted by Katanius on Wed, 19 Feb 2020 10:30:27 -0800
Promise, Fetch introduction and learning summary, involving Express build interface
Send native Ajax request based on Promise
// Send native Ajax request based on Promise
function queryData(url) {
//resolve successful callback function reject failed callback function
var p = new Promise(function(resolve, reject){
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function(){
...
Posted by clip on Wed, 19 Feb 2020 08:14:39 -0800
python automatically sends results to enterprise wechat
With the progress of science and technology, more and more people feel that python is powerful and lucky, especially some automatic detection, etc., which automates some mechanized work, and finally sends the results to wechat or email. If you are too lazy to read wechat or email, you can call to inf ...
Posted by rubenc on Wed, 19 Feb 2020 06:18:05 -0800
6, spring boot tutorial -- integrating swagger
spring boot tutorial -- integrating swagger
1, About swagger
2. How to use swagger
1. Introduce the jar package of swagger
2. Write swagger configuration class
3. Code in controller
3, Operation effect
1, About swagger
Swagger is a standardized and complete framework for generating, describing ...
Posted by geetakhurana on Wed, 19 Feb 2020 02:04:24 -0800
kubernetes component - kubectl command line tool management
Main points:1. Overview of kubectl2. kubectl syntax3. kubectl Management Commands4. Similarities and differences between create and apply commands5. Example demonstration1. Overview of kubectl
Kubectl is a command line interface for running commands against the Kubernetes cluster.The configuration file for Kubectl is in the $HOME/.kube directo ...
Posted by Zay on Tue, 18 Feb 2020 08:18:40 -0800
AJAX advantages, cross domain solutions, JSON data formats and JSON objects in browsers
ajax does not reload the entire web page, update part of the web page technology
Note: ajax only works when it is running on the server. I usually use phpstudy locally
Advantage:
1. Optimize the user experience
2. It undertakes part of the work of the server and reduces the pressure of the server
3. Optimized the transmission of server-side and ...
Posted by damo87 on Tue, 18 Feb 2020 06:15:57 -0800
Express bird platform, query express information. Escaped pit
Express bird platform, query express information. Escaped pit
Written in front
Technology is updated and iterated, but there are always traces to follow.
Endless wheel building has been exhausting.
The pit that oneself jumps over, share final result, just for letting pain no longer repeat.
One bac ...
Posted by ashrust on Mon, 17 Feb 2020 20:45:30 -0800
Generating REST client using Swagger CodeGen in Spring Boot
Article Directory
What is an Open API specification definition file?
Generate Rest Client
Use in Spring Boot
API Client Configuration
Use Maven plugin
Online Generation API
Generating REST client using Swagger CodeGen in Spring Boot
Swagger is a very useful API tool. We will use Swagger to expose ...
Posted by auday1982 on Mon, 17 Feb 2020 17:13:12 -0800
Ambari Custom Service 1 - Introduction
background
Ambari is a powerful big data cluster management platform. In practice, the big data components we use are not limited to those provided on the official website. How to integrate other components in ambari?
Stacks & Services
Stack is a collection of services. You can define multiple ...
Posted by NorthWestSimulations on Sat, 15 Feb 2020 18:13:52 -0800