指针的引用在函数中的应用
摘要:#include using namespace std;int *&FuncTest(int *&p,int &m){ p=&m; return p;}void main(){ int nN=12;int nM=122; int *np=&nN; coutusing...
阅读全文
posted @ 2012-01-04 20:37
posted @ 2012-01-04 20:37
很全面了,用来临时测试确实挺不错的
ClassLoader.getSystemResourceAsStream 也可以,
不过getProperty 取不到 2级嵌套以上的属性
学习~
请问为什么我建一个联合索引,和你实验二的结果不一样呢?