neo yang

Copywriter, webmaster, product manager, architect, independent developer.

Time:2021/12/09

Low-code development platform approach

The way of low-code development platform: configure, and edit everything.

tags:
Time:2021/12/09

Learn from Zeng Guofan

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.

tags:
Time:2021/11/22

Two approaches to SAAS

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.

Time:2021/11/21

Model first, then logic

Model first, then logic.

Remind yourself again.

tags:
Time:2021/11/20

Problem with relative path of nuxt image

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" />
tags:
Time:2021/11/12

Solving the question of who to fight for

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.

tags:
Time:2021/11/12

Being disrespectful means doing bad things

If you are disrespectful, you will not do good things.

tags:

Implementation of role and permission control in wordpress

1. Configuration of WordPress system roles and permissions. This configuration is stored in the wp_options table. You can get […]

Time:2021/11/08

Two hooks for wordpress - edit_user_profile_update and profile_update

  • edit_user_profile_update

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.

  • profile_update

Fires immediately after an existing user is updated.

This hook is executed after the profile is updated.

Commonly used to extend user management panels.

tags:
Time:2021/11/01

All wrong.

All wrong.

Don't ask why.

tags:

copyright © www.lyustu.com all rights reserved.
Theme: TheMoon V3.0. Author:neo yang