Anzhihe | 安志合

ChatGPT data summary learning

Original link: https://chegva.com/5694.html ChatGPT learning site ChatGPT official website | Wikipedia: ChatGPT Summary of ChatGPT learning essence : Continuously update ChatGPT related information, research reports, money-making cases, practical scenarios and other 12 sections Keep up with the trend of ChatGPT : ChatGPT continues to update attention Awesome-ChatGPT : ChatGPT data summary learning, continuous update ChatGPT …

ChatGPT data summary learning Read More »

Python virtual environment (3)—virtualenvwrapper use

Original link: https://chegva.com/5687.html ◎Knowledge points virtualenvwrapper overview virtualenvwrapper install virtualenvwrapper uses 1. virtualenvwrapper overview Although virtualenv solves the problems of Python third-party library version conflicts and management confusion, it is also very inconvenient during use. for example: The virtual environment management is inconvenient: the virtual environment is scattered under various paths, and the management will …

Python virtual environment (3)—virtualenvwrapper use Read More »

Advanced Python (9) – shared memory for inter-process communication, insecurity of shared data in multi-process and multi-threaded operations

Original link: https://chegva.com/5605.html ◎Knowledge points Shared memory for interprocess communication Insecurity of shared data in multi-process operation The insecurity of sharing data in multi-threaded operations ◎Script practice ▽ Shared memory for interprocess communication “”” If you want to implement communication between processes, shared memory is one of the common implementations. It allows multiple processes to directly …

Advanced Python (9) – shared memory for inter-process communication, insecurity of shared data in multi-process and multi-threaded operations Read More »

Advanced Python (8)—Global variables in processes and threads

Original link: https://chegva.com/5604.html ◎Knowledge points Global variables cannot be shared among multiple processes Global variables can be shared among all threads of a process ◎Script practice ▽ Global variables cannot be shared among multiple processes “”” Each process has its own memory space, so the processes are independent of each other. Therefore, global variables cannot be …

Advanced Python (8)—Global variables in processes and threads Read More »

Keep a souvenir

Original link: https://chegva.com/5602.html Keep a memorial to commemorate this history that has been recorded in history. This article is transferred from: https://chegva.com/5602.html This site is only for collection, and the copyright belongs to the original author.

Home Treatment Guidelines for Patients Infected with Novel Coronavirus

Original link: https://chegva.com/5601.html At present, the pathogenicity and virulence of the mutant strain have been significantly weakened, and the complete vaccination rate of the whole population has exceeded 90%. Various favorable factors have created conditions for the return to normal life, but the current situation still requires personal safety protection. Perfect, if you are a …

Home Treatment Guidelines for Patients Infected with Novel Coronavirus Read More »

Mock.js production use

Original link: https://chegva.com/5600.html I used mock.js in the project, and it took a lot of time to create data for the first time, but overall it is quite easy to use. Mock.js 0.1 documentation Mockjs uses Mock.js generates random data Use mockjs in your project Summary of use of mockjs let users = [‘anzhihe1’, ‘anzhihe2’, …

Mock.js production use Read More »

Nginx panic phenomenon

Original link: https://chegva.com/5596.html Nginx shock group problem, learned again, mark. What is a shock group and how to effectively avoid it? Nginx Solution for Linux Shocking Group Effect Exploring the Shocking Group③ – Nginx Shocking Group Phenomenon What is the shocking herd problem epoll and shock group This article is transferred from: https://chegva.com/5596.html This site …

Nginx panic phenomenon Read More »

Vue routing component parameter passing

Original link: https://chegva.com/5591.html Recently, I am writing the front end, which involves multiple page routing jumps and passing parameters, mark it. 8 ways to pass parameters to Vue routing components Not only understand Vue syntax: how to pass data across pages through routing? Routing parameter passing and routing props configuration in vuejs Vue2 advanced article: …

Vue routing component parameter passing Read More »

Vue blob stream downloads zip file and reports corruption error after decompression

Original link: https://chegva.com/5588.html Recently, I cooperated with my colleagues to migrate several front-end vue pages of element ui to the front-end of the platform, and the back-end code has not changed. As a result, after downloading the . After the interference factors of the operating environment, I still can’t find the reason. I also checked …

Vue blob stream downloads zip file and reports corruption error after decompression Read More »

Vue’s weird Cannot add property _Ctor, object is not extensible error

Original link: https://chegva.com/5539.html Recently, I found a visual form generator that supports antdv ( v-form-antd ), and I want to simplify the workload of each form typesetting, attribute, and verification configuration. However, the cost of using this thing is relatively high, and the form will not be displayed directly when it is installed. After debugging …

Vue’s weird Cannot add property _Ctor, object is not extensible error Read More »

Solve the problem of being covered when antdv Modal (dialog) is full screen

Original link: https://chegva.com/5538.html I recently encountered a problem: when the form is full screen, the pop-up window cannot be displayed, and when the full screen is exited, the pop-up window is actually there. I checked online and there is still some relevant information. The reasons are as follows: Fullscreen elements cannot be covered by other …

Solve the problem of being covered when antdv Modal (dialog) is full screen Read More »