' 選單崗位可以以xx,xx,xx,xx的方式新增, gu laicheng, 2007.8.21
session("datacmd").commandtext = _
"select * from menu "&_
" where level1 ='"&glevel1&"' "&_
" and level2 = '"&glevel2&"' "&_
" and level3 <> '00' "&_
" and ((patindex('%|' + '" &session("kkk") &"' + '|%', '|' + replace(securitylevel, ',', '|') + '|') > 0) "&_
" or (patindex('%|zz|%', '|' + replace(securitylevel, ',', '|') + '|') > 0)) "&_
"order by level3 "
1, 將x1,x2,x3,x4的方式字串變為 |x1|x2|x3|x4|
'|' + replace(securitylevel, ',', '|') + '|'
2, 通過patindex查詢|x1|是否在以上的結果串中
patindex('%|x1|%','|' + replace(securitylevel, ',', '|') + '|')>0
3, 通過patindex查詢|zz|是否在以上的結果串中
patindex('%|zz|%','|' + replace(securitylevel, ',', '|') + '|')>0
IOS基礎 設計UI 1X 2X 3X是什麼
device scale factor iphone x,iphone 8 plus,iphone 7 plus,and iphone 6s plus 3xall other high resolution ios devices 2x 從官網的資料我們可以看出,1x 2x 3x是蘋果ios開發不同...
iOS中的2x,3x問題
iphone的螢幕顯示效果非常出色。剛進入市場時,iphone是當時解析度最高的手持電子裝置。不過,iphone 的顯示空間並不大,比現代計算機的螢幕空間要小很多。最初幾代iphone的螢幕解析度只有320畫素 480畫素,從iphone 4的retina螢幕開始,解析度增加到了640畫素 960畫...
Spring3 x與4 x的區別
增加了 restcontroller annotation,就是把 controller和 reponsebody打包了,省得大家再去每個方法上加乙個 responsebody了。新加了asyncresttemplate類,可以用來構建非同步呼叫的restful client,具體用法看這兒 或者這...