GithubHelp home page GithubHelp logo

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()));
  }
}

TingFeng's Projects

408bester icon 408bester

่ฟ™้‡Œๆœ‰็€่ฎก็ฎ—ๆœบ่€ƒ็ ”408็š„่ฏฆ็ป†่ทฏ็บฟ๏ผŒๆฏไธชๆœˆ็š„ๅญฆไน ่ง„ๅˆ’ๅ’Œๆ‰€ๆœ‰่ง†้ข‘ไนฆ็ฑ่ต„ๆบ๏ผŒ่ฎก็ฎ—ๆœบ่€ƒ็ ”ๅฟ…็œ‹ไป“ๅบ“

apijson icon apijson

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

awesome-chatgpt-prompts-zh icon awesome-chatgpt-prompts-zh

ChatGPT ไธญๆ–‡่ฐƒๆ•™ๆŒ‡ๅ—ใ€‚ๅ„็งๅœบๆ™ฏไฝฟ็”จๆŒ‡ๅ—ใ€‚ๅญฆไน ๆ€Žไนˆ่ฎฉๅฎƒๅฌไฝ ็š„่ฏใ€‚

canal icon canal

้˜ฟ้‡Œๅทดๅทด MySQL binlog ๅขž้‡่ฎข้˜…&ๆถˆ่ดน็ป„ไปถ

cglib icon cglib

cglib - Byte Code Generation Library is high level API to generate and transform Java byte code. It is used by AOP, testing, data access frameworks to generate dynamic proxy objects and intercept field access.

chatgpt-mirai-qq-bot icon chatgpt-mirai-qq-bot

๐Ÿš€ ไธ€้”ฎ้ƒจ็ฝฒ๏ผ็œŸๆญฃ็š„ ChatGPT QQ ่Šๅคฉๆœบๅ™จไบบ๏ผๆ”ฏๆŒ ChatGPT Plus๏ผŒๅคš่ดฆๅท่ดŸ่ฝฝๅ‡่กก๏ผŒไบบ่ฎพ่ฐƒๆ•™๏ผŒๅฏน่ฏไธŠไธ‹ๆ–‡๏ผŒๆ–‡ๅญ—่ฝฌๅ›พ็‰‡ๅ‘้€๏ผŒไปฃ็†ๅŠ ้€Ÿ (ๅ†…ๆœ‰่ง†้ข‘ๆ•™็จ‹๏ผ‰

clipboard icon clipboard

:sunglasses: Your new, ๐˜ณ๐˜ช๐˜ฅ๐˜ฐ๐˜ฏ๐˜ฌ๐˜ถ๐˜ญ๐˜ช๐˜ค๐˜ช๐˜ฐ๐˜ถ๐˜ด๐˜ญ๐˜บ smart clipboard manager :brain:

feign icon feign

Feign makes writing java http clients easier

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.