H5 front end uses Vue instead of JQuery

This week's physical condition is not good, so updates are limited. Anyway, it's not urgent for this time and a half, and less is more confusing, isn't it? I'm thinking about a problem now. When resume production is completed and delivered, Nima personnel should install a Node environment in the terminal for npm operation. Eh.......... No IP pa ...

Added by VertLime on Thu, 13 Jun 2019 23:05:08 +0300

iOS Tutorial: Attribute Strings

Author: Arthur Knopper, Links to the original text Original date: 2017-04-04 Translator: Crystal Sun Proofreading:way Finalization: shanks Translator's Note: This is an updated version of the previous article. Old Text Links The Swift version used in the old version is not 3.0. This article updates the code and upgrades to Swift 3.0. Attribu ...

Added by kark_1999 on Thu, 13 Jun 2019 02:01:43 +0300

Start developing iOS 10 - 22 with Swift using CloudKit

Last article Start developing iOS 10 - 21 with Swift using WK WebView and SFSafariViewController Learn how to open a web page. This article learns to use CloudKit. iCloud was originally released by Jobs in WWDC 2011 to allow Apps and games to store data in the cloud and automatically synchronize data between Mac and iOS. In recent years, it ...

Added by SuNcO on Sat, 08 Jun 2019 03:19:50 +0300

[Understanding RxSwift source code]-Operators

Opening chapter RxSwift.png stay Last article In this article, we analyze the entire subscription process in RxSwift. Before introducing the operation of transformation, we should first clarify the concept of Sink. Students who are not clear can turn to the analysis in the previous article. Simply put, a Sink convection operation is performed ...

Added by GetPutDelete on Tue, 04 Jun 2019 04:26:09 +0300

Capture of iOS Swift Crash

Capture of iOS Swift Crash Introduction to crash capture If you don't know much about crash capture, you can refer to this article first. Article In this paper, Mach anomaly + Unix signal is used to capture crash. NSException is usually captured only in OC. Normally, after capturing NSException exception, a corresponding ...

Added by awared on Thu, 23 May 2019 22:53:34 +0300

Swift Access Control

Access control can limit the level of access to your code by code in other source files or modules. You can explicitly set access levels for individual types (classes, structs, enumerations), or for attributes, functions, initialization methods, basic types, subscript indexes, etc. of these types. The protocol can also be used within a certa ...

Added by PureEvil on Thu, 23 May 2019 02:28:20 +0300

swift gift animation

Recently, I made a gift animation written with swift. This animation was originally used in the project. Then when the project needs to be changed, I think I can use swift to encapsulate it for reference. Want to see the effect picture: Design sketch thinking 1. First create an animated data model. struct AnimationModel{ var userHead:Stri ...

Added by Stingus on Tue, 21 May 2019 20:20:47 +0300

Exploration of the Principle of Phantom Trigger in JSBox

Preface The ghost trigger is Zhong Ying. JSBox In the case of the app process being killed, the notification can also be fixed in the notification bar, even if the user clicks to clear, it can immediately pop up again, never disappear, unless the user closes the notification authority of App or uninstalls App, it can disappear. This function is ...

Added by tomkleijkers on Thu, 16 May 2019 02:40:21 +0300

Algorithmic Basis - Time Complexity, Three Ordering Algorithms of Conventional O(N) (Bubble, Selection, Insertion)

This article is only my own notes, and does not have any guiding significance. The original intention of the code is to make it easy to understand. There are many codes optimized by God on the Internet. It is not recommended to copy the code in this article in the project. Catalog Time complexity Operation of Constant ...

Added by bugz-2849 on Wed, 15 May 2019 23:10:28 +0300