Skip to content
View Lee8150951's full-sized avatar

Block or report Lee8150951

Report abuse

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

Report abuse
Lee8150951/README.md

Typing SVG

🍪 About

class Me {
        public contact(): object {
                const qq = '1702476100';
                const mail = 'Liys9875@outlook.com';
                return { qq, mail };
        }
      
        public track(): Array<string> {
                const track = ['Akalin🤣', 'Hubei', 'Guangdong'];
                return track;
        }
      
        public coding(): object {
                const techs = {
                        major_in: ['JavaScript', 'TypeScript'],
                        average: ['Python'],
                        learning: ['Dart', 'Rust'],
                }
                const ides = ['WebStorm', 'VScode'];
                const targets = ['fullstack'];
                return { techs, ides, targets };
        }
}

📈 Statistics

  

Popular repositories Loading

  1. PINK-System-Sprinboot-Vue.js PINK-System-Sprinboot-Vue.js Public

    🖖硕士研究生工程实训项目全栈:Pink招聘系统(使用SpringBoot+Vue.js技术)

    Vue 45 9

  2. Electron-ChatGPT Electron-ChatGPT Public

    🖖基于Electron@23.2.0构建的chatGTP桌面应用程序(Mac/Windows/Linux)

    JavaScript 7 2

  3. ROS-MoveIt ROS-MoveIt Public

    🌙ROS学习流程:使用MoveIt!控制机械臂

    Makefile 5 1

  4. ROS-Emulation-Learning ROS-Emulation-Learning Public

    🌙ROS学习流程:自主搭建机器人模型及其仿真

    Makefile 3

  5. PINK-RecruitmentSystem PINK-RecruitmentSystem Public

    🖖硕士研究生工程实训项目前端架构:Pink招聘系统

    Vue 2

  6. Get-Weather-Data Get-Weather-Data Public

    使用Python获取.nc气象数据并转化为excel文件

    Python 1