原创 將excel橫向ABCD改成數字

   

原创 git中Please enter a commit message to explain why this merge is necessary.

git中Please enter a commit message to explain why this merge is necessary. Please enter a commit message to explain why

原创 tomcat變灰解決方案

tomcat無法點擊啓動 第一步:找到該tomcat的服務 第二步:右鍵點擊服務跳轉到進程中,結束該進程    

原创 如何讓div中的子類div的高度和父類高度一樣

在默認情況下(沒有設置浮動或定位時),子級div元素本身寬度就是佔滿父級寬度的100%的。 如果還希望讓子級div的高度佔滿父級,那麼爲子級div增加“height: 100%”的樣式即可 注意:(前提是你的父級div存在固定高度)  

原创 怎樣控制圖片在div中上下左右居中

<i-col span="10" style="display: flex;justify-content:center;align-items: center"> <div style="margin:30px auto;"

原创 通過Ajax方式上傳文件(input file),使用FormData進行Ajax請求

<div  >                         <input type="file" name="FileUpload" id="FileUpload">                         <a class

原创 數據庫通過excel導入數據

第一步第二步第三步第四步第五步第六步

原创 sql語句查詢時間比較

SELECT     e.id AS "id",     e.enterprise_name AS "enterpriseName",     y.industry_name AS "industryName",     d.distri

原创 SourceTree跳過Atlassian賬號,免登陸,跳過初始設置

SourceTree 安裝之後需要使用賬號登陸以授權,並且是強制登陸。登錄過程非常漫長,並未在不FQ的情況下是不能成功的,下面記錄一下跳過登錄的方法。 裝之後,轉到用戶本地文件夾下的 SourceTree 目錄,找到accounts.js

原创 數據庫查詢字段中如果爲null,使用!=將查詢不出數據來

SELECT     * FROM     enterprise WHERE     father_id != '-1' or isnull(father_id)  

原创 org.apache.ibatis.ognl.ExpressionSyntaxException:

bug詳情:org.apache.ibatis.builder.BuilderException: Error evaluating expression 'viewPermission != null viewPermission !=

原创 Parameter 'districtId' not found. Available parameters are [0, 1, 2, param3, param1, param2]

編程時遇到如下錯誤[java] view plain copyParameter 'id' not found. Available parameters are [0, 1, 2, param3, param1, param2]  修改

原创 bug

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframe