php and aliyun short message interface access

Using the Aliyun SMS API, we need to obtain the following necessary parameters in the console, which requires our own mobile phone validation + official audits many times, especially the audits need to be patient. 1. accessKeyId is equivalent to your personal account key; 2. accessKeySecret is paired with the above; 3. SignName personal sign ...

Posted on Fri, 06 Sep 2019 00:06:12 -0400 by simonb

HTML-12.1-Form Label

HTML-12.1-Form Label First: Form Label Properties 2: Input label (text box) 1,type 2,value 3,size 4,readonly 5,disabled Three: Dropdown List Tags 1. Attributes of <select> Label 2. Attributes of <option> Label IV: Multi-line Text I ...

Posted on Thu, 05 Sep 2019 04:44:31 -0400 by brad.techguy

Multithreaded programming learning six (blocking queue in Java).

introduce Blocking Queue means that when the queue is full, the queue blocks threads that insert elements until the queue is not satisfied; when the queue is empty, the queue blocks threads that acquire elements until the queue is not empty.A blocking queue is a container that producers use to store elements and consumers use to get them. When ...

Posted on Tue, 03 Sep 2019 20:45:03 -0400 by shu

Knowledge points related to penetration testing, such as sqlmap injection nmap scanning mode, sql injection type sql injection protection method, etc.

First, sqlmap, how to inject an injection point? 1) If it is a get model, directly, sqlmap-u "such as dot web site". 2) If it is a post type such as point, the parameters of sqlmap-u "injection point address" -- data="po ...

Posted on Tue, 03 Sep 2019 03:18:37 -0400 by musson

Basic overview of Rewrite

Basic overview of Rewrite What is rewrite Rewrite mainly implements url address rewriting and redirection, which is the process of redirecting incoming web requests to other urls. rewrite usage scenario 1. Address jump. Users visit www.drz.com. This URL is to direct it to a new domain name, mobile.drz.com. 2. Protocol jump. When a user requests ...

Posted on Mon, 02 Sep 2019 10:41:24 -0400 by promovi

Detailed Configuration of Web Server and Virtual Host Based on Nginx

With the rapid development of computer and Internet technology, various Web sites have become the backbone for users. In various website server software. In addition to Apache, there is a lightweight HTTP server software, Nginx. Building Web server based on Apache can refer to blog posts: Construction of Web Server Based on Apache Introduction ...

Posted on Mon, 02 Sep 2019 08:10:24 -0400 by KresentPhresh

Getting data submitted by the web

background Before golang development, beego framework was used. The advantage of the framework is that all the tools are encapsulated. When obtaining parameters, the corresponding data can be obtained by calling the corresponding methods. Recently, ...

Posted on Fri, 30 Aug 2019 03:55:31 -0400 by gabriel kent

SEER block chain database_api updates support querying exchange block information through txid

———— Enabling Style Industry with Block Chain Technology———— Recently, SEER core developers updated SEER cli and database_api, adding an interface: get_transaction_by_txid, which can be used to query the height of the transaction in the chain and the location of the transaction in the block throug ...

Posted on Wed, 28 Aug 2019 07:14:48 -0400 by number67a

Using Websocket in PHP Services

WebSocket WebSocket protocol was born in 2008 and became an international standard in 2011. All browsers are already supported. Its greatest feature is that the server can actively push information to the client, and the client can also actively send information to the server. It is a real two-way equal dialogue and belongs to a kind of server ...

Posted on Fri, 23 Aug 2019 05:36:54 -0400 by woozy

25 powerful CSS codes, which are said to be tricky codes developers often encounter

These codes are commonly used, such as special effects, rounded borders, CSS transparency, trapezoidal wrapping, small CSS triangles, etc. I hope they are useful to you 1 Simple and good Blockquote style The CSS code is as follows bl ...

Posted on Thu, 22 Aug 2019 21:56:55 -0400 by Celadon