golang[32] - blockchain-base58

base58 Base58 is a unique encoding method used in Bitcoin, which is mainly used to generate the wallet address of Bitcoin. Compared with Base64, base58 does not use the number "0", the letter capital "O", the letter capital "I", and the letter lowercase "l", as well as the "+" and "/" ...

Added by samshel on Tue, 03 Dec 2019 14:09:55 +0200

Getting started with the web front end to the actual battle: html foundation pull down menu

Whether a website can make users easy to use is often reflected by the menu bar, because it provides functional access for most pages of the web page. After a single click, the menu items will be displayed, and most of the pages and functions of the website will be displayed so that users can clearly understand and save a certain amount of tim ...

Added by Pobega on Sun, 17 Nov 2019 16:31:49 +0200

Python to achieve business card management system, office necessary!

Python is indeed a language for zero-based programming enthusiasts to learn. python's programs can be understood, but it is difficult to achieve. This is a problem that almost every beginner who learns Python will encounter. Memory is better than bad ...

Added by stuartbaggs on Tue, 03 Sep 2019 12:07:22 +0300

Python Initial Operations - Importance of Time Series Analysis

Time series (or dynamic series) refers to the sequence of the values of the same statistical index according to their occurrence time. The main purpose of time series analysis is to predict the future based on the existing historical data. In this pa ...

Added by rayfinkel2 on Tue, 27 Aug 2019 12:37:57 +0300

file files for form forms upload those things

file API The client directly accesses the files of the user's computer. Before 2000, the <input type="file"> field was added to the form. The file API is a secure way to provide web development, so that the client can better access the user's files and fields. Some interfaces directly accessing file information - files col ...

Added by Mastermind on Mon, 01 Jul 2019 21:25:18 +0300

File upload using Apache open source class libraries in Servlet

With specific examples, this paper describes how to upload files in Servlet s using packages provided by the Apache open source class library.The reference book for this article is the third edition of Tomcat and Java Web Development Technical Details by Sun Weiqin. The software versions used in this paper are: Window10, JDK10, Tomcat9.The Dow ...

Added by mazzzzz on Thu, 27 Jun 2019 19:15:44 +0300

JavaScript data structure: tree

Translated from Cho S. Kim Articles: Data Structures With JavaScript: Tree Tree is one of the most commonly used data structures in web development. This sentence applies to both developers and users: developers create a DOM through HTML, and users consume network information through DOM. Further, the text you are reading is rendered in a br ...

Added by phphead on Sun, 16 Jun 2019 01:52:45 +0300

Bootstrap of Responsive Layout Values

1. Introduction to Responsive Layout It is compatible with multiple terminals on the website - rather than making a specific version for each terminal, which aims to provide users with a more comfortable interface and better user experience. Advantages and disadvantages: Advantages: (1) High flexibility in facing different resolution devic ...

Added by SlyOne on Sat, 08 Jun 2019 21:34:54 +0300

Front-end Development Start to Practice: Calculate the exposure time (residence time) of each module in a page

Products want to see the active pages put out. Users are more interested in what information is on their pages, and they are not interested in what information is on their pages at all. => Calculate the residence time of each module in the page The first time I heard this demand, my brain started to run crazily, and then I thought of plan ...

Added by cristal777 on Tue, 04 Jun 2019 06:01:24 +0300

Express + Session Implementing Logon Authentication

1. Write in front When we log on to a website, without logging out, we shut down the website, and after a period of time, open the website again, it will still be logged in. This is because when we log on to a website, the server will save our login status until we log out or the saved login status expires. How does the server store our login s ...

Added by ToddAtWSU on Sun, 26 May 2019 21:13:25 +0300