会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
惟吾德馨
博客园
首页
新随笔
联系
管理
订阅
2021年8月18日
Linux 安装 Tomcat
摘要: 官方网址:https://tomcat.apache.org/ [root@iZuf6j83unak4htk3braolZ opt]# rpm -qa | grep tomcat #验证是否安装 Tomcat 下载 [root@iZuf6j83unak4htk3braolZ opt]# wget h
阅读全文
posted @ 2021-08-18 11:04 敲代码的阿磊
阅读(70)
评论(0)
推荐(0)
2021年8月17日
Linux 安装 MySQL
摘要: [root@iZuf6j83unak4htk3braolZ opt]# rpm -qa | grep mysql #查看是否已安装MySQL,无输出证明未安装 首先下载 yum 资源包,地址 https://dev.mysql.com/downloads/repo/yum/ [root@iZuf6j
阅读全文
posted @ 2021-08-17 17:28 敲代码的阿磊
阅读(38)
评论(0)
推荐(0)
Linux 安装 JDK
摘要: 1、下载 [root@iZuf6j83unak4htk3braolZ opt]# java -version #查看是否安装过JDK -bash: java: command not found 官网下载:https://www.oracle.com/java/technologies/javase
阅读全文
posted @ 2021-08-17 15:56 敲代码的阿磊
阅读(84)
评论(0)
推荐(0)
2021年8月16日
Linux 安装 Redis 及踩坑
摘要: 1、下载 官网:http://redis.io/download ,将下载好的文件通过远程终端工具移到 Linux 下 Linux 命令 wget [root@localhost ~]# wget https://download.redis.io/releases/redis-6.2.5.tar.
阅读全文
posted @ 2021-08-16 16:55 敲代码的阿磊
阅读(312)
评论(0)
推荐(0)
2021年6月16日
Optional类的方法
摘要:
阅读全文
posted @ 2021-06-16 17:10 敲代码的阿磊
阅读(25)
评论(0)
推荐(0)
2021年4月26日
IDEA Git 撤销push(回退到指定版本)
摘要: 1.查看日志(获得指定版本号;回车查看更多,q退出) git log 2.回退到指定版本 git reset --soft 指定版本ID 3.再次推送到远程 git push origin master --force
阅读全文
posted @ 2021-04-26 11:16 敲代码的阿磊
阅读(3727)
评论(0)
推荐(0)
2020年12月9日
【Java】Ajax实现级联城市
摘要: 效果图 一、准备工作 (1)导入jQuery a 下载到本地 地址 https://jquery.com/download/ b 使用网上的(当然没网不能使用) <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.mi
阅读全文
posted @ 2020-12-09 10:18 敲代码的阿磊
阅读(284)
评论(0)
推荐(0)
node.js更换镜像源
摘要: 1、首先输入 npm get registry 查看当前镜像源, npm get registry https://registry.npmjs.org/(npm默认镜像源) 2,修改镜像源 npm config set registry xxx(镜像源地址),国内一般使用淘宝镜像源 npm con
阅读全文
posted @ 2020-12-09 09:05 敲代码的阿磊
阅读(6424)
评论(0)
推荐(0)
2020年11月26日
【Java】数据库连接池的简单使用
摘要: 一、本地数据库连接池使用 1、 配置全局(在本地tomcat配置) a. 打开tomcat/conf/context.xml文件添加如下配置 <!-- JNDI tomcat 数据库连接池配置 --> <Resource name="db" auth="Container" maxActive="1
阅读全文
posted @ 2020-11-26 09:00 敲代码的阿磊
阅读(427)
评论(0)
推荐(0)
2020年11月12日
【JavaWeb】jsp:getProperty中文乱码解决
摘要: 在接收文件里加入如下代码 <% request.setCharacterEncoding("UTF-8"); %>
阅读全文
posted @ 2020-11-12 10:13 敲代码的阿磊
阅读(602)
评论(0)
推荐(0)
下一页
公告