原创 設置jqGrid水平滾動條

1.html設置css樣式 <style>           .ui-jqgrid .ui-jqgrid-bdiv {               border-top: 1px solid #E1E1E1;             

原创 springboot所需的jar文件

<project xmlns="http://maven.apache.org/POM/4.0.0"     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     xsi:sc

原创 Jquery 可拖拽的Ztree(移動,複製)兩種選擇

首先要引入ztree依賴的js <link rel="stylesheet" type="text/css" href="<c:url value="/js/common/zTree-v3.5.14/css/zTreeStyle/zTr

原创 JAVA eclipse Maven項目紅歎號解決方案以及java Resources報紅感嘆號的情況

一 JAVA eclipse Maven項目紅歎號解決方案  方案一:選中項目 --> 右鍵 --> Maven --> Update Projects... 即可解決。 方案二:如果上述操作無法解決的話,那麼選擇 Windows -->

原创 Java將數據寫入文本文件

public static void main(String[] args) { File file = new File("d:\\read.txt"); FileOutputStream outputStream; try {

原创 解析json對象出現$ref: "$.list[0]"的解決辦法

問題描述: 今天在做後臺傳數據到前端解析的時候遇到了這個問題。背景介紹下:後臺傳過去json數據是用阿里的fastjson轉換的,調用的是這個方法 String s = JSON.toJSONStringWithDateFormat(O

原创 將SVN下載的maven項目拆分成多個子項目

1.從SVN檢出項目。 2.項目右鍵import,選擇Maven目錄下的Exisiting Maven Project。 3.將所有子項目勾選,然後finish。       轉自:https://blog.csdn.net/qq_366

原创 springboot需要的jar文件

<project xmlns="http://maven.apache.org/POM/4.0.0"     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     xsi:sc

原创 jqGrid加載滾動條

html設置css樣式 <style>           .ui-jqgrid .ui-jqgrid-bdiv {               border-top: 1px solid #E1E1E1;               o