IOS UI Image and Drawing

Articles Catalogue Drawing pictures UIImage class Drawing method Use Watermarking Use Classification.h Classification.m Use classification Code 1: Cut out circular pictures Clipping by drawing Other methods Screen capture Use Crash problem of error-reporting permission to save pictures: Code ...

Posted by faraway on Tue, 23 Jul 2019 10:23:27 +0200

Qt Writes Custom Control 33-Picture Switching Animation

I. Preface In many graphics software, when switching pictures, you can bring animation transition or switching effect, which is more human-oriented. In fact, it is mainly dazzling, such as shutters, transparency changes, lower left corner flying in, etc. No matter how many kinds of effects, the core is around QPainter to carry out the correspon ...

Posted by Duell on Sun, 21 Jul 2019 16:52:52 +0200

Use of DBlink in Mysql

In practice, we may encounter tables that need to operate on other database instances, but do not want the system to connect to multiple libraries. At this point, we need to use data table mapping. Like DBlink in Oracle, anyone who has used Oracle DBlink database links knows that they can query data across instances. Similarly, Mysql's own FEDE ...

Posted by jhbalaji on Sun, 21 Jul 2019 12:06:05 +0200

Iterator Implementation Mechanism of foreach Statement in C#

Links to the original text: http://www.cnblogs.com/riasky/p/3481600.html The foreach statement in C # can be used to iterate through elements in a collection, and all types that support IEnumerable or IEnumerable < T> generic inte ...

Posted by alohatofu on Sun, 21 Jul 2019 12:06:01 +0200

Analysis of the Essence of Microsoft.AspNetCore.Identity - Configuration Details

Learning Catalogue Preface primary Rookie Entry Detailed configuration Simple secondary development Advanced UserManager parsing RoleManager parsing Validator parsing SignInManager parsing Why is there configuration? Normally, users of any product will do some customized functions according ...

Posted by snidog on Sun, 21 Jul 2019 09:16:20 +0200

Vps opens BBR acceleration (CentOS 7)

vps of vultr, bought last month, still feel slow to watch videos, so look for tutorials online, open BBR acceleration here and record it, which may be used later. BBR is a new congestion control algorithm proposed by Google, which can significantly improve the throughput of Linux servers and reduce the delay of TCP connections. BBR solves t ...

Posted by Spinicrus on Wed, 17 Jul 2019 21:45:31 +0200

Something about UITextField

From: http://sindrilin.com/ios-dev/2016/09/23/UITextField UITextField is used as an important control to obtain user information in project, but there are many pits in practical application: modifying keyboard type to limit the type of keyboard, but it is difficult to limit the type of input of third-party keyboard; restricting the length ...

Posted by tooNight on Wed, 17 Jul 2019 19:59:18 +0200

ios page overflow:scroll; slow scroll and mobile web page, soft keyboard pop-up, input box is obscured

In mobile web development, you will find that when you set an overflow:sroll attribute to an element, when you slide the page on the ios side, the response of page scroll is very slow, there is a kind of Katon feeling, but it scrolls very fast on the Android side, so some people think of using iscroll.js plug-in, so that there is overflow:scrol ...

Posted by AnAmericanGunner on Wed, 17 Jul 2019 00:56:47 +0200

Bmob Backend Cloud Initial Experience

Introduction to Baas Baas, short for Backend as a Service, is "Mobile Backend as a Service". "Mobile Backend as a Service" is a typical practice of mobile platform in the concept of "cloud". Baas helps us pack things in servers. People who are mobile end don't need to think about how to write servers, how to des ...

Posted by luketheduck on Tue, 16 Jul 2019 22:30:49 +0200

Implementation of Android Immersive Status Bar and Transparency of Status Bar

Original: Click to visit Now more and more software has begun to use the immersion status bar. Here are two ways to use the immersion status bar. Be careful! Immersive status bar only supports Android Version 4.4 and above Status Bar: Gradient color on 4.4, transparent on 5.0. This simulator demonstrates 4.4. Effect map: Be car ...

Posted by areric on Mon, 15 Jul 2019 22:08:50 +0200