(转贴)如何在delphi中操作文件的读与写?
摘要: 如何在delphi中操作文件的读与写?我刚开始接触delphi,如何在delphi中操作文件的读与写,哪位朋友指教一下非常感谢!最好来段源码.var f:text;...AssignFile(f,'c:\1.txt');ReWrite(f);Writeln(f,'This is a test');CloseFile(f);...其中Rewrite是新建文件,若换成Reset则为打开文件 Write...
阅读全文
posted @
2007-04-17 17:42 coordinator 阅读(2594) |
评论 (1) 编辑
查系统中正在执行的SQL语句
摘要: select vs.SQL_TEXT,vs.DISK_READS,Executions from V$SQLAREA vs,v$session s where vs.ADDRESS=s.SQL_ADDRESS and vs.HASH_VALUE=s.SQL_HASH_VALUE and s.sid in (select s.sid from V$SESSION s,V$Process p wher...
阅读全文
posted @
2007-04-16 21:59 coordinator 阅读(393) |
评论 (0) 编辑
机井20070403
摘要: 武汉地区考的Issue74"The most effective way to communicate an idea or value to large groups of people is through the use of images, not language." 74. 如果想要和一大群人交流思想,最有效的方法是利用图形,而并非语言88"Technologies not only ...
阅读全文
posted @
2007-04-03 23:03 coordinator 阅读(153) |
评论 (0) 编辑