摘要: maven引用: <dependency> <groupId>org.tmatesoft.svnkit</groupId> <artifactId>svnkit</artifactId> <version>1.9.3</version> </dependency> <dependency> <gro 阅读全文
posted @ 2021-01-06 19:27 打代码的大叔 阅读(1081) 评论(0) 推荐(0) 编辑
摘要: 1、多台机器公用一个现实器,用KVM进行切换 2、这么多台服务器,如何定位??? 弹光驱、发定位。 3、服务器种类:PC服务器、刀片机 热插拔:先在计算机管理中进行脱机操作,再从硬件上把硬盘取 UPS设备:有电的时候充电,没电的时候作为备用电供电。 云机柜 集装箱式机柜:每个机柜里几十万台+。用于大 阅读全文
posted @ 2020-12-26 17:34 打代码的大叔 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 一、什么是druid? Druid是Java语言中最好的数据库连接池,由阿里巴巴团队开发。Druid能够提供强大的监控和扩展功能。 github地址为https://github.com/alibaba/druid,有丰富的中文文档和常见问题的解答,非常方便。 数据库本身就有默认的最大连接数,如果超 阅读全文
posted @ 2020-12-26 17:11 打代码的大叔 阅读(964) 评论(0) 推荐(0) 编辑
摘要: 【发布至远端服务器(快照版)】 1、本地仓库的账号密码需修改为有发布权限的账号和密码 2、eclipse中运行时候设置配置: 运行后不报错,即表示发布完成。 【清除后打包】 阅读全文
posted @ 2020-12-26 15:59 打代码的大叔 阅读(308) 评论(0) 推荐(0) 编辑
摘要: release稳定版本:一个版本只会有一个jar包。 snapshot快照版本:一个版本下可能有多个jar包,会带有时间戳标志。 【更新的区别】 realise版本:需要强制更新本地仓库的内容。 快照版本:无需强制更新本地仓库中的内容。 阅读全文
posted @ 2020-12-26 15:45 打代码的大叔 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 目录:nginx/config 1、打开的时候需要用notpad打开 ,不可用记事本 进行保存,会导致乱码。 2、实现http://localhost:802/demo/index.html 代理 http://127.0.0.1:80/demo/index.html 的功能配置如下: 如果upst 阅读全文
posted @ 2020-12-25 13:38 打代码的大叔 阅读(2210) 评论(0) 推荐(0) 编辑
摘要: 在开发过程中,如果想查看引入资源的源代码,可以借助eclipse的插件Enhanced Class Decompiler轻松实现,下面我来讲解一下如何安装使用这个插件。 1、打开Eclipse菜单-》Help-》Eclipse Marketplace 搜索到Enhanced Class Decomp 阅读全文
posted @ 2020-07-20 19:00 打代码的大叔 阅读(915) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-02-13 10:39 打代码的大叔 阅读(160) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8" standalone="no"?><profiles version="1"><profile kind="CodeFormatterProfile" name="spketJsFormat" version="1"><set 阅读全文
posted @ 2020-02-13 10:38 打代码的大叔 阅读(173) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8" standalone="no"?><profiles version="11"><profile kind="CodeFormatterProfile" name="gsc" version="11"><setting id= 阅读全文
posted @ 2020-02-13 10:37 打代码的大叔 阅读(404) 评论(0) 推荐(0) 编辑