- 博客(2)
- 收藏
- 关注
原创 c with file searching
[code="java"]#include #include 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 ...
2012-07-23 17:26:29
67
To see java system's properties
[code="java"]Properties pro = System.getProperties(); Set keys = pro.keySet(); Iterator kit = keys.iterator(); while(kit.hasNext()){ Object knext = kit...
2011-10-30 13:59:38
60
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅