C风格字符串大写转小写
摘要:#include using namespace std;#include void main(){ char str[]="SuNYM"; cout<<str<<endl; char *pc=&str[0]; int nLenStr=0;//注意初始化 while(...
阅读全文
posted @ 2011-12-31 20:04
posted @ 2011-12-31 20:04
posted @ 2011-12-29 23:24
很全面了,用来临时测试确实挺不错的
ClassLoader.getSystemResourceAsStream 也可以,
不过getProperty 取不到 2级嵌套以上的属性
学习~
请问为什么我建一个联合索引,和你实验二的结果不一样呢?