01 2020 档案

摘要:1、窗口快捷键记忆诀窍: 凡跟窗口挂上钩的快捷键必有一个W(Windows);Ctrl+W,W: 浏览器窗口 (浏览橱窗用有道的翻译是window shopping) Ctrl+W,S: 解决方案管理器 (Solution) Ctrl+W,C: 类视图 (Class) Ctrl+W,E: 错误列表 阅读全文
posted @ 2020-01-13 16:06 mapstar 阅读(253) 评论(0) 推荐(0)
摘要:判断列是否存在 select count(*) from ITSV.his.information_schema.columns where table_name = 'zsb_ctmcallinfo' and column_name = 'ctp_iftax' 判断数据存在 select * fr 阅读全文
posted @ 2020-01-10 09:47 mapstar 阅读(261) 评论(0) 推荐(0)