摘要:
select md.code,v.code from cfvariable as vinner join cfvarmdl as mv on v.idvarmdl=mv.idvarmdlinner join cfdevmdl as md on mv.iddevmdl=md.iddevmdl and 阅读全文
摘要:
var asc_active = function(a, b) { var av = Number($(a).find('.active_num .v').html()); var bv = Number($(b).find('.active_num .v').html()); return av> 阅读全文
摘要:
#定义array ptpArray=()while read linedo #将文件读取内容放到array中,注意作为字符串放,否则空格会被分隔成行ptpArray+=("$line")done < a #echo "${#ptpArray[@]}" #for line in "${ptpArray 阅读全文
摘要:
using tablename as alias DELETE FROM tv_episodes USING tv_episodes AS ed LEFT OUTER JOIN data AS nd ON ed.file_name = nd.file_name AND ed.path = nd.pa 阅读全文