🙃 EDD = Error Driven Development
🍀
Error Driven Development
I'm just a software engineer
- Bangkok, Thailand
-
21:05
(UTC +07:00) - https://cloverink.com
- in/cloverink
Highlights
Pinned Loading
-
prevent-mouse-doubleclick
prevent-mouse-doubleclick PublicWhen a mouse have problem double click from fail case then use this to converse them to only 1 click by conditions
AutoHotkey 1
-
How to Duplicate a Table in PostgreSQL
How to Duplicate a Table in PostgreSQL 1create table m_data_1 as (select * from m_data);
2create table m_data_2 as (select * from m_data) with no data;
-
remove all local branch
remove all local branch 1git branch | grep -v "master" | xargs git branch -D
23git branch | grep -v "development" | xargs git branch -D
-
list all table from schema
list all table from schema 1SELECT * FROM information_schema.tables
2WHERE table_schema = '[schema_name]'
-
docker redis
docker redis 1docker run -d \
2--memory 128m \
3--name redis-local \
4-p 6379:6379 redis:alpine redis-server \
5--appendonly yes \
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.