ICode9

精准搜索请尝试: 精确搜索
  • PATH 环境变量2021-07-28 11:03:35

    PATH 环境变量 经常使用命令行工具的话,对PATH等环境变量应该会非常熟悉;但现今的日常开发,接触到这一概念的机会越来越少。 时不时还是会遇到小朋友问我:“什么是PATH?” 这里记录一下,以供参考。 什么是环境变量? 环境变量是操作系统提供给应用程序访问的简单 key / value字符串;windows

  • 认真学习qaq2021-07-20 13:04:57

    package lei;public class Student { //属性 :字段 String name;//null :抽象不能具体赋值 int age;//0 // 方法 public void study(){ System.out.println(this.name+"在学习"); }} package lei;public class AppLication { public static void main(

  • Github上传项目2021-06-29 22:01:02

    1. 登录github并创建一个仓库 2. 安装git客户端 2.1 下载git 官网:git-scm.com/download/ 镜像:https://npm.taobao.org/mirrors/git-for-windows/?utm_source=qq&utm_medium=social&utm_oi=793691189428776960 2.2 安装git 2.3 绑定用户 git config --global user.name xiaoMin

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有