Copywriter, webmaster, product manager, architect, independent developer.
The way of low-code development platform: configure, and edit everything.
Learn from Zeng Guofan.
Build a stronghold, fight a dull battle, take one step at a time, and do it in a down-to-earth manner.
No illusions, no tricks, no tricks, no intrigues.
Just play real, hardcore, low-level, competitive, and manly.
There are two approaches to SAAS.
1. God’s perspective, controlling user abilities through the user’s role permissions.
2. From the user perspective, organize the information structure and workflow through what the user role needs to do.
Problem with relative path of nuxt image
Right way:
If the picture is placed in static
<img src="/xxx.jpg" />
If the picture is placed in assets
<img src="~/assets/xxx.jpg" />
Solve the question of who to fight the war for.
1. Agrarian revolution.
Fight your own battles.
Benefit.
ego.
2. Complaint campaign
Fight for the poor people like yourself in the world.
significance.
Big I.
Two things to solve a big problem. admire.
If you are disrespectful, you will not do good things.
1. Configuration of WordPress system roles and permissions. This configuration is stored in the wp_options table. You can get […]
Fires before the page loads on the 'Edit User' screen.
This hook is executed before the user profile page of the admin panel is opened.
This hook will also be used to extend the user management panel. But sometimes it doesn't work.
Fires immediately after an existing user is updated.
This hook is executed after the profile is updated.
Commonly used to extend user management panels.