由买买提看人间百态

topics

全部话题 - 话题: map
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
s***w
发帖数: 521
1
来自主题: Internet版 - google maps & yahoo maps (转载)
【 以下文字转载自 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!
r**e
发帖数: 35
2
来自主题: Internet版 - google maps & yahoo maps (转载)
google跟yahoo的satellite map都是跟一個專門經營衛星地圖的公司買的,具體他們花
了多少錢買到什麽樣的分辨率,我看了看基本是差不多的。
google earth裏面的地圖就是google map上面的。
c**t
发帖数: 2744
3
来自主题: Internet版 - google maps & yahoo maps (转载)
yahoo map supports overlap. For an example: put shopping center on top of
map.
t*n
发帖数: 14458
4
来自主题: Internet版 - google maps & yahoo maps (转载)
yahoo地图新一些,分辨率高一些
俺家这块地方照片google没有,yahoo有

google跟yahoo的satellite map都是跟一個專門經營衛星地圖的公司買的,具體他們花
了多少錢買到什麽樣的分辨率,我看了看基本是差不多的。
google earth裏面的地圖就是google map上面的。
b****o
发帖数: 403
5
来自主题: Internet版 - stupid google map (转载)
google地图的确有不少错误,现在我都是把 live map, yahoo map, 和google map 结
合起来用。
x***n
发帖数: 70
6
请看下面几行简单的代码:
1 TreeMap treeMap = new TreeMap Integer> ();
2 treeMap.put("Good", 136);
3 Map.Entry e = null;
4 e = treeMap.firstEntry();
5 e.setValue(23);
6 Set> el = treeMap.entrySet();
7 for( Map.Entry e1 : el ) {
8 e1.setValue(23);
9 }
第5行处,报错:java.util.AbstractMap$SimpleImmutableEntry.setValue(Unknown
Source)
但是,第8行处,是类似的操作,却能正常执行。
请问这是为什么?谢谢!
w**z
发帖数: 8232
7
It's the generic
Map> outerMap=new HashMap String>>();
you need construct the innermap first and add it to the outermap
o*****l
发帖数: 539
8
来自主题: Linux版 - bash to implement Map>
请教大侠们一个问题, 谢谢!
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
... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)