Skip to content

Instantly share code, notes, and snippets.

@miyataken999
Created April 25, 2021 16:02
Show Gist options
  • Save miyataken999/bbbfdf6ad43967c7471a4f3d26a8513c to your computer and use it in GitHub Desktop.
Save miyataken999/bbbfdf6ad43967c7471a4f3d26a8513c to your computer and use it in GitHub Desktop.
https://iratawa.com/python-docker-mysqlclient-install/
@miyataken999
Copy link
Author

miyataken999 commented Apr 25, 2021

@miyataken999
Copy link
Author

@miyataken999
Copy link
Author

@miyataken999
Copy link
Author

<iframe width="100%" height="350" src="data:text/html;charset=utf-8, <script src='https://gist.github.com/Albert-W/e37d1c4fa30c430c37d7b1b1fe9b60d8.js'></script> ">

@miyataken999
Copy link
Author

@miyataken999
Copy link
Author

mermaid sample

graph LR
  subgraph Batch
      A[Active]
      S[Standby]
  end
  subgraph WorkNode
      W1[Worker1]
      W2[Worker2]
  end

  A --> W1
  A --> W2

  S -.-> W1
  S -.-> W2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment