On.NET HttpClient way to get small code (Er Weima)
With the hot application of small programs, there are many demands for small program development on the market. Recently, we analyzed the requirement of generating a small program code, which required that scan code jump to the specified page of the small program (with parameters). After looking at the official document of the small program and ...
Posted by Edgewalker81 on Sat, 05 Oct 2019 16:31:18 -0700
How did I go from analysis to handwriting a Wechat Robot--Login Chapter
I believe you all use Wechat, and also know the existence of the web version of Wechat. Today we are going to talk about how to make a fully automated micro-communication robot by simulating the web version of the micro-communication interface. This is the first part of this practical project, which focuses on how to realize a landing process. ...
Posted by bl00dshooter on Thu, 19 Sep 2019 23:14:46 -0700
[Project Practice] How did I go from analysis to handwriting the login page of a Wechat Robot?
I believe you all use Wechat, and also know the existence of the web version of Wechat. Today we are going to talk about how to make a fully automated micro-communication robot by simulating the web version of the micro-communication interface. This is the first part of the actual combat project, which ...
Posted by porto88 on Thu, 19 Sep 2019 07:03:36 -0700
php Picture Rotation and png Transparency
Because of the need to process the generated two-dimensional code image rotation, and then merge with another png image, the pictures are all png
<?php
// this file writes the image into the http response,
// so we cant have any output other than headers and the file data
ob_start();
$filename = 'qrcode.png'; //my qrcode background co ...
Posted by Papalex606 on Tue, 30 Jul 2019 22:13:15 -0700
In the application of yii2, we use imagine library to generate shared graph.
This requirement is now particularly common, such as generating small program sharing graphs, generating circle of friends sharing graphs and so on, generally text + two-dimensional code + background template. Today we use imagine to accomplish this task and use it as an interview module for the website.
The layout of my shared map is as follow ...
Posted by brewmiser on Fri, 17 May 2019 20:10:56 -0700
Two-dimensional code generation 2
Last article Two-Dimensional Code Generation This paper introduces the simple application of generating two-dimensional codes through the class library ThoughtWorks.QRCode.dll, and makes a simple encapsulation of the class library ThoughtWorks.QRCode.dll. Based on the last modification, the user-defined head image or icon can be added in the mi ...
Posted by PureDrive on Mon, 08 Apr 2019 00:24:31 -0700