# Interview-Platform **Repository Path**: ztranscript/interview-platform ## Basic Information - **Project Name**: Interview-Platform - **Description**: Interview-Platform 是 Interview 的服务平台。 Interview是一个程序员刷题系统。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Interview-Platform #### 介绍 Interview-Platform 是 Interview 的服务平台。 Interview是一个程序员刷题系统。 #### 环境 ```text 1.Mysql 5.7+ 2.Idea 2020.1 3.JDK1.8 4.Spring Boot 2+ 5.Spring Cloud 6.Navicat ``` #### 技术 ``` 待办 ``` ### 命令 ```shell script windows端口占用及杀掉进程 netstat -aon|findstr "9000" 查看占用信息 taskkill /F /pid 2448 杀掉进程,/F表示强制 ```