Deploy novel api service to Tencent cloud

The novel API version 1.0 is finished, and then it is deployed to the server, using nginx, pm2, nvm, git, OpenSSL. Server configuration: CentOS 7.4 64 bit 1 core 2 GB 1 Mbpsnode version: 8.9.0nvm version: 0.33.11npm version: 5.5.1nginx version: 1.12.2git version: 2.9.5 The first step is to add the pm2 configuration file Create a pm2.json file i ...

Posted by Jove on Sun, 28 Apr 2019 00:40:36 -0700

Build a machine learning system like Google 2 - Develop your machine learning workflow

according to Last article After setting up a set of Kubeflow Pipelines, we'll try it out together and use a real case to learn how to develop a machine learning workflow based on Kubeflow Pipelines. Dead work Machine learning workflow is a task-driven process as well as a data-driven process, which involves data import and preparation, model tr ...

Posted by Neumy on Sat, 27 Apr 2019 19:50:36 -0700

Introduction to the Lazy Man about PHP Encryption and Decryption (API Security Enhancement Part 1)

Slacker Introduction These two points are enough to show that this article does not want to have any high-end atmospheric technology content, I tell you, it's all water. There can't be any prime number, elliptic curve cryptography, Diffy-Herman or anything, there can't be. First of all, I don't understand it. Second, you don't understand it a ...

Posted by justbane on Sat, 27 Apr 2019 17:00:36 -0700

python day10 function (second part)

Summary of 2010.4.10 S21 Day10 Notes I. Content Review Interview questions are relevant: 1.The difference between py2 and py3 2. Operator calculation: 3 or 9 and 8 3. String inversion 4. The difference between is and=== 5.v1 = 1) V2 = 1 V3 = 1,) What's the difference? v1, v2 are numbers, v3 is tuples 6. Online Operating System: centos 7. ...

Posted by nova912 on Thu, 25 Apr 2019 10:54:35 -0700

SpringBook Advanced JdbcTemplate Data Query Chapter 2

SpringBook Advanced Paper JdbcTemplate Data Query Part I This paper describes how to use JdbcTemplate to perform simple query operations. It mainly introduces the invocation postures of three methods: queryForMap, queryForList and queryForObject. queryForRowSet query <!-- more --> I. Environmental preparation The environment is still co ...

Posted by danmahoney245 on Tue, 23 Apr 2019 17:48:35 -0700

Transplantation of uboot-2019-01 with tiny4412

Development environment: win7 64 bit + Ubuntu 16.04 64 bit Development Board: tiny4412ADK + S700 + 4GB eMMC + 1G DDR3 Tool Chain: The arm-linux-gnueabihf - (gcc version 6.3.0) // lower version of the tool provided by the Friendly Arm does not compile the latest uboot U-boot version to be transplanted: u-boot-2019-01 git War ...

Posted by stubarny on Tue, 23 Apr 2019 14:48:34 -0700

The latest free personal blog based on hexo in 2017 - from scratch

Preface This blog was built because you learned about github pages through github and then learned that you can host static web blogs to the github repository.Perhaps you have learned how to build a personal blog website through Git + Hexo. But although you have successfully established a blog site, you need to make appropriate configuration a ...

Posted by renojim on Sun, 21 Apr 2019 18:45:34 -0700

Git Series II Data Management

1.Git Basic Management Basic operations commonly used in git 1.1 Data submission We can simply think of working directory as a directory managed by Git service program. Git will keep track of file changes in the directory at all times. In addition, after installing Git service program, by default, a branch called master will be created. We ...

Posted by johnsworld on Fri, 19 Apr 2019 15:33:35 -0700

Building Personal Blog Based on Github Pages+Jeykll

Building Personal Blog Based on Github Pages+Jeykll Prerequisite skills and environmental requirements: Basic Github operations (cloning, submission, etc.) Configuration of Jekyll Environment in Everyone's Computer Linux Installation Jekyll Environment Install Jekyll 3 in Ubuntu 14.04 Mac Installation Jekyll Environment Install Jekyll ...

Posted by MrTL on Thu, 18 Apr 2019 17:00:33 -0700

Four Operations Based on GUI

Four Operations Based on GUI Li Zhiqiang 201421123028 Lian Yonggang 201421123014 Lin Dialect 201421123023 Coding address https://git.coding.net/lizhiqiang0x01/GUI-sizeyunsuan.git I. Brief description of Title requirements: 1. In addition to integers, four operations of true fraction should be supported, such as 1/6 + 1/8 = 7/24. 2. Operators a ...

Posted by Vincent III on Tue, 16 Apr 2019 16:54:32 -0700