Android EditText enter mobile number auto space

Jane book: Android EditText enter cell phone number space The development requirement is to insert a space in the middle of the mobile EditText on the login page to make the user look convenient. 130 1234 4567, the fourth number and the fifth number in the middle are preceded by a space. It is also required that in ...

Added by needphphelp on Thu, 02 Apr 2020 09:34:15 +0300

Configure HTTPS certificate logging

Configure HTTPS certificate records for the official website, the first time Of course, it should be recorded. This is the new official website themis official website Don't talk too much. Get to the point 1) detours After checking the configured nginx root certificate and secret key, https can be accessed normally ├── C ...

Added by turdferguson on Wed, 01 Apr 2020 17:01:47 +0300

Easy to understand Vue router

<head> <meta charset="UTF-8"> <title>vuejs Course</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-styl ...

Added by hazy on Sat, 28 Mar 2020 17:53:05 +0200

ActiveMQ Installation and Use

Introduction to ActiveMQ: https://my.oschina.net/u/4284277/blog/3212385 SpringBoot Integrates ActiveMQ: https://my.oschina.net/u/4284277/blog/3212387 MQ theoretical knowledge: https://my.oschina.net/u/4284277/blog/3212391 1. Installation Official website: http://activemq.apache.org/ Baidu Disk Address: Link: https://pan.baidu.com/s/1A55X- ...

Added by jmcc on Fri, 27 Mar 2020 07:57:54 +0200

User registration interface js verification + form prompt

JavaScript verification requirements: 1. Each item must be filled in or selected, and cannot be empty; 2. User name: it can only contain English letters and underscores, with a length of 6-18 characters; 3. Password: it must contain English letters in upper and lower case and numbers, and the length cann ...

Added by gilang4 on Fri, 20 Mar 2020 20:47:39 +0200

File input 'accept' attribute - useful?

It's very easy to upload files under html, but I just noticed that the < input type = "file"... > accept > attribute can be added to the < input type = "file"... > tag. Is this property useful as a way to restrict file uploads to images, etc? What is the best way to use it? Or, is there a way to limit t ...

Added by jl9148 on Tue, 17 Mar 2020 05:06:10 +0200

Website front desk - login and user center

Chapter 6 website front desk - login and user center Learning objectives: Complete the user registration function Complete the user login function and master the use of JS cookies Complete the function of wechat code scanning and login Complete the nesting layout of user center and master the use of ...

Added by mdojet on Thu, 12 Mar 2020 11:42:48 +0200

2D game development course assignment Report

2D game development course experiment report This is a verification assignment. The code is given by the teacher. 1. Sequence application - word guessing game Function introduction The word guessing game is to randomly generate a word by a counting machine, to disrupt the alphabetical order for players to guess. This game uses the control chara ...

Added by vividona on Mon, 09 Mar 2020 08:08:36 +0200

js simple picture magnifier

js simple picture magnifier ------------Anti war class: come on! When you often visit websites like Taobao, tmall and Jingdong, you will often see the effect of some pictures. For example, if you put the mouse on the right side of the picture, a magnified preview area will appear, which is called ...

Added by jotgabbi on Sun, 08 Mar 2020 13:33:02 +0200

Proxmark3 Easy to crack access card (reprint precious knowledge to prevent loss)

Reprinted to: https://lzy-wi.github.io/2018/07/26/proxmark3/ Please read the source author's article. If the link fails, please read this article. Preface                        &emsp ...

Added by cjcdadams on Sat, 07 Mar 2020 10:41:52 +0200