Quick media Chinese QR code support
Quick media Chinese QR code support
Quick-Media The project provides a series of out of the box tools for multimedia operations, such as image editing and synthesis, markdown/html/svg rendering, audio processing; and of course, the two-dimensional code generation and analysis highlighted in this paper
QRcode plugin supports the generation of ...
Posted on Mon, 29 Jun 2020 22:22:46 -0400 by webref.eu
Build Mongodb cluster in detail under centos7
1, Mongodb cluster (no SQL Library) cluster construction
1. For the topology of Mongo cluster, let's have a brief understanding2. Install mongodb to node1, 2, and 3 nodes (the following operations should be performed on node1, 2, and 3 nodes, xshell is recommended)
(1) Configure mongo's yum source
Com ...
Posted on Mon, 29 Jun 2020 03:12:11 -0400 by madhukar_garg
Bootstrap Mock Box + Alipay Home Page
Task not completed, continue! Because just now the network was not good, I worked hard and sprinkled a lot of it all!
Today we're going to focus on a simple case that combines Bootstrap with HTML5:
First, as the title tells you, this is the mobile side, so you need a bunch of code like this:
<meta ...
Posted on Fri, 19 Jun 2020 22:48:38 -0400 by Laogeodritt
Laravel uses laravel Google authenticator to develop a dynamic mobile token for your website through Google authenticator
Google authenticator, in combination with two-step authentication, can provide you with a second level of security when you log in to your Google account. After enabling two-step authentication, you need to provide a password and the authentication code generated by this app when you log in to your a ...
Posted on Fri, 12 Jun 2020 05:25:07 -0400 by gabeanderson
jQuery's load method designs dynamic loading and resolves loaded page js
The jQuery load() method is a simple and powerful ajax method.
load() retrieves data from the server and places the returned data in the selected element.grammar
$(selected).load(URL,data,callback);
Where:
URL s are required, and consecutive are optional. The callback parameter is the function that ...
Posted on Fri, 05 Jun 2020 13:13:53 -0400 by dougmcc1
node implements wechat code scanning and mass sending message "attach github code"
This article is to introduce how I use node to realize the function of scanning code and group sending. The source code address is at the back
Get login QR code - > scan code to login server
First, introduce the main process and attach the key code
1. Get UUID and request QR code picture
Calling interface: https://login.wx.qq.com/j ...
Posted on Sun, 03 May 2020 20:04:40 -0400 by Calimero
Android reward function: Alipay transfer
It is suitable for individual developers to develop APP, allowing users to reward the author, in essence, to transfer Alipay accounts to designated accounts.
First, open the Alipay APP, click the "collection" function, save the payroll code (Er Weima) picture to the mobile phone (further move to the computer).
2. Find an online QR cod ...
Posted on Sun, 03 May 2020 16:35:33 -0400 by sergio-pro
PHP common design mode, PHP common design mode detailed, PHP detailed design mode, PHP design mode
Details of common design patterns for PHP
Singleton mode:
php Exchange group: 159789818
Attribute: A singleton class can only have one instance
Intra-class u construct constructor privatization to prevent new instances
Intra-class u clone privatization to prevent objects from being copied
Set a $instance private static property to save an in ...
Posted on Sat, 11 Apr 2020 12:55:37 -0400 by AcidDriver
java generate QR code scan web page automatic login function
Looking for a lot of information, seven, eight, eight have tried again, and finally wrote out this function.
A rookie. This article is only for notes.
A simple generation of QR code, through the web page to confirm the login, to achieve the QR code page to jump to the main page.
There are three servlet s:
CodeServlet.java does two things
A: gen ...
Posted on Sun, 29 Mar 2020 12:37:16 -0400 by welshmike
Qt print QR code
Add profile to printer support:
QT += printsupport
Create a new Widget project named MyQRCode, and create the qrlib folder in the project directory
Download the tripartite support library from:
https://github.com/nayuki/QR-Code-generator
Copy the following six files in the cpp directory to the qrlib folder
Add the qr library file to the ...
Posted on Sun, 29 Mar 2020 11:48:42 -0400 by jk11uk