原创 spring Thymeleaf 中文亂碼

前言: 項目用springmvc+Thymeleaf ,但是發現html中的所有中文都亂碼。 但是自己的html的編碼確定已經是UTF-8,在web.xml文件裏面也添加了CharacterEncodingFilter,還是沒有解決。 在

原创 windows啓動nfs服務

1. 有用連接 windows snfs軟件hinnfs:http://www.hanewin.net/nfs-e.htm 文檔:file:///E:/nfsd/doc/nfsd.htm(hinnfs的安裝目錄) 2. 心得筆記 (1

原创 Android Selector Shape使用詳解

1、相關鏈接 資源文件詳解,系列文章:https://keeganlee.me/post/android/20150830(看這篇就夠了) google官方資源文件文檔:https://developer.android.com/guid

原创 intellij 編譯 springmvc+hibernate+spring+maven 找不到hbm.xml映射文件

1. 錯誤信息 Invocation of init method failed; nested exception is org.hibernate.MappingNotFoundException: resource: model/D

原创 linux靜態ip設置(2)

1. 前言 上一篇簡單介紹了linux配置靜態ip所需的基本知識,傳送門:http://blog.csdn.net/weishenhong/article/details/52075258。 這一篇主要講解,linux靜態ip的配置過程

原创 矩陣總結

有用鏈接 常用概念 (1)dimV:線性空間中,線性無關向量的最大個數(矩陣的秩) (2)N(A):矩陣零空間:AX=0的X的解空間 (3)span{c1,c2,c3….}:矩陣列空間 (4)奇異矩陣:矩陣的行列式爲0 (5)de

原创 visualstudiocode 調試electron

1. 相關鏈接 國外的人寫的一篇博客:http://floatincode.net/post/debugging-electron-application-with-visual-studio-code   2. 調試的原理 :http:

原创 GlideV4源碼分析

1. 前言 1.1 現有Glide V4源碼分析文章 現有的Glide V4源碼分析的文章包含許多優秀的文章: 【1】對Glide的Load過程進行詳細的分析: https://blog.csdn.net/github_33304260

原创 Dagger2入門教程

1、Android依賴注入簡介 1.1 依賴注入(IOC:Inversion of Control) 1.2 Android依賴注入 2、dagger2原理 2.1 dagger2原理簡析 2.2 dagger2常用註解 3

原创 linux靜態ip修改-基礎知識(1)

前言 自己嘗試在linux上添加靜態ip,嘗試了好多次,都失敗了。今天硬着頭皮終於修改成功了,收貨還是不小,再此總結一下。 有用鏈接 ● http://www.2cto.com/os/201404/292853.html ● ubu