摘要: windows server 2003运行一个程序时出现 "应用程序无法正常启动0xc0150002"的错误提示;解决方案:下载地址:http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=200b2fd9... 阅读全文
posted @ 2015-06-15 21:28 __kylong 阅读(606) 评论(0) 推荐(0)
摘要: declare t_count number(10); t_str VARCHAR2(500); cursor t_tables is select table_name from user_tables;begin for t_row in t_tables loop t_str := 'sele... 阅读全文
posted @ 2015-06-15 21:26 __kylong 阅读(2466) 评论(0) 推荐(0)