06 2015 档案

摘要:windows server 2003运行一个程序时出现 "应用程序无法正常启动0xc0150002"的错误提示;解决方案:下载地址:http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=200b2fd9... 阅读全文
posted @ 2015-06-15 21:28 __kylong 阅读(607) 评论(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 阅读(2471) 评论(0) 推荐(0)
摘要:这个问题的产生根据网上搜集的资料是因为微软的新补丁KB2970228和KB2982791限制了字体文件的使用机制, 而EditorLineEnds.ttr是delphi字体临时文件, 这就导致了delphi启动时无法访问这个文件,启动失败解决方案: 把EditorLineEnds.ttr扩展名改为t... 阅读全文
posted @ 2015-06-11 10:08 __kylong 阅读(3580) 评论(0) 推荐(0)