tags: Lean Six Sigma and Digital
Recently participated in a Six Sigma Digital Forum. Big coffee mentioned that Six Sigma and digital data is a natural enemy or a cooperative relationship. Big data is not natural, still need statistical technology and Six Sigma thinking. Big data is not concerned about causality and six Sigma difference here. How to see you.
Size pictures:
Picture of home:
Create a picture of a size:
Of course, in order to make users more convenient, we have added pictures drag and drop function.
go withBlog settingsPage, select a code you like, the following shows the same highlightCodes.
// An highlighted block
var foo = 'bar';
A simple form is created so:
| project | Value |
|---|---|
| computer | $1600 |
| Mobile phone | $12 |
| catheter | $1 |
use:---------:Center
Used:----------Resolve
Used----------:Live
| first row | The second column | Third column |
|---|---|---|
| First column text | The second column of text | The third column of text |
Smartypants converts ASCII punctuation to "Intelligent" print punctuation HTML entities. E.g:
| TYPE | ASCII | HTML |
|---|---|---|
| Single backticks | 'Isn't this fun?' |
‘Isn’t this fun?’ |
| Quotes | "Isn't this fun?" |
“Isn’t this fun?” |
| Dashes | -- is en-dash, --- is em-dash |
– is en-dash, — is em-dash |
A text with a foot.1
MarkDown converts text toHTML。
You can use rendering of Latex mathematics expressionsKaTeX:
Gamma formula display Is Euler points
You can find more information aboutLaTeX Mathematical expressionhere.
You can use the UML chart for rendering.MermaidFor example, one of the following sequence diagrams:
This will produce a flow chart. :
We will still support flowcharts for Flowchart:
If you want to try to use this editor, you can edit anything in this article. When you have completed a writing in an article, find it in the top toolbarArticle export Generate a .md file or .html file is saved locally.
If you want to load a .md file you wrote, you can select the import function to import file import in the top toolbar.
Continue your creation.
Interpretation of your foot↩︎
Article Directory Introduction to Nginx Nginx environment preparation Configuration file Nginx start, stop Custom error page Access control Web hosting settings Based on port number Based on domain na...
1. Multi-threaded realization There are two ways to achieve multithreading: 1.1. Inherit the Thread class => Example: A a=new A(); a.start(); 1.2. Implement the Runnable interface => Example: A ...
http://codeforces.com/contest/371/problem/B More violent way of writing: bfs search (can pass, but there are better ways), a total of six expansion directions, one point of optimization is: eat big. c...
When doing CIFAR image recognition, I want to visualize the image Article Directory 1. Official website description 2. The purpose of the function 1. Official website description The documents on the ...
Solution: field data type to the decimal data type, the data type for applications requiring very high precision calculations...
1010 yuan polynomial guidance Design function to ask a dollar derivative. (Note: First stage derivative Nx ^ (N-1) of x ^ n (n is an integer))) Input format: Enter polynomial non-zero coefficients and...
This article mainly introduces the use of various optimizers. Because the task of most machine learning is to minimize the loss, in the case of loss definition, the rest of the work is left to the opt...
Configuration Logic Solution The two applications of this machine need to store the configuration in the H2 file, so the H2 embedded database is used. So you can solve the file_lock = no without a loc...
Keepalived + Nginx High Access Cluster (Double Main Mode) 1. Cluster architecture diagram: Description: Continue to do experiments in the above environment, just modify the configuration files for the...
There are the following two data files in json format that need to complete data cleaning First, convert Baidu json format Upload the file to hdfs Use spark to read the file: jsonDF result: The log fi...