Skip to content
View shilohooo's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report shilohooo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shilohooo/README.md

Hi, there:)

package org.shiloh;

/**
 * @author shiloh
 * @date 2024/5/23 17:19
 */
public class Hello {
    public static void main(String[] args) {
        System.out.println("PLEASE");
    }
}
// ...
const message: string = 'ENJOY';
console.log(message);
namespace Hello.World;

/// <summary>
/// ...
/// </summary>
internal class Program
{
    private static void Main(string[] args)
    {
        Console.WriteLine("CODING😄");
    }
}

Languages📚

Java TypeScript JavaScript HTML5 CSS3 C# Shell Script Markdown

Most Used Languages

Platforms💻

Linux Cent OS Ubuntu Windows Windows 11 Google Chrome Edge Firefox

Tools🧰

IntelliJ IDEA WebStorm Rider Vim Visual Studio Code Visual Studio

Skills🛠️

Apache Maven Apache Tomcat Hibernate Spring SpringBoot NodeJS Vue.js Vite MicrosoftSQLServer MySQL Redis Nginx Jenkins Git Gitee GitHub Docker Swagger SonarLint Postman Notion Jira Confluence Microsoft Office Microsoft Word Microsoft Excel Microsoft PowerPoint Microsoft Visio

Github Stats⭐

Github Stats

Pinned

  1. learnGitBranching learnGitBranching Public

    Forked from pcottle/learnGitBranching

    An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!

    JavaScript

  2. jpa-entity-generator jpa-entity-generator Public

    JPA 实体生成器(通过解析 pdm 文档生成 JPA 实体类)

    Java

  3. data-dict-build-tool data-dict-build-tool Public

    数据库数据字典生成工具,支持mysql和oracle的数据字典导出

    Java 6 2