Basic knowledge points of ionic 2 self-study

Ionic (ionic framework) is close to native HTML5 Mobile App Development Framework. IONIC is currently the most potential HTML5 mobile application development framework. Building applications through SASS provides many UI components to help developers develop powerful applications. Its use JavaScript MVVM framework and AngularJS To enhance th ...

Posted by digitalecartoon on Mon, 15 Apr 2019 11:00:33 -0700

Very comprehensive knowledge combing of Android Bitmap

In daily development, it can be said that Bitmap can not be seen, basically every application will be used directly or indirectly, which involves a lot of relevant knowledge. So here I comb Bitmap's common knowledge, limited to experience and ability, not too in-depth analysis. 1. Distinguish between decodeResource() and decodeFile() The ...

Posted by jasonX on Mon, 15 Apr 2019 10:09:32 -0700

OpenGL (I) OpenGL Pipeline and Programmable Pipeline Flow

Since OpenGL is a pure rendering core, to write OpenGL programs, you need to build a shell program first. There are different implementations of shell programs under different platforms. This series of articles are all carried out on win32 platform. Specific implementation, the Internet can find many, so this is not the focus of this article. T ...

Posted by plinares on Sun, 14 Apr 2019 23:00:32 -0700

Detailed Explanation and Application of SSDT Hook Technology

Detailed Explanation and Application of SSDT Hook Technology Detailed Explanation and Application of SSDT Hook Technology An Introduction to SSDT 1 What is SSDT 2SSDT structure 3 Application Layer Calling Win32 API Complete Execution Flow Two SSDT Hook Principle Introduction of 1SSDT Hook Principle 2 Process Hiding and Protection 3 Fi ...

Posted by Tuss on Sun, 14 Apr 2019 17:03:32 -0700

250 lines to implement a simple MVVM

MVVM has aroused a boom in the front-end stage in the past two years. The hot Vue and Angular have brought numerous conveniences to developers. In this paper, we will implement a simple MVVM and explore the secret of MVVM with more than 200 lines of code. You can First click on JS Bin in this article to see the effect What is MVVM? MVVM is a ki ...

Posted by feckless on Sat, 13 Apr 2019 11:03:32 -0700

[Competition] [Provincial Team Ten-consecutive Test Promotion Competition 2017]

[Competition] [Provincial Team Ten-consecutive Test Promotion Competition 2017] Pre() This is the first game played by BZOJ and the first game question written in the blog... T1 Main idea of the title: Given a rooted tree with N<=100,000 nodes, let sum[i] be the weight of a subtree with I as its root. Command 1U V changes the wei ...

Posted by Jackomo0815 on Fri, 12 Apr 2019 12:48:32 -0700

Deep Understanding of Android Bluetooth --"Advanced Chapter"

In Deeply Understanding Android Bluetooth --"Basic Chapter" In one article, we have an understanding of each version of Bluetooth, the course of Bluetooth version and its advantages and disadvantages. Then let's go a little deeper and continue driving into the BLE chapter. Bluetooth BLE4.x BLE is divided into three parts: Se ...

Posted by tbone-tw on Fri, 12 Apr 2019 10:45:33 -0700

Analysis of Android Event Delivery Mechanism

"Huanxi Sha" Always limited body, such as leisure leave easy soul-stirring, wine and song no words. It's better to take pity on the people in front of you. Two things need to be done before going straight to the subject: 1 Popularize the knowledge of Android MotionEvent event handling It is well known that we click on the ...

Posted by gjdunga on Thu, 11 Apr 2019 22:24:31 -0700

Hexo's Personalized Settings for Blogging (Including More Throughout Next Topics)

Also published in Levi.Blog and OSChina   Add [Reading Quantity] etc. under the heading In the presence of Hexo's Personalized Settings for Blogging This article talks about adding data statistics functions such as no garlic, and then personalizing the display of data. In the previous article, there was a JS code: <script async src= ...

Posted by tcorbeil on Thu, 11 Apr 2019 22:09:32 -0700

One Linux command per day (7): mv command

mv command is the abbreviation of move. It can be used to move files or rename files. It is a common command in Linux system and is often used to backup files or directories. 1. Command format: mv [option] source file or directory, target file or directory 2. Command function: Depending on whether the second parameter type in the mv comma ...

Posted by number67a on Thu, 11 Apr 2019 13:21:32 -0700