原创 node版本更新後的項目更新

1.刪除項目中的node_modules 2.重新安裝依賴 3.注意添加依賴的時候要 –save 生成package.json

原创 MyBatis insert返回主鍵不成功

使用的環境 spring boot 1.5.9.RELEASE mybatis 3.4.6 mysql 5.6 項目結構 部分配置文件 mybatis.mapper-locations = classpath:mapp

原创 html5頁面分屏 還有上下拖動

用到的框架 app框架 <%@ page contentType="text/html;charset=UTF-8" language="java" %> <!DOCTYPE html> <html> <head> <meta c

原创 nginx 負載均衡配置

要保持session的話使用ip_hash proxy_cache_path /var/cache/nginx/proxy_cache levels=1:2 keys_zone=static:10m inactive=30d max_si

原创 jfinal根據表創建get set 方法

1.引入包 pom.xml <!--數據庫鏈接的包--> <dependency> <groupId>com.mchange</groupId> <artifactId

原创 導出excel文件

工具類 package com.se.utils.excel;/* * 創建人:cwq * 創建時間 :20160105 * 創建用於 用於臨時文件的下載 * * */ import org.apache.poi.hssf.usermo

原创 mysql出現“Incorrect key file for table”解決辦法

出現問題 ERROR 1034 (HY000): Incorrect key file for table ‘xxxx‘; try to repair it 索引是:InnoDB 數據庫:mysql5.6 出現這個問題的 這邊解決方

原创 html 年-月-周 視圖

效果 源碼 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> <div>

原创 使用jenkins搭建自動化打包的apk 下載

說明 更新到svn 以及發送到郵件有點慢,所有直接下載文件快 使用php做應用服務器 頁面android.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="

原创 idea 2018最新破解步驟

準備工作 下載好最新的破解包 http://idea.lanyus.com/ hosts 0.0.0.0 account.jetbrains.com mac 終端: sudo vim /private/etc/hosts win

原创 禪道項目管理軟件!出現問題

錯誤: Please contact the server administrator at [no address given] to inform them of the time this error occurred, and

原创 There is no getter for property '*' in class java.lang.String

問題: 參考https://blog.csdn.net/soonfly/article/details/63385018 第二種情況:動態SQL中的條件判斷語句中 原因: 在xxxxMapper.java中 findxxList(@Pa

原创 SOS 單點登陸

使用iframe模擬登陸子系統,實現單點登陸。 使用到的有p3p聲明,第三方Cookies 使用共同一個校驗數據庫表 父應用 login.html <script> //地址欄參數 function Get

原创 rpm強制刪除已經遺失的軟件

#rpm -ivh 原本包名 –force #rpm -e 原本包名

原创 java list轉二維數組

/* * 轉爲二維數組 * */ private String[][] changeList( List list,Integer row){ Integer Row = row==null