<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[清风居-清风博客 - Web开发]]></title>
<link>http://www.qingfengju.com/</link>
<description><![CDATA[专注于计算机技术]]></description>
<language>zh-cn</language>
<copyright><![CDATA[Copyright 2005 PBlog3 v2.8]]></copyright>
<webMaster><![CDATA[dgx_lsyd3@163.com(淡月清风)]]></webMaster>
<generator>PBlog2 v2.4</generator> 
<image>
	<title>清风居-清风博客</title>
	<url>http://www.qingfengju.com/images/logos.gif</url>
	<link>http://www.qingfengju.com/</link>
	<description>清风居-清风博客</description>
</image>

			<item>
			<link>http://www.qingfengju.com/article.asp?id=197</link>
			<title><![CDATA[跨服务器,跨ASP.Net与ASP的Session共享]]></title>
			<author>dgx_lsyd3@163.com(淡月清风)</author>
			<category><![CDATA[Web开发]]></category>
			<pubDate>Sun,07 Feb 2010 19:01:19 +0800</pubDate>
			<guid>http://www.qingfengju.com/default.asp?id=197</guid>
		<description><![CDATA[<p>对于一个大型网站，常常不止一台服务器/站点，这些不同的服务器/站点可能同时运行着ASP，ASP.Net，PHP等多种Web应用程序，这些Web应用程序的域名，IP地址可能不同。这时候如果需要单点登录，就需要使用跨服务器，跨ASP.Net与ASP的Session共享技术。</p>
<p>本方案通过使用数据库、httpHandler、跨域Cookie等技术，实现了在尽量不修改原有代码的基础上，实现多个服务器之间共享Session。</p>
<p>关键技术如下：<br />
1.用数据库存储序列化后的Session数据<br />
2.用跨域Cookie实现多个Web应用程序对一个Cookie的访问(这个Cookie用来标记当前的客户端)<br />
3.通过httpHandler，实现ASP.Net页面中的Session控制<br />
4.通过在ASP文件中包含头文件，实现ASP页面中的Session控制</p>
<p>目前该方案已在某某局的系统上稳定运行一年多时间。<br />
下面是该&ldquo;跨服务器,跨ASP.Net与ASP的Session共享技术&rdquo;方案的部署说明：<br />
<a target="_blank" href="http://www.qingfengju.com/download.asp?id=62"><img alt="" border="0" style="margin: 0px 2px -4px 0px" src="http://www.qingfengju.com/images/download.gif" />跨服务器,跨ASP.Net与ASP的Session共享技术.pdf</a><br />
<br />
如果您的项目中正好需要这项技术，可与我联系。</p>]]></description>
		</item>
		
			<item>
			<link>http://www.qingfengju.com/article.asp?id=193</link>
			<title><![CDATA[把Google翻译网页放到桌面上]]></title>
			<author>dgx_lsyd3@163.com(淡月清风)</author>
			<category><![CDATA[Web开发]]></category>
			<pubDate>Thu,28 Jan 2010 10:15:21 +0800</pubDate>
			<guid>http://www.qingfengju.com/default.asp?id=193</guid>
		<description><![CDATA[<div align="left"><span style="font-size: 9pt; color: blue">&lt;html&gt;</span></div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;head&gt;</span></div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;HTA:APPLICATION</span><span style="font-size: 9pt"> <span style="color: navy">ID</span><span style="color: blue">=</span><span style="color: teal">&quot;oHTA&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">APPLICATIONNAME</span><span style="color: blue">=</span><span style="color: teal">&quot;GoogleTranslateApp&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">BORDER</span><span style="color: blue">=</span><span style="color: teal">&quot;dialog&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">BORDERSTYLE</span><span style="color: blue">=</span><span style="color: teal">&quot;raised&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">CAPTION</span><span style="color: blue">=</span><span style="color: teal">&quot;yes&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">ICON</span><span style="color: blue">=</span><span style="color: teal">&quot;&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">SCROLL</span><span style="color: blue">=</span><span style="color: teal">&quot;no&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">MAXIMIZEBUTTON</span><span style="color: blue">=</span><span style="color: teal">&quot;yes&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">MINIMIZEBUTTON</span><span style="color: blue">=</span><span style="color: teal">&quot;yes&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">SHOWINTASKBAR</span><span style="color: blue">=</span><span style="color: teal">&quot;yes&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">SINGLEINSTANCE</span><span style="color: blue">=</span><span style="color: teal">&quot;yes&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">INNERBORDER</span><span style="color: blue">=</span><span style="color: teal">&quot;no&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">SYSMENU</span><span style="color: blue">=</span><span style="color: teal">&quot;yes&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">VERSION</span><span style="color: blue">=</span><span style="color: teal">&quot;1.0&quot;</span><span style="color: blue">/&gt;</span>&nbsp;&nbsp; </span></div>
<div align="left">&nbsp;</div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;script</span><span style="font-size: 9pt"> <span style="color: navy">language</span><span style="color: blue">=</span><span style="color: teal">&quot;javascript&quot;</span><span style="color: blue">&gt;</span></span></div>
<div align="left"><span style="font-size: 9pt; color: red">&lt;!--</span></div>
<div align="left"><span style="font-size: 9pt; color: blue">function</span><span style="font-size: 9pt"> <span style="color: #010001">LoadWindow</span>()</span></div>
<div align="left"><span style="font-size: 9pt">{</span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: #010001">window</span>.<span style="color: #010001">resizeTo</span>(<span style="color: red">700,600</span>);</span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: green">/*</span></span></div>
<div align="left"><span style="font-size: 9pt; color: green">&nbsp;&nbsp;&nbsp; window.IFrameGoogle.document.body.bgColor=&quot;#D4D0C8&quot;;</span></div>
<div align="left"><span style="font-size: 9pt; color: green">&nbsp;&nbsp;&nbsp; window.IFrameGoogle.document.body.onselectstart=function(){</span></div>
<div align="left"><span style="font-size: 9pt; color: green">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return false;</span></div>
<div align="left"><span style="font-size: 9pt; color: green">&nbsp;&nbsp;&nbsp; }</span></div>
<div align="left"><span style="font-size: 9pt; color: green">&nbsp;&nbsp;&nbsp; window.IFrameGoogle.document.body.onselect=function(){</span></div>
<div align="left"><span style="font-size: 9pt; color: green">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return false;</span></div>
<div align="left"><span style="font-size: 9pt; color: green">&nbsp;&nbsp;&nbsp; }</span></div>
<div align="left"><span style="font-size: 9pt; color: green">&nbsp;&nbsp;&nbsp; window.IFrameGoogle.document.body.oncontextmenu=function(){</span></div>
<div align="left"><span style="font-size: 9pt; color: green">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return false;</span></div>
<div align="left"><span style="font-size: 9pt; color: green">&nbsp;&nbsp;&nbsp; }*/</span></div>
<div align="left"><span style="font-size: 9pt">}</span></div>
<div align="left"><span style="font-size: 9pt; color: green">//--&gt;</span></div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;/script&gt;</span></div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;meta</span><span style="font-size: 9pt"> <span style="color: navy">http-equiv</span><span style="color: blue">=</span><span style="color: teal">&quot;Content-Type&quot;</span> <span style="color: navy">content</span><span style="color: blue">=</span><span style="color: teal">&quot;text/html; charset=gb2312&quot;</span><span style="color: blue">&gt;</span></span></div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;title&gt;</span><span style="font-size: 9pt">Google</span><span style="font-size: 9pt">翻译</span><span style="font-size: 9pt; color: blue">&lt;/title&gt;</span></div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;/head&gt;</span></div>
<div align="left">&nbsp;</div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;body</span><span style="font-size: 9pt"> <span style="color: navy">topmargin</span><span style="color: blue">=</span><span style="color: teal">&quot;0&quot;</span> <span style="color: navy">leftmargin</span><span style="color: blue">=</span><span style="color: teal">&quot;0&quot;</span> <span style="color: navy">rightmargin</span><span style="color: blue">=</span><span style="color: teal">&quot;0&quot;</span> <span style="color: navy">bottommargin</span><span style="color: blue">=</span><span style="color: teal">&quot;0&quot;</span> <span style="color: navy">onload</span><span style="color: blue">=</span><span style="color: teal">&quot;LoadWindow()&quot;</span><span style="color: blue">&gt;</span></span></div>
<div align="left">&nbsp;</div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;iframe</span><span style="font-size: 9pt"> <span style="color: navy">name</span><span style="color: blue">=</span><span style="color: teal">&quot;IFrameGoogle&quot;</span> <span style="color: navy">src</span><span style="color: blue">=</span><span style="color: teal">&quot;http://translate.google.cn/?hl=zh-CN&amp;tab=wT&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">marginwidth</span><span style="color: blue">=</span><span style="color: teal">&quot;1&quot;</span> <span style="color: navy">marginheight</span><span style="color: blue">=</span><span style="color: teal">&quot;1&quot;</span> <span style="color: navy">border</span><span style="color: blue">=</span><span style="color: teal">&quot;0&quot;</span> <span style="color: navy">frameborder</span><span style="color: blue">=</span><span style="color: teal">&quot;0&quot;</span> </span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; <span style="color: navy">width</span><span style="color: blue">=</span><span style="color: teal">&quot;700&quot;</span> <span style="color: navy">height</span><span style="color: blue">=</span><span style="color: teal">&quot;617&quot;</span> <span style="color: navy">scrolling</span><span style="color: blue">=</span><span style="color: teal">&quot;no&quot;</span><span style="color: blue">&gt;</span></span></div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;/iframe&gt;</span></div>
<div align="left"><span style="font-size: 9pt">&nbsp;&nbsp;&nbsp; </span></div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;/body&gt;</span></div>
<div align="left"><span style="font-size: 9pt; color: blue">&lt;/html&gt;</span></div>
<p>将以上代码另存为.hta文件即可，效果：<br />
<span style="font-size: 9pt; color: blue"><img border="0" alt="" src="http://www.qingfengju.com/download.asp?id=58" /></span></p>]]></description>
		</item>
		
			<item>
			<link>http://www.qingfengju.com/article.asp?id=176</link>
			<title><![CDATA[为兼容FireFox和IE6.0所采取的CSS Hack]]></title>
			<author>dgx_lsyd3@163.com(淡月清风)</author>
			<category><![CDATA[Web开发]]></category>
			<pubDate>Fri,04 Dec 2009 01:12:03 +0800</pubDate>
			<guid>http://www.qingfengju.com/default.asp?id=176</guid>
		<description><![CDATA[<p>本站页面在IE6.0下显示正常，在FireFox下菜单跑一边去了。<br />
为兼容这俩，为他们各自写点CSS(注：这个技术被称为<a target="_blank" href="http://baike.baidu.com/view/1119452.htm">CSS Hack</a>)。<br />
<br />
呵呵，用DIV代替TABLE似乎要花更多心思。<br />
<span style="color: rgb(51,51,51)">&nbsp;</span><br />
<span style="color: rgb(51,51,51)">#container #header #menu {<br />
&nbsp;&nbsp;&nbsp; background-color:#ff0000;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp; margin-top:86px;<br />
&nbsp;&nbsp;&nbsp;<span style="color: rgb(0,0,0)"> </span><strong><span style="color: rgb(0,0,0)">_margin-top:92px;</span></strong><span style="color: rgb(51,153,102)">/*仅IE6.0识别下划线开头的CSS属性*/<br />
</span>&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp; background-image: url('qfj_topnav_bg.jpg');<br />
&nbsp;&nbsp;&nbsp; background-repeat:repeat-x;<br />
&nbsp;&nbsp;&nbsp; height:35px;<br />
&nbsp;&nbsp;&nbsp; }<br />
<br />
#container #header #menu ul{<br />
<span style="color: rgb(0,0,0)"><strong>&nbsp;&nbsp;&nbsp; _list-style:none;<br />
&nbsp;&nbsp;&nbsp; _float:left;<br />
&nbsp;&nbsp;&nbsp; _height:10px;</strong></span><br />
&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp; margin-left:-30px;<br />
<span style="color: rgb(0,0,0)"><strong>&nbsp;&nbsp;&nbsp; _margin-left:5px;</strong></span><br />
&nbsp;}</span></p>]]></description>
		</item>
		
			<item>
			<link>http://www.qingfengju.com/article.asp?id=152</link>
			<title><![CDATA[DHTML中的行为(Behavior)]]></title>
			<author>dgx_lsyd3@163.com(淡月清风)</author>
			<category><![CDATA[Web开发]]></category>
			<pubDate>Mon,07 Sep 2009 00:07:43 +0800</pubDate>
			<guid>http://www.qingfengju.com/default.asp?id=152</guid>
		<description><![CDATA[<div>行为是一个名为&quot;behavior&quot;的CSS属性，例如：<br />
&lt;span onclick=&quot;setHomePage('http://www.qingfengju.com/')&quot; style=&quot;behavior:url(#default#homePage)&quot;&gt;设为首页&lt;/span&gt;，实际效果如下：<br />
<br />
<u><span style="color: #0000ff"><span onclick="setHomePage('http://www.qingfengju.com/')" style="behavior: url(#default#homePage); cursor: hand">设qingfengju.com为首页</span></span></u><br />
<br />
不同的行为具有不同的方法，比如CSS中使用了homePage行为，就可以使用setHomePage(sUrl)方法。</div>
<p>&nbsp;</p>]]></description>
		</item>
		
			<item>
			<link>http://www.qingfengju.com/article.asp?id=154</link>
			<title><![CDATA[IIS6.0中ASP只能上传200K的问题]]></title>
			<author>dgx_lsyd3@163.com(淡月清风)</author>
			<category><![CDATA[Web开发]]></category>
			<pubDate>Tue,01 Sep 2009 15:47:31 +0800</pubDate>
			<guid>http://www.qingfengju.com/default.asp?id=154</guid>
		<description><![CDATA[<p>先关闭服务:<br />
<span style="color: #ff0000">net stop &quot;IIS Admin Service&quot;<br />
</span><br />
找到<span style="color: #008080">C:\windows\system32\inetsrv</span>下的<span style="color: #008080">metabase.xml</span>；<br />
打开，找到<span style="color: #800000">ASPMaxRequestEntityAllowed </span>把他修改为需要的值，比如<strong><span style="color: #ff6600">2M</span></strong>(2097152)；<br />
<br />
然后重启服务:<br />
<span style="color: #ff0000">net start &quot;IIS Admin Service&quot;</span></p>]]></description>
		</item>
		
			<item>
			<link>http://www.qingfengju.com/article.asp?id=148</link>
			<title><![CDATA[PjBlog的布局模型]]></title>
			<author>dgx_lsyd3@163.com(淡月清风)</author>
			<category><![CDATA[Web开发]]></category>
			<pubDate>Mon,31 Aug 2009 15:28:16 +0800</pubDate>
			<guid>http://www.qingfengju.com/default.asp?id=148</guid>
		<description><![CDATA[<div>&nbsp;改天重新做个风格，先放个PjBlog的布局模型。</div>
<div><object height="300" width="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">
<param value="http://www.qingfengju.com/download.asp?id=37" name="movie" />
<param value="high" name="quality" />
<param value="never" name="AllowScriptAccess" /><embed height="300" width="400" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://www.qingfengju.com/download.asp?id=37"></embed></object></div>
<p>&nbsp;</p>]]></description>
		</item>
		
			<item>
			<link>http://www.qingfengju.com/article.asp?id=44</link>
			<title><![CDATA[部分Web开发/网站建设案例]]></title>
			<author>dgx_lsyd3@163.com(淡月清风)</author>
			<category><![CDATA[Web开发]]></category>
			<pubDate>Sat,23 May 2009 22:57:45 +0800</pubDate>
			<guid>http://www.qingfengju.com/default.asp?id=44</guid>
		<description><![CDATA[<p>这是以前做的部分网站，大部分用的ASP。<br />
<hr color="red" />
</p>
<p>东莞市科瑞德机械设备有限公司(<a href="http://www.gokeruida.com/">http://www.gokeruida.com/</a>)：<br />
<img alt="" border="0" src="http://www.qingfengju.com/download.asp?id=50" /><br />
<br />
<br />
武汉联动力体育运动发展有限公司(<a href="http://www.zgldl.com/">http://www.zgldl.com/</a>)：<br />
<img alt="" border="0" src="http://www.qingfengju.com/download.asp?id=49" /><br />
<br />
<a target="_blank" href="http://www.szxhai.com">深圳市鑫海房地产经纪有限公司</a>(<a target="_blank" href="http://www.szxhai.com">http://www.szxhai.com</a>)：<br />
<img alt="" border="0" src="http://www.qingfengju.com/download.asp?id=48" /><br />
<br />
刘丽萍个人专业保险服务网(<a target="_blank" href="http://www.pingan-sz.com/">http://www.pingan-sz.com/</a>)：<br />
<img alt="" border="0" src="http://www.qingfengju.com/attachments/month_0905/t2009523225936.gif" /><br />
<br />
深圳大族彼岸数字控制软件技术有限公司(<a target="_blank" href="http://www.hans-pa.com/">http://www.hans-pa.com/</a>)：<br />
<img alt="" border="0" src="http://www.qingfengju.com/attachments/month_0905/3200952323854.gif" /><br />
<br />
秦巴药谷信息网(<a target="_blank" href="http://www.zhongcaoyao.com.cn/">http://www.zhongcaoyao.com.cn/</a>)：<br />
<img alt="" border="0" src="http://www.qingfengju.com/attachments/month_0905/e200952323138.gif" /><br />
<br />
华阴市公安局经济犯罪侦查大队：<br />
<img alt="" border="0" src="http://www.qingfengju.com/attachments/month_0905/y200952323339.gif" /><br />
<br />
西闪游戏代练：<br />
<img alt="" border="0" src="http://www.qingfengju.com/attachments/month_0905/7200952323642.gif" /><br />
<br />
西安信息科技学院：<br />
<img alt="" border="0" src="http://www.qingfengju.com/attachments/month_0905/k2009523231123.gif" /><br />
<br />
<br />
新美廉建材直销网：<br />
<img alt="" border="0" src="http://www.qingfengju.com/attachments/month_0905/x2009523231435.gif" /><br />
<br />
乐景：<br />
<img alt="" border="0" src="http://www.qingfengju.com/attachments/month_0905/a2009523231559.gif" /><br />
&nbsp;</p>]]></description>
		</item>
		
			<item>
			<link>http://www.qingfengju.com/article.asp?id=2</link>
			<title><![CDATA[如何在自己的网页中使用Google地图]]></title>
			<author>dgx_lsyd3@163.com(淡月清风)</author>
			<category><![CDATA[Web开发]]></category>
			<pubDate>Fri,17 Apr 2009 18:24:12 +0800</pubDate>
			<guid>http://www.qingfengju.com/default.asp?id=2</guid>
		<description><![CDATA[<p>可以在自己的网页中使用Google地图，最简单的方法是：<br />
<br />
1.首先在<a href="http://code.google.com/intl/zh-CN/apis/maps/">http://code.google.com/intl/zh-CN/apis/maps/</a>，注册Google API密钥。<br />
<br />
2.复制以下代码到自己的网页：</p>
<table id="table1" cellpadding="0" width="100%" border="0" style="border-collapse: collapse">
    <tbody>
        <tr>
            <td style="border-right: #6699ff 1px solid; padding-right: 10px; border-top: #6699ff 1px solid; padding-left: 10px; padding-bottom: 10px; margin-left: 10px; border-left: #6699ff 1px solid; margin-right: 10px; padding-top: 10px; border-bottom: #6699ff 1px solid; background-color: #e8e8e8"><font face="Fixedsys">&lt;script src=&quot;<font color="#008080">http://ditu.google.com/maps?file=api&amp;amp;v=2&amp;amp;key=</font><font color="#ff0000">ABQIAAAAcEGF_-3GOiyvtzkjQXPfoRQllSs0KifCgQzpJplfE6gSGiLJ3xSjGoVpjoIsC69p5BCp8PUpWZK9ow</font><font color="#008080">&amp;hl=zh-CN</font>&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
            <font color="#008000">&lt;!--红色的是</font></font><font color="#008000">Google API密钥</font><font face="Fixedsys"><font color="#008000">--&gt;</font><br />
            &lt;script type=&quot;text/javascript&quot;&gt;<br />
            function initialize() <br />
            {<br />
            &nbsp;if (GBrowserIsCompatible()) <br />
            &nbsp;{<br />
            &nbsp; var map = new GMap2(document.getElementById(&quot;map_canvas&quot;));<br />
            &nbsp; map.setCenter(new GLatLng(22.556311, 113.936252), 14);<br />
            &nbsp; //坐标值<br />
            &nbsp; map.enableScrollWheelZoom();<font color="#008000">//允许滚轮</font><br />
            &nbsp; map.addMapType(G_PHYSICAL_MAP);<font color="#008000">//添加地形选项</font><br />
            &nbsp; map.addControl(new GLargeMapControl());<br />
            &nbsp; map.addControl(new GMapTypeControl());<br />
            <br />
            &nbsp; var point = new GLatLng(22.556338, 113.936186);<br />
            &nbsp; map.addOverlay(new GMarker(point));<br />
            &nbsp;}<br />
            &nbsp;}<br />
            &lt;/script&gt;<br />
            &lt;div id=&quot;map_canvas&quot; style=&quot;<font color="#008080">width: 599px; height: 362px</font>&quot;&gt;&lt;/div&gt;<br />
            &lt;script type=&quot;text/javascript&quot;&gt;<br />
            &nbsp; initialize();<br />
            &lt;/script&gt;</font></td>
        </tr>
    </tbody>
</table>
<p>3.从其他可运行的地图中找到自己需要地点的坐标，填写在<br />
&nbsp; <code>map.setCenter(new GLatLng(x, y)... </code>的位置(可以在Google Earth上找)。<br />
&nbsp; 如上代码对应的位置是深圳南山科技园北区的大族激光附近。</p>]]></description>
		</item>
		
</channel>
</rss>
