iOS-imitation sticker rolling (physical simulation)

Guide reading Simply use OC to write a small ball rolling effect;It's like a balance ball. GitHub address: https://github.com/wangliujiayou/WLBallView Welcome to Star. Worship rolling Get to the Topic - (Sensors) Sensor is an induction detection device, which has been widely used in smart phones to detect the information around the device. ...

Added by crash4o4 on Fri, 21 Jun 2019 22:56:54 +0300

Write a simple web server

Minimalist version of web server based on Python 3. Used to learn HTTP protocol and WEB server working principle. The author has a superficial understanding of the working principle of WEB server, which is only based on personal understanding. There are many shortcomings and loopholes. The purpose is to provide you with a way to write web serve ...

Added by t31os on Fri, 21 Jun 2019 04:49:44 +0300

K8S DIY SERIES - 2.3 - PV & PVC

Preface In experiment 2.2 - Deployment, we successfully transformed wordpress+mysql based on Pod deployment into Deployment-based deployment. Deployment-based deployment has many advantages, such as supporting Rolling Update and horizontal expansion. However, there is a problem that when our Deployment is modified or Pod is deleted and reconstr ...

Added by joviyach on Thu, 20 Jun 2019 23:57:25 +0300

Detailed Interpretation of AFNetworking File Breakpoint Download

I've seen many downloads of breakpoints written by people, including those on GitHub, but there's a common feature that doesn't meet the demand, or that's a little over-encapsulated. Over-encapsulated is a little painful. So buddy, I decided to come. Of course, I'm not a fuel-efficient lamp. Before I make my point, I'll make a mockery of the co ...

Added by Zamees on Wed, 19 Jun 2019 22:58:24 +0300

avalon project practice record

Original address: http://mtmzorro.github.io/201... Project Background Need to be compatible with IE7 (important persuasion to discard IE6 based on data support) The last version of the traditional jQuery DOM development model, after numerous manual maintenance has been horrible to see Core Business Processes, Maintainability and Robustness Req ...

Added by MannX on Wed, 19 Jun 2019 03:14:42 +0300

Common Git Operating Commands

Common commands git --version View version information git config --global user.name = "name" Configure User Name git config --global user.email = "xxx@xxx.com" Configure user mailbox cd: Switch the working directory. change directory pwd: Print the working directory. print work directory ls: View the contents of the specif ...

Added by jhlove on Wed, 19 Jun 2019 00:36:02 +0300

Android Implements IOS11 Control Center Schedule Bar

IOS 11 has released beta, and I believe some of the partners with the iphone are eager to upgrade.So in this article, we use a simple custom View to implement a very novel progress bar in the control center similar to iOS 11. Let's first look at the target effect map and the final result. Target rendering Achieving results Custom Property A ...

Added by CtrlAltDel on Tue, 18 Jun 2019 21:26:43 +0300

Android pedometer module (similar to Wechat movement)

Recently, the step counting module was studied in the project. It began to record the steps of the day at 0 o'clock every day, which is similar to the Wechat movement. Many pits have been encountered. Today, I have time to sort them out for you to see.Before doing this, we searched google, baidu, github and found no good ones. Most of them need ...

Added by Script200 on Mon, 17 Jun 2019 23:42:14 +0300

React Practice Project (1)

React already has nearly 70,000 star ts on Github, and is the most popular front-end framework at present. And I've been learning React for a while. Now I'm going to fight with React+Redux! Article Address: https://github.com/DigAg/diga...Project code address: https://github.com/DigAg/diga... First, we started building a basic project. We use c ...

Added by sayoko on Mon, 17 Jun 2019 23:23:42 +0300

Android imitates the Home Page of Palm Heroes Alliance to achieve folding effect

It's not just the Palm Heroes Alliance, but also the micro blog discovery page. When sliding to a certain distance, it automatically hides the rotation map, or the layout under the title bar. And make the tablayout top. Similarly, the layout of the personal pages of the brief books is the same. Some of the image processing is not clear. It ...

Added by Swedie on Mon, 17 Jun 2019 00:12:39 +0300