@select("select * from ilike_class where school_id = # and start_at < #")
listfindold(integer schoolid, int year);
@select("select * from ilike_class where school_id = # and start_at like '$%'")
listfindthisyear(integer schoolid, int year);
前兩個year是傳進來的引數,不是從路徑獲得的引數,sql語句可以執行.
@select("select * from ilike_class where name like '$%'")
listsearchbyname(string name);
這個名稱是直接傳入的引數,不能用$ 接收,否則報錯?(剛才測了下好像又可以 包括'%$' ?_? )
@select("select * from ilike_class where name like '%' # '%'")
listsearchbyname(string name);
這個sql語句不報錯。
原因是為什麼?
關於pyinstaller一些問題個人解決方法
1.unicodedecodeerror utf8 codec can t decode byte 0xce in position 47 invalid continuation byte 1.找到報錯檔案和報錯位置,把encoding改為 iso 8859 1 2.命令列輸入 chcp 6500...
頁面排版的一些問題(個人) 歡迎補充
margin padding不改變盒子大小尺寸的方法 設定box sizing border box 要給元素設定寬高才能生效 背景顏色漸變屬性 linear gradient 使用 background linear gradient to bottom,000000 0 ffffff 100 背...
mybatis的一些問題
最近本人 學生 正在學習mybatis框架,遇到了一些問題,最終查閱資料得以解惑,跟大家一起分享 然後查閱資料才發現 對映檔案錯誤 插入 更新 刪除 修改之後發現還是報錯,控制台例項化失敗報錯 cause org.xml.sax.saxparseexception linenumber 16 col...