M312: Diagnostics and Debugging chapter 3 Slow Queries Learning Records

M312: Diagnostics and Debugging chapter 3 Slow Queries Learning Records Running environment Operating System: windows 10 Home Chinese Edition Mongodb : Mongodb 3.4 Mongodb installation path: E:> MongoDB Server 3.4 bin\ Mongodb storage path: E:> MongoDB data After-school questions lab Building an Index ...

Posted by Vex on Tue, 05 Feb 2019 18:30:18 -0800

Read and write operations on MongoDB on SparkSql (Python version)

Read and write operations on MongoDB on SparkSql (Python version) 1.1 Read mongodb data The python approach requires the use of pyspark or spark-submit for submission. Here's how pyspark starts: 1.1.1 Start the command line with pyspark # Locally installed version of spark is 2.3.1, if other versions need to be modified ve ...

Posted by k3Bobos on Wed, 23 Jan 2019 17:57:13 -0800

Interesting and practical! Python crawler crawls the Clove Garden User Home Page (Section 1)

Catalog 0. Write in front 1. Analysis Page 2. Get the page source code 3. Analytical data 4. Data Storage and Export 4.1 Data Storage 4.2 Data Export 5.pandas Implements Export 6. Object-Oriented Encapsulation 0. Write in front Target page http://i.dxy.cn/profile/yilizhongzi objective Click the information on the user's home page of the Clove ...

Posted by Muses on Sat, 19 Jan 2019 21:51:12 -0800

Reaction + Redux Router + node practice summary (express+mongodb)

Express+mongodb Develops web Background Interface Non-relational database mongodb (similar to mySql, which stores json data) Using the mongoose module of nodeJS to connect mongodb to operate mongodb data Express Rapid, open and minimal web development framework based on nodejs Express is a framework for node to develop web ...

Posted by rulinus on Mon, 07 Jan 2019 08:39:10 -0800

First taste of node.js + Express + MongoDB + Vue.js project construction (2)

Preface After the last article Construction of Economic Foundation Complete, then start coding now! Project framework Start HTTP Services Firstly, the / server/app.js file is established. First, the module needed for service is introduced. The following two methods are introduced to start HTTP service. Using Node.js intrinsic module http var ...

Posted by guarriman on Sun, 06 Jan 2019 09:12:10 -0800

Learning Notes of vue vue-router vuex element-ui axios (16) Write express Server

Think of a way to use proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy Pro Implementation steps 1. Implementing Agent by Modifying and Modifying Configuration in learn Project Open index.js under config Add the following code to proxyTable '/learn': { t ...

Posted by dingus on Mon, 24 Dec 2018 21:54:06 -0800

Node.js+MongoDB User token Authentication Practice in Restful Api

Recently, in the development of new projects, we need to use RESTful API to develop the docking IOS and Android applications, so we accidentally stepped into the pit of REST... There are still many receipts in the development process. This time, let's take a look at the idea and practice of token in API design. technology stack Using the Node. ...

Posted by funsutton on Thu, 20 Dec 2018 00:39:06 -0800

Process records for deploying web projects, including configuration processes for laravel, redis, mongodb, workerman

The basic environment of the system LAMP has been built. The process of deploying the web project online is recorded as follows, which is convenient for future deployment of new projects. laravel projectubuntu 16.04php 7.0 (1) We use your@email.com account to git projects on the server Add your@email.com member to the project to be deployed in ...

Posted by acroporas on Tue, 18 Dec 2018 05:03:04 -0800

《Spring Boot in Action》【7. Actuator】

7. Actuator To enable Actuator, you just add in build.gradle: compile 'org.springframework.boot:spring-boot-starter-actuator' Spring Boot Actuator provides a series of RESTful interfaces: HTTP method Route describe GET /beans All bean s in Spring application context and their dependencies GET /autoconfig Automatic conf ...

Posted by jasondavis on Mon, 17 Dec 2018 13:03:03 -0800

From. Net to Java Learning Chapter 6: SpringBoot+mongodb&Thymeleaf & Model Verification

SpringBoot integrates mongodb MongoDB is a product between relational databases and non-relational databases. It is the most functional and similar to relational databases among non-relational databases.If you haven't used MongoDB, you can read my article first. https://www.cnblogs.com/jiekzou/category/851166.htmlModify pom.xml to add mongodb ...

Posted by elgordo1960 on Sun, 16 Dec 2018 21:24:03 -0800