Introduction to the Official Course of egg.js

I. Preface of the article egg.js is a web background framework of node.js, which brings us too much convenience in developing web background. There are many other frameworks like express and koa. This article will focus on egg. js, because it is a very strict MVC development model. eggJS "Agreement over Configuration" II. Prepa ...

Posted by buddysal on Fri, 17 May 2019 10:45:20 -0700

iOS Extension - Objective-C Development Programming Specification

This article is mainly reproduced from: Objective-C-Coding-Guidelines-In-Chinese Objective-C coding specification, content from Apple, Google document translation, your coding experience and summary of other information. Summary Objective-C is an object-oriented dynamic programming language that is mainly used to write iOS and Mac applications. ...

Posted by Savahn on Fri, 17 May 2019 07:45:09 -0700

Scikit-Learn and TensorFlow Machine Learning Practical Guide Chapter 9 Start and Run TensorFlow

Chapter 9 Start and Run TensorFlow Source: ApacheCN Translation Project for Sklearn and TensorFlow Machine Learning Practical Guide Translator: @akonwang @WilsonQu Proofreading: @Lisanaaa @Flydragon TensorFlow is a powerful open source software library for numerical computing, especially for fine-tuning of large-scale machine ...

Posted by banzaimonkey on Thu, 16 May 2019 23:38:56 -0700

Principle of Android Thermal Repair

This paper is a brief introduction to the principle of thermal repair in the series of "Tamping Foundation in 2018" Author: Bob Background (1) Why is there thermal repair technology? Everyone is developing, so we should all know that there is one thing we can never avoid. Good, ** Bug! ** It's good that we encoun ...

Posted by joking on Thu, 16 May 2019 19:16:00 -0700

2019-04-18 Mac OS Cross-compile mp4v2 to generate so file

1. Environment and preparation System: macOS Mojave version 10.14.4 NDK: android-ndk-r8d Mp4v2 Version: 2.0.0Links to various NDK versions: https://blog.csdn.net/shuzfan/article/details/52690554 android-ndk-r8d(December 2012)Only 32-bit version, r8e Is the first 64-bit version NDK MacOS X 32-bit : http://Dl.google.com/android/ndk ...

Posted by cHinshaw on Wed, 15 May 2019 07:07:17 -0700

Detailed Basic Use of Android Glide Picture Loading Library

Preface Picture loading is indispensable in Android development projects. In order to reduce the development cycle and difficulty, we often choose some open source image loading libraries. Now, Android has developed into more and more open source image loading libraries. Here we introduce Glide open source image loading libraries. brief introdu ...

Posted by erax on Wed, 15 May 2019 04:10:29 -0700

00x1 python branch cycle

Three Structures order branch loop   branch Basic syntax for branching if conditional expression: Statement 1 Statement 2 Statement 3 ...... A conditional expression is an expression whose result must be a Boolean value There must be no fewer colons after the expression Notice the statement that a ...

Posted by Fusioned on Tue, 14 May 2019 22:42:04 -0700

IAP Payment Revalidation / Server Validation in Unity - In most vernacular terms, hands-on instructions for your series.

A previous article wrote about Unity's paid IAP access. Later, there were some problems, and a large number of purchase orders appeared when the data were counted. But in fact, the amount of money in the account did not increase. @ $... ...... *@ & @ Preliminary judgment may exist some users through other channels to pay for the phenomeno ...

Posted by q1234ask on Tue, 14 May 2019 17:47:26 -0700

grpc implements a more complex chat room

background Connect with above https://my.oschina.net/tuxpy/blog/1631953 Previously, a two-way flow was implemented through grpc. All stream s exist in a sync.Map. If the pressure of chat room is high at this time, how to expand? To put it simply, how to do load balancing. Prior to https://segmentfault.com/a/1190000008672912 Having seen an artic ...

Posted by EmperorDoom on Tue, 14 May 2019 16:21:58 -0700

[Snow Peak Magnetite Blog] Introduction to python reptile cookbook 1

Chapter 1 Introduction to Reptiles Requests and Beautiful Soup crawl python.org urllib3 and Beautiful Soup crawl python.org Scrapy crawls python.org Selenium and hantomJs crawl Python.org Address of the latest version of this article Please confirm to open: https://www.python.org/events/pythonevents Install requests, bs4, and the ...

Posted by ajcalvert on Tue, 14 May 2019 15:45:00 -0700