摘要:
SELECT 表名 = Case When A.colorder=1 Then D.name Else '' End, --表说明 = Case When A.colorder=1 Then isnull(F.value,'') Else '' End, 字段序号 = A.colorder, 字段名 阅读全文
摘要:
@echo offtasklist|find /i "nginx.exe" > NULif %errorlevel%==0 ( %cd%/nginx -s quit echo 服务已成功关闭...) else ( echo 服务没有运行... )ping 0.0.0.0 -n 5 > NULexit 阅读全文
摘要:
mongodb 的查询语法类似js: var userCods = db.getCollection('items').aggregate([ {$match:{"userItem.userCode":"ACB"}}, {$project:{"userCode":1,"_id":0}} ]) use 阅读全文