Forum and background built with node+mongodb
Forum and background built with node+mongodb
This is the first project background that I have done. If there are any inappropriateness and correction, please give me more advice. This project is only for reference! Thank you.
I put the source code at the bottom of the article. If you need it, you can ...
Posted by curb on Sun, 27 Oct 2019 05:23:53 -0700
23 design patterns of Java, detailed explanation
I collated Java advanced materials for free, including Java, Redis, MongoDB, MySQL, Zookeeper, Spring Cloud, Dubbo high concurrency distributed and other tutorials, a total of 30G, which needs to be collected by myself.Portal: https://mp.weixin.qq.com/s/JzddfH-7yNudmkjT0IRL8Q
1. Chain Of Responsibility
Intent
It gives multiple objects th ...
Posted by globetrottingmike on Tue, 15 Oct 2019 23:48:27 -0700
How to build MongoDB fragmentation (no master-slave)
First, MongoDB is ready on the server running the fragmentation. We need to plan:
A configuration server is used to store fragmentation information and coordinate data storage.
Several piecewise servers are used to save the data itself.
A broker server, used to perform fragmentation operations, but also the access entrance of the client.
1. S ...
Posted by WormTongue on Mon, 14 Oct 2019 10:42:36 -0700
Use Node+VueCli+ElemenetUI+MongoDB to teach you how to develop a comprehensive course website, including background management system
Use Node's hands to teach you how to write a tutorial website (follow the response style), including the front-end content and background management system, integration of Express framework and Monodb database server development; teach you how to use Vue.JS, ElementUI and iViewUI to write super beautiful pages.
This project is originally create ...
Posted by jlr2k8 on Sun, 13 Oct 2019 04:22:20 -0700
Spring boot uses Mysql's OSQL functionality
problem
The need to save unstructured data, the first thought of mongodb, but the company does not allow mongodb, can only consider the storage of unstructured data in mysql.
thinking
Use mysql to provide xdevapi java for development.
Solve
Step 1: Check whether the X plug-in is installed
If you want Mysql to support document storage, you need ...
Posted by dewed on Wed, 09 Oct 2019 11:11:58 -0700
MongoDB - Spring Data MongoDB Detailed Manual (Add, Delete and Revise)
_In the era of NoSQL, App is likely to involve the use of MongoDB database, but also must learn to use Spring Data to connect MongoDB in Spring boot for data addition, deletion and modification operations, as follows: detailed operation manual.
1. Dependence
Import spring-data-mongodb packages directly or use Spring Boot starter
<dependencie ...
Posted by keegan on Tue, 08 Oct 2019 17:45:58 -0700
Using Noejs Websocket to Establish one to one Instant Messaging Service
Requirement: One-to-one instant messaging service using nodejs-websocket
Environment: nodejs
Design idea: Save message channel and return message through message channel.
Data Storage: Redis, MongoDB, Show Code without Example
First, I want to know what websocket is.
WebSocket is based on TCP pr ...
Posted by robwilson on Mon, 07 Oct 2019 20:56:47 -0700
MongoDB Series - Basic Operation of MongoDB in Spring Boot
Basic operations on MongoDB in SpringBoot
Creation of Database Library
Firstly, the database is created in the MongoDB operation client Robo 3T:
Add User:
Create Collections collections (similar to tables in mysql):
Most of the rest of us are based on the Collection "collection emo" operation created.
Dependency package
<depen ...
Posted by Ethan28 on Tue, 01 Oct 2019 10:04:58 -0700
Mongodb kill-9 restart recovery database
Whoop, Whoop, Whoop, Whoop, Whoop, Whoop, Whoop, Whoop, Whoop, Whoop, Whoop
I was frightened to death and thought I was going to delete the Treasury and run away.
Close mongodb can not use kill-9!!!!
Kill-9!!!!!!!!!
Kill-9!!!!!!!!!!
But what can I do if I use it carelessly? Recover orz slowly.
...
Posted by kuri7548 on Wed, 25 Sep 2019 21:25:19 -0700
MongoDB Lesson 2: MongoDB linux Environment Installation and User Configuration
1. Download mongodb
Go to the mongodb website to download the page: https://www.mongodb.com/download-center/community Download the corresponding version, such as the latest version of Linux x64 bit: mongodb-linux-x86_64-ubuntu1604-4.2.0.tgz
...
Posted by kutchbhi on Wed, 18 Sep 2019 03:28:43 -0700