SQLServer默认跟踪--捕获事件详解哪些具体事件默认跟踪文件能够捕获到?--returnsfulllistofeventsSELECT*FROMsys.trace_events--returnsafulllistofcategoriesSELECT*FROMsys.trace_categories--returnsafulllistofsubclassvaluesSELECT*FROMsys.trace_subclass_valuesDatabas..
分类:
数据库 时间:
2014-11-22 02:12:07
阅读次数:
1791
Git的基本配置和使用一、git add ;git commit;git commit -a(默认跟踪修改直接提交(不包括新文件))。二、tig命令 查看修改记录的前端工具,方面查看修改记录。相当于git log –p。三、git config --global alias.ci "commit -...
分类:
其他好文 时间:
2014-07-24 21:53:22
阅读次数:
258