原创 axios 訪問koa中返回404但刷新後才正常的解決方案

axios 訪問koa中返回404但刷新後才正常的解決方案 https://www.cnblogs.com/yangzhou33/p/9038695.html 參考了上述聯繫,但沒生效,最後按下面步驟成功了。 [1]  首先看看你在axi

原创 css3 分頁 和 事件

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>paging</title> <style> ul.pagination {     display: inline-

原创 sheetjs的使用

<!--  https://sheetjs.com/     資源下載地址  xlsx.full.min.js  --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional/

原创 使用nginx向外暴露一個端口而內部進行轉發並只使用本機的多個端口

----------------使用nginx向外暴露一個端口而內部進行轉發並只使用本機的多個端口------------------ 此情況適合被限制只能訪問唯一一個端口的場景,例如公司限制了用戶只能訪問唯一的80端口。 之前使用過ss

原创 css 屬性模糊匹配 換行換色

屬性模糊匹配  "~=" 屬性選擇器 可以有一個包含大量圖像的文檔,其中只有一部分是圖片。 對此,可以使用一個基於 title 文檔的部分屬性選擇器,只選擇這些圖片   img[title~="Figure"] {border: 1px

原创 docker[1]

https://blog.csdn.net/qq_22211217/article/details/80414227 -----------安裝--------- yum install docker systemclt start d

原创 CSS3 筆記

https://www.runoob.com/css/css-pseudo-classes.html https://www.runoob.com/try/try.php?filename=trycss_image_gallery_res

原创 springboot2 jersey

==============jersey===============    https://www.jianshu.com/p/c14a9028e6e7    <dependency>             <groupId>org.

原创 Elasticsearch Kibana

Elasticsearch  Kibana    Elasticsearch  https://www.elastic.co/guide/cn/elasticsearch/guide/current/_indexing_employee_

原创 springboot 部分知識點

 springboot 部分知識點 https://docs.spring.io/spring-boot/docs/2.1.5.RELEASE/reference/htmlsingle/#getting-started-first-app

原创 springboot + apache kafka[2] 簡單的接收消息

springboot + apache kafka[2]  簡單的接收消息 在本地開啓 zookeeper 和 kafka server .\bin\windows\zookeeper-server-start.bat .\config\

原创 em與rem區別 em與px轉換

em與rem區別  em與px轉換 em與px轉換 一般瀏覽器默認1em=16px,通過設置font-size大小來代表如:16px*0.625=10px, 其則代表1em=10px. em與rem區別 rem與px,和em與px轉換是一

原创 springboot2 error page

=============springboot2 error page============ https://www.baeldung.com/spring-boot-custom-error-page error page [1]re

原创 vs code 安裝 kotlin

vs code 安裝 kotlin   1. Kotlin Language 2. Code Runner 3. kotlin-compiler  由於官網github 被牆,所有用來npm倉庫的鏡像來下載,手動配置。 https://n

原创 html use less

html use less 1 首先建立一個here.less的文件: @base: #f938ab; @base-font:10px; @tr-oddandeven:#A7C942; @list: "red", "green", "bl