软件安装+常用快捷键+常见小问题

常用快捷键

win+R 打开运行窗口
win+X 打开powershell窗口

常用命令

查询本机IP ipconfig

Git

是否安装成功: git --version

JDK

jdk环境配置:https://g.pconline.com.cn/x/1613/16136330.html
是否安装成功 java -version

Tomcat

是否安装成功 : https://www.bkqs.com.cn/content/8p7re6omn.html

Node

是否安装成功 node -v
查看node中npm 版本 npm -v

MYSQL

安装教程 https://zhuanlan.zhihu.com/p/37152572?from=singlemessage
远程报错:Navicat连接数据库出现 is not allowed to connect to this MySQL server 报错
https://blog.csdn.net/weixin_42218169/article/details/130006614

Navicat

Navicat Premium 15 注册出现 No All Pattern Found! File Already Patched? https://blog.csdn.net/ZChen1996/article/details/105706866

IDEA

IDEA运行 html 静态页面无法使用ip地址的解决方案 https://blog.csdn.net/qq_16453311/article/details/131250485
Idea 无限重置30天 https://www.bilibili.com/read/cv14790186/
idea项目文件夹只有横向显示,没有纵向显示的解决方法 https://www.yii666.com/blog/31976.html
将项目部署到Tomcat,无需运行IDEA https://blog.51cto.com/zhangzhixi/3176115
https://blog.csdn.net/qq_43012792/article/details/107031856
无法访问服务接口 https://blog.csdn.net/BinCain1993/article/details/78285936

浏览器调试

Windows PC版微信内置浏览器调试 https://blog.csdn.net/KOOK007/article/details/125549322

java后端学习
https://huaweicloud.csdn.net/638768e2dacf622b8df8b74c.html?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Eactivity-1-107931130-blog-128294183.235%5Ev38%5Epc_relevant_sort_base1&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Eactivity-1-107931130-blog-128294183.235%5Ev38%5Epc_relevant_sort_base1&utm_relevant_index=2

后端服务

Springboot 项目Demo
https://blog.csdn.net/qq_60567426/article/details/131213662

Springboot 项目 jar打包(内置Tomcat)
https://blog.csdn.net/qq_50854662/article/details/129283774
注意:将pom.xml嵌入式Tomcat插件注释

window环境
启动服务 cd/d D:\daima\service
java -jar hdxxzx.jar
持续启动服务 https://blog.csdn.net/qq_42303589/article/details/107719723
linux 环境

nohup java -jar jar包 //关闭也运行
//出现 nohup.out 追加解决办法
nohup java -jar xxxxxx.jar -server.port=项目端口 xxxxxx.jar >/dev/null 2>&1 &

tail -n 100 catalina.out 查询日志尾部最后100行的日志;

Springboot 项目 war打包(使用外部Tomcat)
https://blog.csdn.net/weixin_53850894/article/details/130599424

Chocolatey

Chocolatey的安装与使用 https://blog.csdn.net/penguinyao/article/details/124613774

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://community.chocolatey.org/install.ps1’))
修改软件位置
https://blog.csdn.net/weixin_45564533/article/details/116991781
& setx.exe ChocolateyInstall E:\Chocolatey /M
refreshenv

  • 6
    点赞
  • 15
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

go-Forward

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值