- 注册
- 2002-05-13
- 消息
- 5,887
- 荣誉分数
- 156
- 声望点数
- 173
小傻,
The Board's web site www.ocdsb.ca has a lot of information on it. The heading "schools" has almost everything you will need. My website has a lot of good information for people interested in Kanata schools. It is www.cathycurry.com . The Fraser Institute rankings are ones that we don't support. They EQAO scores are not meant to evaluate schools. They are meant to help the teachers understand where each of their student is in their learning continuum only. The only two strands of the curriculum that are evaluated are literacy and numeracy, so it tells you very little about a "school." Give me a call if you want to discuss further.
...
小傻 Note: if it is not clear from her message, let me know then I will bug her again..

The Board's web site www.ocdsb.ca has a lot of information on it. The heading "schools" has almost everything you will need. My website has a lot of good information for people interested in Kanata schools. It is www.cathycurry.com . The Fraser Institute rankings are ones that we don't support. They EQAO scores are not meant to evaluate schools. They are meant to help the teachers understand where each of their student is in their learning continuum only. The only two strands of the curriculum that are evaluated are literacy and numeracy, so it tells you very little about a "school." Give me a call if you want to discuss further.
...
小傻 Note: if it is not clear from her message, let me know then I will bug her again..
你把教育局的连接给我看看,我觉得应该没ottawasnewesthomes那个designer搞得复杂。
代码现在已经写的挺generic了,我回头看看能不能给改为类似Scripting language的东西,不过那个就是后话了
类似
#Define MAIN_INDEX comefromchina.org;
#Declare TempBuffer StringBuffer[10];
#Declare TempCollection ArrayList;
Save MAIN_INDEX to TempBuffer[0];
Save CollectionsOfValues(TempBuffer[0], "<spans+class=\'nav_menu\'[^>]*>.*?<a href="([^"]+)"[^>]*>([^<]+)</a>.*?</span>") to TempCollection;
-------
try {
Class c = Class.forName(ClassName);
Field fieldlist[] = c.getDeclaredFields();
int argLength = fieldlist.length;
Class partypes[] = new Class[argLength];
for (int g=0; g<argLength; g++) {
partypes[g] = String.class;
}
Constructor ct = c.getConstructor(partypes);
int flatternSize = (flatternRet.size() - (flatternRet.size() % argLength)) / argLength;
for (int k=0; k<flatternSize; k++) {
Object arglist[] = new Object[argLength];
for (int g=0; g<argLength; g++) {
arglist[g] = flatternRet.get(k * argLength + g);
}
Object retobj = ct.newInstance(arglist);
dataSet.add(retobj);
}
} catch (Throwable e) {
System.err.println(e);
}
BeanUtils.setProperty(b, home.subElementObjectMap[j][4], dataSet);