current location:Home > Technical Articles > Database

  • 40 Redis interview questions you can't miss (including answers and mind maps)
    40 Redis interview questions you can't miss (including answers and mind maps)
    This article shares 40 Redis interview questions with you, including answer analysis and mind maps of Redis knowledge points. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
    Redis . memcache 8543 2021-04-14 09:22:37
  • What should I do if php cannot find memcache?
    What should I do if php cannot find memcache?
    Solution to PHP not finding memcache: 1. Write a phpinfo view file with the content "<?php phpinfo();?>"; 2. Find the location of php.ini; 3. Detect the ext directory in php.ini ;4. Check whether the ext directory is in the system environment variable.
    PHP Problem . memcache 2130 2023-03-09 08:38:02
  • How to keep the web safe
    How to keep the web safe
    In the early days of the development of the Internet, it was still the era of the IE browser. At that time, the purpose of everyone surfing the Internet was to share information and obtain news through the browser. With the rapid development of the Internet, web pages can do more and more things. You can not only read news and play games, but also shop and chat. These functions have greatly enriched our lives.
    Safety . memcache 4212 2021-03-09 09:51:38
  • A PHPer with 3-5 years of experience should have these skills!
    A PHPer with 3-5 years of experience should have these skills!
    It’s time again, gold, three and silver, the season of changing jobs. I wasn't planning to change my job, but I looked through recruitment information online. Since I work in PHP, I looked at the current recruitment needs in the next 3-5 years, and found that these recruitment information had the following requirements...
    headlines . memcache 7902 2021-03-08 14:42:07
  • Upgrade PHP7 to avoid pitfalls
    Upgrade PHP7 to avoid pitfalls
    I heard before that the php7 version has been greatly improved, and finally the company's projects will be upgraded to PHP7. Before upgrading, I read some introductions compiled by everyone and found that this version has major changes from the bottom up. Of course, the efficiency has also been improved a lot. In addition to some new functions (everyone has already written about this completely, I will write some that I haven’t seen, and I will update it slowly as the project progresses)
    PHP7 . memcache 2309 2023-02-17 19:54:01
  • How to implement Golang's memcache simply
    How to implement Golang's memcache simply
    ​The following is the golang tutorial column to introduce to you the simple memcache implementation method in Golang. I hope it will be helpful to friends in need! In the past two days while working on the project, I encountered a problem scenario of accessing global variables...
    Golang . memcache 2786 2021-02-10 09:31:47
  • Introduction to redis learning and the four major classifications of NoSQL databases
    Introduction to redis learning and the four major classifications of NoSQL databases
    MongoDB is a database based on distributed file storage. Written in C++ language. It aims to provide scalable and high-performance data storage solutions for WEB applications; the redis column will introduce it in detail.
    Redis . memcache 3170 2021-02-05 17:42:20
  • Redis learning introduces current NoSQL application scenarios
    Redis learning introduces current NoSQL application scenarios
    The combination of SQL and NoSQL. How to store product information on Alibaba Chinese website? Take a look at the homepage of Alibaba Chinese website. Taking women's clothing/women's bags as an example, the architecture development process: 1. Evolution process 2. 5th generation 3. 5th generation architecture Mission and us For related storage issues of multiple data source types, take a look at the homepage of Alibaba’s Chinese website, taking women’s clothing/baby girls as an example 1. Basic product information (number and name, etc., unchanged, stable data) name, price, factory Date, manufacturer, these stable data relational databases, Mysql/oracle, Taobao is currently de-Oizing (that is, removing Oracle)
    Redis . memcache 1678 2021-02-04 17:50:49
  • In-depth analysis of ThinkPHP cache source code
    In-depth analysis of ThinkPHP cache source code
    "Caching is a function that will be used after the project has been running for a period of time. This article will do an in-depth analysis of the cache in the framework." Preface Caching is an essential function in the project. When the number of users is large, It must be cached. If you check the database directly, it will be too bad for the user experience.
    ThinkPHP . memcache 1850 2021-02-19 09:08:06
  • uni-app introductory tutorial - third-party login and sharing
    uni-app introductory tutorial - third-party login and sharing
    The login interfaces of the mini program and the APP are different, and cross-end compatibility needs to be processed on the front end: the WeChat mini program must be configured with an appid and a sandbox environment test number during development; the APP side needs to configure OAuth authentication and select the required login method. The WeChat applet needs to determine whether to log in, create a new login page, use conditional compilation, and obtain user-related information. First obtain the code, and then obtain the openid and session_key. To log in to the APP for event binding, you need to obtain the service provider and then call the uni.login method. Mini program sharing is implemented using the onShareAppMessage life cycle; APP is implemented through uni.share, which can share text, graphics and share it with friends.
    uni-app . memcache 3846 2021-01-18 17:37:20
  • Pinterest MySQL practice uses sharding to solve the storage problem of tens of billions of data
    Pinterest MySQL practice uses sharding to solve the storage problem of tens of billions of data
    This is a technical study of how we split data across multiple MySQL servers. Pinterest is your discovery engine for everything that interests you. From a data perspective, Pinterest is the largest collection of human interest images in the world. There are over 50 billion Pins saved by Pinners on 1 billion boards
    Mysql Tutorial . memcache 2091 2020-12-24 09:25:55
  • PHP combined with MySQL completes tens of millions of data processing
    PHP combined with MySQL completes tens of millions of data processing
    PHP MySQL table splitting idea. An order table worth 100 million can be divided into five tables. In this way, each table only has 20 million data, sharing the pressure of the original table. The table needs to be divided according to certain conditions. Tables can be divided according to regions. A middleware is needed to control which table to go to to find...
    php mysql . memcache 3975 2020-12-22 17:55:20
  • What are the advantages and disadvantages of redis, and what are the usage scenarios?
    What are the advantages and disadvantages of redis, and what are the usage scenarios?
    This article introduces the advantages, disadvantages and usage scenarios of the redis database. It has certain reference value and I hope it can help everyone.
    Redis . memcache 3136 2020-12-22 09:36:36
  • What should I do if phpMyAdmin cannot be used in nginx+php-fpm mode?
    What should I do if phpMyAdmin cannot be used in nginx+php-fpm mode?
    Below, the phpmyadmin usage tutorial column will introduce to you the solution to the problem that phpMyAdmin cannot be used in nginx+php-fpm mode. I hope it will be helpful to friends in need!
    phpMyAdmin . memcache 2609 2020-12-03 14:34:01
  • PHP combined with MySQL realizes tens of millions of data processing
    PHP combined with MySQL realizes tens of millions of data processing
    An order table worth 100 million can be divided into five tables, so that each table only has 20 million data, sharing the pressure of the original table. The sub-tables need to be divided according to certain conditions. Here they can be divided according to regions. Tables require a middleware to control which table to go to to find the data you want.
    PHP Tutorial . memcache 5033 2023-04-09 16:34:02

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28