Code Monkey home page Code Monkey logo

portal's Introduction

go-zero.dev

English | 中文简体


This website is built using Docusaurus 2. Pages & components are written in TypeScript, the styles in vanilla CSS with variables using CSS Modules.

Installation

yarn

Note. On Linux you may have to install autoconf package to have a successful installation. On Ubuntu it should be enough to run sudo apt-get install autoconf command to install the package.

Local development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build for production

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service. For that purpose, you can also use:

yarn serve

Contributing

Feel free to contribute to the project by forking the repository and submitting pull requests.

portal's People

Contributors

bhongy avatar blight19 avatar buhuang28 avatar cgx027 avatar chaozwn avatar guwengo avatar hbinr avatar honggaowei avatar jakieoymj-github avatar jincheng9 avatar jinrenjie avatar kesonan avatar kevwan avatar liuyix avatar lnnt avatar lpdswing avatar maogou avatar nicklaros avatar popeng007 avatar q396921921 avatar richzhao avatar seth-shi avatar skyenought avatar sunpaolo avatar testwill avatar tim1116 avatar uffy avatar voidint avatar yesgs avatar zhyt1985 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

portal's Issues

https://go-zero.dev/cn/docs/advance/jwt这个页面有问题

严格来说,是model生成模块这里,有问题,原本插件自动生成的代码是usermodel_gen.go下面FindOneByNumber方法的这一行是query := fmt.Sprintf("select %s from %s where number = ? limit 1", userRows, m.table),但是少加了一个number。query := fmt.Sprintf("select %s from %s where number = ? limit 1", userRows, m.table,number)

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.