Event system of View -- event distribution mechanism of View
Time system of View -- event distribution mechanism of View
1. What is event distribution?
Complete the whole interaction process by touching the screen with fingers
When the user interacts with the mobile phone through the screen, every click, long press, move, etc. is an event
Event distribution ...
Posted by boardy on Sat, 01 Feb 2020 00:18:44 -0800
The screenshot function of unity shader, the common cginc, the multi-component and the basic optimization of mobile platform
GrabPass
Use screen capture channel
GrabPass [] or GrabPass {"texture name"};
If you do not specify a texture name, the texture will be generated into the "GrabTexture" by default, and the subsequent Pass channel uses this variable to obtain the screen capture texture
Scene:
Code
Sh ...
Posted by gibs on Fri, 31 Jan 2020 23:44:59 -0800
Notes on iOS reverse learning -- LLDB dynamic debugging target program
Notes on iOS reverse learning: LLDB dynamic debugging target program
Configure debugserver
1. Copy the debugserver in the mobile phone to the Mac (provided that the mobile phone has been used as a test machine)
scp root@192.168.0.15:/Developer/usr/bin/debugserver /Users/mac/Desktop/dump
2. Check the debugserver architec ...
Posted by matt86 on Fri, 31 Jan 2020 12:03:45 -0800
Third party software for DNS installation of linker Android
Third party software for DNS installation of linker Android
Domain name acquisition method
Domain name format
Key interface
Originally, someone on the Internet has set up the corresponding DNS, which is also very convenient to use. Unfortunately, they have to pay dozens of dollars. They have no mo ...
Posted by adrian28uk on Fri, 31 Jan 2020 11:46:51 -0800
Apply wakelock tool class AlertWakeLock
1. apply the wake lock tool class AlertWakeLock
After the mobile phone is dormant, the application's calculation, timing and download may be dormant due to the CPU, resulting in the application itself unable to receive the message, data and broadcast in time. To solve the problem caused by CPU sleep, we can use hold lock to ke ...
Posted by konnwat on Fri, 31 Jan 2020 00:19:05 -0800
Java large Internet Project - development diary - Mobile e-mall - Homepage screening Solr
Java large Internet Project - development diary - Mobile e-mall - Homepage screening Solr
demand
We need to update the following product information every time we click an option. When the number of visitors is too large, if we click to request the database, the access speed will be too slow, so we ...
Posted by gbuck on Thu, 30 Jan 2020 09:09:08 -0800
Conversion of txt novel to mobi novel by using kindlegen (C + + implementation)
I always like to read novels on the kindle. The kindle doesn't hurt my eyes. It can also help control the time of playing mobile phones. But it's a headache to read the online novels in the format of txt on the kindle. Such novels have no catalogue on the kindle, and they are very long. So I always wanted to add a catalog. So there is this arti ...
Posted by Link on Thu, 30 Jan 2020 06:25:38 -0800
Multi thread crawling agent and verifying
Preface
One of the most common ways in anti crawler is to determine the frequency of your requests. If you send a large number of requests in a short period of time, whether you are a person or not, first seal your account or IP for a period of time. At this time, in order to achieve the goal of their ...
Posted by Jen_u41 on Wed, 29 Jan 2020 21:34:19 -0800
Express bird api logistics query interface to realize the docking and calling of order number query function of subscription logistics track
Background:
Share an article about synchronizing the logistics track to the local server in the e-commerce system. The current scheme uses the express bird integration api as the data source interface, which is free of charge, but the function provided is very powerful, with a special after-sales maintenance team. demo can be called in multipl ...
Posted by g7pwx on Mon, 27 Jan 2020 23:54:03 -0800
Beautify Web page elements
Beautify Web page elements
1.span Tags
Focus on prominent words, wrapped in span s
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
#title1{
font-size: 50px;
}
</style ...
Posted by NathanS on Mon, 27 Jan 2020 20:06:01 -0800