neo yang

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

My 2021 year-end summary - low-code development platform and maximizing vehicle rental rate

One thing is accomplished in a year, but surprisingly, two things were accomplished in 2021. The first thing is to iterate my low-code development platform until it is relatively mature and can be officially used […]

There is no “big factory” in China’s Internet—there is data and the truth

40 local giants lost to one American Amazon. This battle for the structure cannot be lost anymore! An article from Tencent.com. Some excerpts. 2020 data shows […]

Record an iteration of SSO of the low-code development platform - the login of the mini program embedded in the WEB and the PC-side WeChat scan code login

The WeChat applet is embedded into the WEB login and PC-side WeChat scan code login. It is not difficult, but it involves many modifications, including my BAAS platform and low-generation […]

Time:2022/01/07

Record a PHP error: the interface return is null, print_r or echo can output, but with a null string at the end

Record a PHP error: the interface return is null, print_r or echo can output, but with a null string at the end.

There are two situations.

1. There is an error in the json string, causing an error in json_decode.

2. There is no return result in the function of the interface, but the result is returned in other functions called.

tags:

Some summary of permission management

I have built many products and systems. Because it often involves rights management issues, I have made some summaries. A few years ago, I built a large-scale trading platform ([…]

To start a business and make products, you must do things that are beneficial to society

2021 is almost over. This year, a lot of things happened in the Internet circle. The hot online education market collapsed instantly. Digital currencies have suffered heavy losses one after another. […]

Time:2021/12/30

Record a problem: nuxt page, click to enter normal, refresh and report an error

Record a problem: nuxt page, click to enter normal, refresh and report an error.

The problem is in a layout.

 data() {
return {
routeData: {},//This turned out to be this.$route, and an error was reported after refreshing. After changing it to an empty object, everything will be fine.
...
}
...
watch: {
...
"$store.state.routeData": {
handler: function (newVal, oldVal) {
console.log(this.$store.state.routeData);
this.routeData = this.$store.state.routeData;

},
},
},

In the ssr mode of nuxt, a refresh error occurs. You can check three places: data, asyncData, and store.

tags:
Time:2021/12/24

PHP: change the data type to int

php,change the data type to int use: (int). at value front.

it's special.

tags:
Time:2021/12/22

A problem with integrating ckeditor in vue/nuxt

ckeditor is integrated into nuxt.

There is no problem if ckeditor is placed on the page. When placed in a component, there is a problem when uploading images, and the file cannot be obtained.

Never figured out the reason.

Therefore, a slot is added to the form component. When referencing the form component in the page, insert the ckeditor at the same time.

problem solved.

tags:
Time:2021/12/12

Core competitiveness and user ecology

Grasp with both hands, both hands must be hard.

Focus on core competitiveness with one hand and user ecology with the other.

tags:

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