Coder Social home page Coder Social logo

linzhe141 / blog Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 4.36 MB

🚀 这是一个使用 Next.js、Tailwind CSS、MDX 和 Prisma 构建的博客项目,用于记录个人学习笔记。

Home Page: https://blog-linzhe.vercel.app

TypeScript 89.94% Dockerfile 0.68% HTML 0.53% Vue 0.47% JavaScript 2.28% CSS 6.09%

blog's Introduction

linzhe-blog

这是一个使用 Next.js、Tailwind CSS、MDX 和 Prisma 构建的博客项目,用于记录个人学习笔记。

mdx参考

TODO

tips

  • PostgreSQL区分表名、字段名的大小写
  • psql -h localhost -p 5432 -U root(用户名) -d test(库名): postgres连接
  • TRUNCATE "Menu" RESTART IDENTITY; :清空 "Menu" 表的数据,并将该表的自增长标识列的起始值重置为 1
  • INSERT INTO "public"."RequsetKey" ("key") VALUES ('test'); : postgres新增数据
  • Prettier code format take a long time to format,If you are using Auto Import - ES6, TS, JSX, TSX extension, try to uninstall it and replace it with Auto Import.卸载掉Auto Import - ES6, TS, JSX, TSX

blog's People

Contributors

linzhe141 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.