Note Feel

how to fix golang gin warning: "you trusted all proxies this is not safe. we recommend you to set a value"

2023-04-24 . Views 5965 . Words 234

When run golang gin server in my development environment, some warning message shows: ``` - [GIN-debug] [WARNING] You ...

Read more

WeChat Official Account Writing Strategy in China

2023-04-20 . Views 954 . Words 821

Someone asked a writer if he could sum up his successful experience in one sentence. The author says: > "All I can tel ...

Read more

Install PostgreSQL database on WSL Ubuntu 18.04

2023-04-18 . Views 841 . Words 257

## Install ``` sudo apt update sudo apt install postgresql postgresql-contrib ``` ## View the version number ``` > psq ...

Read more

Correspondence between Huawei HarmonyOS and Android Version

2023-04-17 . Views 1001 . Words 277

Before developing a Bluetooth intercom app running on a Huawei tablet, I did not test the tablet device at first, but I ...

Read more

Refactoring php laravel web site based on golang gin

2023-04-12 . Views 908 . Words 419

This idea came about two months ago when I implemented a Chinese-English bilingual product introduction website with gol ...

Read more

Golang Parsing Csv File, Parse Error: Extraneous Or Missing " in Quoted-field

2020-06-22 . Views 12292 . Words 283

The system for parsing Baidu Statistics CSV logs has been running for almost a month with no problems. But this morning, ...

Read more

Modify the Shell Opened By Default in Windows Terminal

2020-06-16 . Views 9979 . Words 131

Every time you open Windows Terminal, it opens the Power Shell by default, but I only use WSL Ubuntu. So, I would lik ...

Read more

Cycling Goggles, Essential For Cycling to Work

2020-06-15 . Views 8609 . Words 347

## Why I need a pair of cycling goggles At the end of May, the epidemic eased up and I started cycling to work. I wore ...

Read more

Upgrade Go Install Installed Versions of 3rd Party Tools

2020-06-06 . Views 9436 . Words 184

Today, while using the adm generate command from GoAdmin, I found a new version prompt. > GoAdmin CLI v1.2.9, the lat ...

Read more

Golang Debug Third Party Libraries Code on Local Machine

2020-06-03 . Views 10625 . Words 154

GoAdmin, which is a golang library being used in my golang project, found a bug in the datetime component. - Time com ...

Read more
Previous Next