原创 SpringBoot讀取Resource下文件的幾種方式

https://www.jianshu.com/p/7d7e5e4e8ae3

原创 java去除字符串時間的橫槓、空格、冒號

https://blog.csdn.net/wx13227855087/article/details/83182961   String Times = " 2018-10-19 14:16:17"; String str = Time

原创 如何將InputStream轉化爲base64

public class FileToBase64 {     public static String getBase64FromInputStream(InputStream in) {         // 將圖片文件轉化爲字節數

原创 web端(Javascript-Barcode-Reader)實現上傳圖片或拍照識別條形碼的功能

<!DOCTYPE html> <html>     <head>         <meta charset="UTF-8">         <title>識別條形碼</title>     </head>     <body>   

原创 InputStream流的二次讀取

//獲取客戶端InputStream對象 InputStream input= requset.getInputStream(); //將InputStream對象轉換成ByteArrayOutputStream ByteArrayOut

原创 javascript -- 把按鈕變成讀秒倒計時

原文鏈接:https://www.cnblogs.com/kuku0223/p/11679927.html $('#btn').click(function(){   //設置按鈕倒計時 $(t

原创 springboot鏈接sap傳遞數據

參考:https://blog.csdn.net/wenfeifang/article/details/88675998 sap那需要傳遞兩個參數,返回結構 package com.shengquan.sapcode.util; imp

原创 MyBatis 傳入List集合查詢數據

原文鏈接:https://blog.csdn.net/single_cong/article/details/81705727 List<Test> selectById(List<Intege

原创 前端js禁止鼠標右鍵及F12禁止查看源代碼

原文鏈接:https://blog.csdn.net/lesouls/article/details/82977676        <!--一、屏蔽F12 審查元素-->        <sc

原创 Echarts下載使用

原文鏈接:https://blog.csdn.net/sunlu1124/article/details/89852880 1.Echarts下載 請到下面這個鏈接去下載 完整版 :https:

原创 讓div撐滿整個屏幕的方法(css)

原文鏈接:https://www.jianshu.com/p/45cb7bb1b15b 1. 給div設置定位。 css中position有五種屬性:  static:默認值,沒有

原创 一個高度不固定的div,裏面的文字如何垂直居中?

原文鏈接:https://www.cnblogs.com/quitpoison/p/11236742.html // 加在父級div中 垂直居中:align-items:center; disp

原创 前端上傳圖片到七牛雲

原文鏈接:https://blog.csdn.net/BingJingforyou/article/details/84837352 <html> <head> <!--引入七牛雲js文件-->

原创 Ckeditor配置上傳音頻視頻

原文鏈接:https://blog.csdn.net/xzz1173724284/article/details/80906916 https://blog.csdn.net/xzz117372

原创 ajax上傳圖片報"Uncaught TypeError: Illegal invocation"

原文鏈接:https://www.cnblogs.com/yjry-th/archive/2019/06/10/10997055.html https://www.cnblogs.com/yj