parametertype:輸入引數型別 方法括號裡的引數型別
resulttype:查詢返回結果值的型別,返回型別 方法名後接
-->
輸入引數:parametertype
1.簡單型別 基本八大型別+string型別
a.#$ 識別符號必須是value
b.#{}自動給string型別+『』
${} 原樣輸出 適用於 動態排序(動態字段)
c.#{} 可以防止sql注入
${} 不防止
#{}和${}相同之處:
a.都可以獲取物件的值(巢狀型別物件)
b.2.物件型別 #$
select * from one order by $ asc
2. conf.xml配置
<?xml version="1.0" encoding="utf-8" ?>
3. conf.xml引用的檔案
Mybatis配置相關
新增mybatis config.xml檔案,並且配置在sqlsessionfactorybean下 mybatis config.xml 配置檔案 where if 語句 select id,title,author,created time,updated time,user,channel,s...
對GPIO相關配置的理解
本文章僅僅是個人對學習的總結,如有錯誤,望各位前輩指明告知 1 gpio mode ain 模擬輸入 2 gpio mode in floating 浮空輸入 3 gpio mode ipd 下拉輸入 4 gpio mode ipu 上拉輸入 5 gpio mode out od 開漏輸出 6 gp...
token的相關理解及使用
安裝token相關的包 jsonwebtoken const jwt require jsonwebtoken get gettoken function req,res shhhhh shhhhh自己寫的,用於對比驗證,官方的,token res.send get function req,res...