文章列表
#include <stdio.h>
#include <string.h>
int readLine(char* line, FILE* fp);
int idStep(char* procLine, char* stepName, char* pgmName, int maxLen);
void idParm(char* dsn, char* reDsn, int dsnLen);
int idDisp(char* procLine, int maxLen);
int idDsn(char* procLine, int maxLen, int* dsn ...
Properties pro = System.getProperties();
Set<Object> keys = pro.keySet();
Iterator<Object> kit = keys.iterator();
while(kit.hasNext()){
Object knext = kit.next();
System.out.print(knext.toString()+" = ");
System. ...