费费笔记

My Links

Blog Stats

News

07 2011 档案

Oracle sql trace
摘要: http://orafaq.com/wiki/SQL_TraceTracing an entire database To enable SQL tracing for the entire database, execute: ALTER SYSTEM SET sql_trace = true SCOPE=MEMORY;To stop, execute: ALTER SYSTEM SET sql_trace = false SCOPE=MEMORY;Identifying trace files Trace output is written to the database's UD阅读全文

posted @ 2011-07-12 16:12 Figo Fei 阅读(40) | 评论 (0) 编辑

Webservice
摘要: WSDL的详解笔记http://blog.csdn.net/guolimin1118/archive/2010/04/24/5522122.aspx 如果看懂一个WSDL文档http://blog.csdn.net/gangbo_5958196/archive/2010/04/10/5466482.aspx利用wsdl.exe生成webservice代理类http://apple8160.blog.163.com/blog/static/79581470201042494554755/Developing a REST Web Service using C# - A walkthroughh阅读全文

posted @ 2011-07-12 16:06 Figo Fei 阅读(44) | 评论 (0) 编辑