zoukankan
html css js c++ java
【插件】IntelliJ IDEA 在window下 使用 ls ll 等命令
1 设置 git bash 为默认命令工具
2 修改 git 文件
打开Git安装目录下的etc文件夹,找到bash.bashrc文件。
添加如下内容并保存:
alias ll='ls -l' alias la='ls -A' alias vi='vim'
验证
重启id
欢迎做技术的朋友一起沟通交流!伸手党请绕道, 代码改变世界QQ群:453011886
查看全文
相关阅读:
python爬取图片
IDEA创建SpringBoot项目报错,不能连接https://start.spring.io/
ES模块化的理解
Web标准(网站标准)理解
Mongodb安装
Linux Ntp时间同步服务
SentinelResource 注解
Sentinel的流量控制
Sentinel简介
nacos安装
原文地址:https://www.cnblogs.com/richerdyoung/p/14380861.html
最新文章
工具相关
python django文件上传下载
python Django中使用Celery
前端 写一个弹框
数据库
python django 线上环境部署
python httprunner源码学习
python django 权限认证相关
python django 配置相关
python Django request/post 相关
热门文章
springboot中模拟实现订单未支付取消订单
springboot中实现rabbitmq异步日志记录功能
springboot中通过发送验证码注册用户信息
SpringBoot发送邮件
rabbitmq 五种消息模型
基本数据类型和封装数据类型的优先级
Lambda表达式
MySQL: 1055 Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column
MySQL: 1055 Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column
记一次SpringMVC项目转Springboot项目templates和static无法访问以及WebMvcConfigurerAdapter过时失效
Copyright © 2011-2022 走看看