上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: BigDecimal a = new BigDecimal(22); BigDecimal b = new BigDecimal(27); int c = a.divide(b).intValue(); 以上情况会出现java.lang.ArithmeticException: Non-termin 阅读全文
posted @ 2021-12-07 23:04 xudong5273 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 三者是在不同的linux系统版本中的防火墙,但这种说法并不完全,会让人误解为他们是互不影响的独立关系。 UFW、firewall、iptables防火墙配置 常见的linux系统防火墙有:UFW、firewall、iptables,其中,UFW是Debian系列的默认防火墙,firewall 是红帽 阅读全文
posted @ 2021-12-06 20:56 xudong5273 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 1. 停止MySQL服务 开始-》所有应用-》Windows管理工具-》服务,将MySQL服务停止。 2. 卸载mysql server 控制面板\所有控制面板项\程序和功能,将mysql server卸载掉。 3. 将MySQL安装目录下的MySQL文件夹删除(a56爆大奖在线娱乐的安装目录是C:\Program 阅读全文
posted @ 2021-11-12 10:37 xudong5273 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 解决方法:需要输入参数-m useradd -m testuser 阅读全文
posted @ 2021-11-02 16:52 xudong5273 阅读(468) 评论(0) 推荐(0) 编辑
摘要: 原因:用户的启动方式是sh造成的,应更改为bash启动。 将/bin/sh 改为bin/bash 具体步骤 cat /etc/passwd 将/bin/sh 改为bin/bash vi /etc/passwd 切换用户,搞定完成 阅读全文
posted @ 2021-11-02 16:47 xudong5273 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 环境:Mac OS 10.15.6 (Catalina) 安装Filmage Screen、 BackgroundMusic 等类似的软件后,即使使用 CleanMyMac 卸载,依然残留声音输出设备如下: 打开访达,前往文件夹 (前往 - 前往文件夹) /Library/Audio/Plug-In 阅读全文
posted @ 2021-09-27 08:53 xudong5273 阅读(496) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_44011068/article/details/107542326 阅读全文
posted @ 2021-09-06 11:30 xudong5273 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1.查看maven的安装位置 通过idea查看maven得知maven安装的位置为/Applications/IntelliJ\ IDEA.app/Contents/plugins/maven/lib/maven3 2.打开.bash_profile文件,配置环境变量 export maven=/A 阅读全文
posted @ 2021-09-03 23:40 xudong5273 阅读(993) 评论(0) 推荐(1) 编辑
摘要: xxxxx org.springframework.boot spring-boot-maven-plugin org.apache.maven.plugins maven-surefire-plugin 2.18.1 true 阅读全文
posted @ 2021-08-29 00:22 xudong5273 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2021-08-29 00:13 xudong5273 阅读(34) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页