原创 Java程序員在寫SQL程序時候常犯的10個錯誤

Java程序員在寫SQL程序時候常犯的10個錯誤

原创 什麼是用戶體驗

用戶體驗就是very good,贊,絕了,驚喜與震撼,幸福與快樂

原创 mybatis IF判斷

【mybatis】IF判斷的坑 http://cheng-xinwei.iteye.com/blog/2008200 <if test="type=='1'"> and status ='ok' </if>

原创 MySQL追加註釋或者大量修改註釋

轉自:http://blog.itpub.net/29254281/viewspace-1982180/ 之前一個項目比較倉促,開發給的建表語句沒有註釋. 現在要補全註釋信息. 但是MySQL後期追加註釋比較麻煩 需要使用

原创 spring配置文件location引用外部文件

<!-- 數據庫配置文件位置 --> <context:property-placeholder location="file:///D:/conf/config.properties"/>

原创 理性與感性

理性是物質,看到了的是本質,本質的本質是頻率,相同的頻率產生吸引力,這個吸引力就是人們通常說的感覺,有了感覺理性就上升爲了感性,感性即爲直覺。有了直覺。。。。。。

原创 元素內容必須由格式正確的字符數據或標記組成

mybatis大於號小於號的處理 <![CDATA[AND a.starttime >=#{starttime} ]]>

原创 通過註釋查找字段和表名

SELECT COLUMN_NAME,column_comment,Table_NAME FROM INFORMATION_SCHEMA.Columns WHERE table_schema='數據庫名' AND column_

原创 Unable to locate Spring NamespaceHandler for XML schema namespace [xx.xx/context]

Exception in thread "main" org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration

原创 tomcat相關

1.亂碼 URIEncoding=”UTF-8” useBodyEncodingForURI=”true”

原创 mysql xxx.err文件內容記錄

xxx.err文件內容,位於data目錄下 160804 23:54:59 [Note] Plugin 'FEDERATED' is disabled. 160804 23:54:59 InnoDB: Initializing

原创 編程最高境界一遍過

編程最高境界一遍過,沒有bug完美運行

原创 proguard遇到的問題

Exception in thread "main" java.lang.ClassFormatError: LVTT entry for 'map' in class file com/wd/handler/AbstractHa

原创 "Host 'USER-XXXX' is not allowed to connect to this MySQL server"

1.在mysql庫中,複製user=root,host=‘localhost’的數據,修改localhost爲% 數據庫信息: user host ------ ----------------

原创 eclipse 啓動tomcat參數配置

-Dcatalina.base="D:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp1" -Dcatalina.home="D:\ide\apache-t