js password generator

Password Generato Recently, referring to some password generators on the Internet, a similar password generator has been imitated. The password is mainly composed of "uppercase", "lowercase", "number" and "symbol". The specific style is as follows: development process This paper mainly records the js de ...

Posted by itisme on Fri, 01 Nov 2019 08:36:17 -0700

Docker compose of docker three swordsmen

Blog Outline:I. Introduction to ComposeII. Installation and use of ComposeIII. preparation of. yml document I. Introduction to Compose Compose is a tool for defining and running multi container Docker applications. With compose, you can use YAML files to configure your application's services. Then, with one command, you can create and start ...

Posted by auteejay on Fri, 01 Nov 2019 06:02:58 -0700

Smartour - make web navigation easier

When the content of a web page is greatly adjusted, it often needs a navigation function to tell users that a certain function has been adjusted to another location. The normal way is to add a mask, highlight the adjusted area, and then use the text to complete the guidance. We call this function "guide", while Smartour pulls out the ...

Posted by AshtrayWaterloo on Fri, 01 Nov 2019 02:39:42 -0700

Just 5 minutes! Quick tutorial of deploying lightweight Kubernetes cluster with k3s

K3s, which is only 40MB in size, provides a good choice for enterprises that want to save cost for development and testing. In a very simple way, this article will teach you to deploy a lightweight Kubernetes cluster in 5 minutes using k3s. This article comes from: Rancher Labs Kubernetes has changed how to deploy and manage containerized wor ...

Posted by djp120 on Thu, 31 Oct 2019 23:41:20 -0700

Some problems in using bootstrap select

  Here is a summary of some problems encountered during the last use of bootstrap select. As for the specific usage of bootstrap select, I will not introduce it here. There are many examples on the Internet. Address: Official plug-in address: https://developer.snapappointments.com/bootstrap-select/ GitHub address: h ...

Posted by john0117 on Thu, 31 Oct 2019 18:59:29 -0700

kubectl top nodepo show `error metrics not available yet`

This is a directory that doesn't need to exist kubectl top node/po show `error: metrics not available yet` Version information Record of pits Yaml (my version, modified) Readme.md Summary or to write! kubectl top node/po show error: metrics not available yet Version information kuber ...

Posted by woodsonoversoul on Thu, 31 Oct 2019 13:02:15 -0700

canvas, the only front-end implementation in the whole network, supports multi graph compression and package and download

Technology stack: canvas JSZIP.js (the JSZIP Library of the compression and decompression plug-in on the web page side) Filesaver.js (file saved to local library) Direct interpretation of source code: <div class="cont"> <div class="uploadBtn">Select pictures<input name="file" accept="image/png, image/jpeg" multipl ...

Posted by basim on Thu, 31 Oct 2019 03:22:39 -0700

execsnoop - short time process tracking tool

In the actual work, the CPU utilization rate and the average load of the system are very high occasionally, but the application of high CPU cannot be found. The cause of this problem: the process may be constantly crashing and restarting Through uptime, it is found that the system load is very high, but through top, mpstat, pidstat, perf and ...

Posted by joebWI on Wed, 30 Oct 2019 21:34:25 -0700

FreeSql supports. NetFramework 4.0, ODBC access

It's nearly a year since FreeSql was released as an open source. At present, there are 64118 lines of code in the main warehouse. The commands counted by git command are as follows: find . "(" -name "*.cs" ")" -print | xargs wc -l Add in the code of several other expansion packages, there are about 70000 lines of source code. Warehouse address: ...

Posted by erika_web on Wed, 30 Oct 2019 19:35:57 -0700

How to play amr directly on Web page

amr online play Alex374 / AMR player library github: https://github.com/alex374/am... <!DOCTYPE html> <html> <head> <title> arm play</title> <script src="./amr-player-master/amrnb.js"></script> <script src="./amr-player-master/amrplayer.js"></script> <script type="text/ ...

Posted by Joeddox on Wed, 30 Oct 2019 11:09:14 -0700