GithubHelp home page GithubHelp logo

iosyyy / apijson Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tencent/apijson

0.0 0.0 0.0 70.09 MB

๐Ÿš€ ้›ถไปฃ็ ใ€็ƒญๆ›ดๆ–ฐใ€ๅ…จ่‡ชๅŠจ ORM ๅบ“๏ผŒๅŽ็ซฏๆŽฅๅฃๅ’Œๆ–‡ๆกฃ้›ถไปฃ็ ๏ผŒๅ‰็ซฏ(ๅฎขๆˆท็ซฏ) ๅฎšๅˆถ่ฟ”ๅ›ž JSON ็š„ๆ•ฐๆฎๅ’Œ็ป“ๆž„ใ€‚ ๐Ÿš€ A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.

Home Page: http://apijson.cn

License: Other

Java 100.00%

apijson's Introduction

header-image

Hi image-20220102113009363, I'm JHX

github-contribution-grid-snake.svg


๐Ÿš€ Languages and Tools

Visual Studio Code java cpp cpp npm mysql go python HTML5 CSS3 JavaScript React Node.js SQL MySQL Git GitHub Terminal

Subham Raoniar's streak

๐Ÿ“Š My Github Stats


hello-image


Click here to open my life's code
import lombok.Builder;
import lombok.Data;

import java.util.Arrays;
import java.util.Calendar;

/**
 * @author ๐Ÿ’•
 * @since ๐ŸŒ‘๐ŸŒ’๐ŸŒ“๐ŸŒ”๐ŸŒ–๐ŸŒ—๐ŸŒ˜๐ŸŒš ๐ŸŒ•๐ŸŒโ˜€๏ธ๐ŸŒž๐ŸŒŸ
 */
@Builder
@Data
public class Life {
  private String[] languages;

  private String education;

  private String[] tech;

  private Calendar birthday;

  private String birthplace;

  public static void main(String[] args) {
    Calendar birthday = Calendar.getInstance();
    birthday.set(2๏ธโƒฃ0๏ธโƒฃ0๏ธโƒฃ1๏ธโƒฃ, Calendar.JULY, 1๏ธโƒฃ7๏ธโƒฃ);
    Life life =
        Life.builder()
            .birthday(birthday)
            .birthplace("china")
            .languages(
                new String[] {
                  "โ˜•",
                  "C++",
                  "โ˜•Script",
                  "HTML5",
                  "Python",
                  "flask",
                  "SQL",
                  "๐Ÿค–",
                  "react",
                  "vue",
                  "go"
                })
            .education("๐Ÿซ")
            .tech(
                new String[] {
                  "open source", "APIs/SDKs", "clouds", "databases", "๐Ÿƒ boot", "๐Ÿƒ cloud"
                })
            .build();
    System.out.println("Form " + life.getBirthplace() + "in " + life.getBirthday() + ".");
    System.out.println("I study in " + life.getEducation() + " Institute of technology.");
    System.out.println(
        "And I am familiar with the following languages"
            + Arrays.toString(life.getLanguages())
            + "has the following technologies"
            + Arrays.toString(life.getTech()));
  }
}

apijson's People

Contributors

1906522096 avatar andream7 avatar caohao-go avatar chenyanlann avatar coolgeo2016 avatar da-lez avatar fineday009 avatar gdjs2 avatar github-ganyu avatar gukaiqi avatar haolingzhang1 avatar hclown9804 avatar jackyang-hk avatar jerrylususu avatar jinzhongjian avatar jun0315 avatar justinfengchen avatar kenlig avatar kxlv2000 avatar linbren avatar linlwqq avatar qiujunlin avatar rkyzzy avatar ruoranw avatar tommylemon avatar vincentcheng avatar yeyuezhishou avatar zerounary avatar zhangtianxiao avatar zhoulingfengofcd 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.