Use of NineOld Androids Animation Compatibility Library-ViewHelper

This article is reproduced from: http://www.bkjia.com/Androidjc/936210.html Function description: NineOld Androids is an open source project on github. Its function is to use attribute animation on low version android (below API 11). Its principle is also very simple, mainly to judge the current sdk version, if it is larger than API 11, then ...

Posted by maheshb on Mon, 17 Jun 2019 22:14:11 +0200

Nodejs Learning Notes (6) - - Mysql Connection

install Mysql installationhttp://ftp.ntu.edu.tw/MySQL/Downloads/MySQLInstaller/Version: mysql-installer-community-5.7.17.0.msiVisual Interface Tool: MySQL-Front_V5.4.4.153_SetupInstallation tutorial: http://jingyan.baidu.com/article/363872ec2e27076e4ba16fc3.htmlAbout passwords: admin/admin root/adminhttp://www.jb51.net/article/71888.htmhttp://b ...

Posted by BizBoy on Sun, 16 Jun 2019 23:57:16 +0200

Implementation of Android drop-down refresh framework

1. About drop-down refresh Drop-down refresh was first invented by Loren Brichter, the founder of twitter. There is a theory that pull-down refresh is an application that can be used to arrange feeds in a chronological order from new to old. In this application scenario, users will naturally pull down to find the updated content, so pull-down ...

Posted by tony_l on Sun, 16 Jun 2019 01:15:57 +0200

OC-UICollectionView Implementing Waterfall Flow

UICollectionView Implementing Waterfall Flow There are two known schemes for realizing waterfall flow in iOS: Uses the UIScrollView to encapsulate a set by oneself, this kind of plan applies before iOS 6, because iOS 6 only then comes out UICollection View, but now this kind of plan has not been used very much, must encapsulate by oneself. And ...

Posted by Irresistable on Fri, 14 Jun 2019 21:00:35 +0200

Simple Test and Use of PHP Machine Learning Library php-ml

php-ml is a machine learning library written in PHP. Although we know that Python or C++ provides more libraries for machine learning, in fact, most of them are slightly more complex and configurable, which makes many novices desperate. php-ml is a machine learning library, although it does not have a very large algorithm, but it has the most b ...

Posted by naggi on Fri, 14 Jun 2019 02:05:00 +0200

VueJs Project Notes

====================== Summary of Knowledge Points=========================== 1. keep-alive (realizing page caching) 2. Solutions for fixed location of mobile terminals III. Verification of Vue Forms [https://www.zhihu.com/questio... 99220](https://www.zhihu.com/questio... "Vue form validation") https://github.com/aweiu/vue-verify-po ...

Posted by pleigh on Thu, 13 Jun 2019 23:55:15 +0200

Write your own code base (implementation and encapsulation of common examples of javascript)

1. Preface Because the company's recent projects are busy, there are not so many spare events to write articles, so this article was released a few days later. But it doesn't matter, but when it comes, it always comes.Well, let's not say much about the others. You should know when you develop, there are many common examples of operations. For e ...

Posted by lando on Wed, 12 Jun 2019 23:12:38 +0200

react-navigation navigator in project practice

React-Native brings new horizons to the front-end. You can use the web development language javascript to implement Native development (ios/android). Now the front-end can do more. The Use of Reaction-Navigation Reaction-native uses navigators to implement native routing functions, but the official website is too brief, the only entry docu ...

Posted by said_r3000 on Wed, 12 Jun 2019 22:20:09 +0200

IScroll Things - Drop-down refresh when content is insufficient

The list in the previous project was IScroll, but there is a problem with IScroll: when the content is not full-screen, there is a way to pull down, so that the purpose of refreshing can not be achieved. [This is what I met in my work, specific examples of specific analysis, here is only a reference] The general example is as follows: <style ...

Posted by Trip1 on Wed, 12 Jun 2019 21:30:35 +0200

Day05 - Flex Chinese Guide to Scalable Image Wall

Day05 - Flex Chinese Guide to Scalable Image Wall Author: liyuechun Introduction: JavaScript30 yes Wes Bos A 30-day challenge to launch. The project provides 30 video tutorials, 30 challenge start documents and 30 challenge solution source code free of charge. The goal is to help people write in pure JavaScript, without using frameworks and li ...

Posted by Chelsove on Tue, 11 Jun 2019 21:15:26 +0200