【 以下文字转载自 Living 讨论区 】
发信人: straw (berry), 信区: Living
标 题: google maps & yahoo maps
发信站: BBS 未名空间站 (Mon Apr 30 20:56:42 2007)
It is that google satellite is not as good (fine resolution) as yahoo
satellite?
Also is google satellite same as google earth?
thanks!
请教大侠们一个问题, 谢谢!
Is it possible to use bash to implement a data structure like
Map> in Java?
I tried this(test.sh), which fails
$ ./test.sh
d1FileToScriptMap
./test.sh: line 27: ${${myMap}["entities.csv"]}: bad substitution
line 27 is "scriptfile=${${myMap}["entities.csv"]}"
========= test.sh ===============================
#!/bin/bash
dataSources=("d1" "d2")
declare -A dataSrcToScriptAssociateArrayMap
dataSrcToScriptAssociateArrayMap=(
["d1"]=d1FileToScriptMap
... 阅读全帖