Regular check collation

1. Check basic date format var reg1 = /^\d{4}(\-|\/|\.)\d{1,2}\1\d{1,2}$/; var reg2 = /^(^(\d{4}|\d{2})(\-|\/|\.)\d{1,2}\3\d{1,2}$)|(^\d{4}year\d{1,2}month\d{1,2}day $)$/;   2. Verify password strength The strength of a password must be a combination of upper and lower case letters and numbers. No special characters can be used, and the ...

Posted by reneeshtk on Thu, 09 May 2019 06:03:38 -0700

Front-end introduction (vue picture loading framework finished)

Foreword: 2018 has passed half of the year, and I don't feel anything bad in this life year. Every day is still very happy. I thank my friends for their company and gratitude!!! I haven't been home for more than half a year. Recently, I sent a video with Ma Ma. Compared with the New Year, my sister grew 10 cm, Ma was 10 kg thin ...

Posted by senojeel on Wed, 08 May 2019 11:42:39 -0700

Introductory Course of IOS Face Recognition Development--Face Detection Chapter

Introduction Face recognition is a popular technology nowadays. As developers, if we don't realize the function of face recognition, it's too Low. It's not advisable to invent wheels from the beginning. We can use a lot of ready-made face recognition technology to achieve it. Current face recognition technology is divided into WEBAPI and SDK c ...

Posted by ngreenwood6 on Tue, 07 May 2019 19:15:39 -0700

Django's Main Function-Interface Architecture Check

Ways of Verification of Interface Structures Checking in Pure Coding Form Generally, the conventional interface return value verification requires assertion judgment of the fields that need to be checked one by one, which has a great coding workload and is obviously not suitable for the interface testing platform. Let's look at an ...

Posted by Senate on Tue, 07 May 2019 12:25:39 -0700

katalon installation, recording, executing simple Web scripts

katalon installation, recording, executing simple Web scripts _Xiaobian is not talented. The article written yesterday was not saved and lost!Rewrite one today.Don't talk too much, just get right! Catalog Download katalon Register katalon Recording scripts Edit script Run script Analysis results _This catalog is ugly, ...

Posted by henry gayman on Sun, 05 May 2019 14:56:38 -0700

Use Google VR to teach you how to create panoramic picture display

This article mainly refers to documents in Google VR. If you can read and understand English development documents fluently, you can go to Official website Check it out by yourself. 1. Introducing VR View VR view allows you to embed 360 degree VR media into websites on desktop and mobile, and native apps on Android and iOS. This ...

Posted by squimmy on Sat, 04 May 2019 17:10:38 -0700

Android Learning —— Multimedia Playback

Multimedia Player brief introduction Android's Multimedia Framework Pack supports playback of many common media types, allowing you to easily integrate audio, video and images into your applications.You can play audio or video media files that are stored in the resource files of your application.The application's resource fi ...

Posted by gamer on Sat, 04 May 2019 09:40:38 -0700

Panoramic stitching using RANSAC algorithm

1. Principle of panoramic stitching 1. Introduction of RANSAC algorithm RANSAC, Random Sample Consensus, is an iterative method for finding the correct model to fit noisy data.Given a model, such as a homography matrix between point sets, the role of RANSAC is to find the correct data points without noise points. 2. Solving ...

Posted by Ghostu on Sat, 04 May 2019 07:40:39 -0700

Big Data Learning 06_Hadoop: An Overview of MapReduce

Big Data Learning 06_Hadoop: An Overview of MapReduce Overview of MapReduce MapReduce Core MapReduce Programming Specification MapReduce Case Practice 1: WordCount Hadoop serialization MapReduce Case Practice 2: FlowCount Overview of MapReduce MapReduce Core The MapReduce operator is divided into at least two phases ...

Posted by sufian on Fri, 03 May 2019 04:50:38 -0700

Android Development 22—— BroadcastReceiver Radio Receiver Principle and Registration Method

                1. Basic concepts of broadcasting mechanism When an event occurs, such as a text message or a phone call, the android operating system broadcasts the event to all registered broadcast recipients, who need to process the event.In fact, this is the broadcast in everyday life.When a news happens, the radio station b ...

Posted by hbsnam on Wed, 01 May 2019 02:30:37 -0700