原创 falcon-plus安裝學習

安裝步驟:https://www.cnblogs.com/straycats/p/7199209.html 結果: 地址https://github.com/open-falcon/falcon-plus

原创 centos7 下安裝chrome+chromedriver+selenium 並測試seleniu

一:安裝chrome (以下是默認下載最新版) yum install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm 查看版本:goo

原创 javaee獲取路徑

path = new File(ResourceUtils.getURL("classpath:").getPath()); File uploadPath = new File(path.getAbsoluteP

原创 如何實現BootStrapTable的動態表格插入與上下移動

框架爲:http://ruoyi.vip/ 效果爲: 代碼爲: <!DOCTYPE html> <html lang="zh" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http:/

原创 固定表頭寫法

效果:代碼: <div class="row"> <div class="col-sm-12"> <table class="table table-bordered" id="table" data

原创 mapper一對多簡單寫法筆記

分表存儲,並且查詢數據 <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http:

原创 ECharts自定義學

調用源碼: https://gitee.com/free/ECharts 也可以下載 <!-- 引入 echarts.jar --> <dependency> <groupId>com.github

原创 jquery實現select三級聯動(簡單易懂)

https://blog.csdn.net/yanchenxi313761/article/details/79731900 <script> var iNum1; var iNum2; v

原创 TestNG中DataProvider的用法二:帶懶加載的數據驅動

https://www.cnblogs.com/beifucangqiong/p/11266894.html 測試類 @Test(dataProvider = "provider") public void getName

原创 使用Maven運行Java main的3種方式

https://www.cnblogs.com/hukaiyang/p/Maven.html maven使用exec插件運行java main方法,以下是3種不同的操作方式。 一、 從命令行運行 1、運行前先編譯代碼,exec:java不會

原创 thymeleaf實現th:each雙重多重嵌套使用

這文章暫時記錄下,是可以遍歷二次循環 https://blog.csdn.net/a909301740/article/details/100031624 <!DOCTYPE HTML> <!-- thymeleaf的引用 --> <htm

原创 docker啓動redis端口映射錯誤問題解決

https://www.cnblogs.com/wangxiayun/p/10221097.html 今天使用docker安裝redis,使用的時候出現了一些問題。第一次安裝好後,在虛擬機後臺啓動了redis,然後在連接虛擬機的redis的

原创 swagger文檔原來就這樣搞定出來

根據大神博客與書輕鬆搭建自己的swagger文檔太厲害了 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox

原创 thymeleaf顯示錶格,for循環

https://blog.csdn.net/u010002184/article/details/80675661 <div class="table-responsive"> <table class="

原创 Docker私有倉庫

拉取私有倉庫鏡像 執行命令:docker pull registry如果提示: error pulling image configuration: Get https://dseasb33srnrn.cloudfront.net/解決方法