View gis install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# requie python 2.6 this have josn packge | |
#install tornado | |
easy_install tornado | |
#install pyproj | |
wget http://pyproj.googlecode.com/files/pyproj-1.8.9.tar.gz | |
tar xvzf pyproj-1.8.9.tar.gz | |
cd pyproj-1.8.9 | |
python setup.py build |
View set proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set http_proxy=http://proxy-bj1.petrochina:8080/ |
View web.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<system.webServer> | |
<validation validateIntegratedModeConfiguration="false"/> | |
<modules runAllManagedModulesForAllRequests="true"> | |
<add | |
name="DirectRequestModule" | |
preCondition="managedHandler" | |
type="Ext.Net.DirectRequestModule, Ext.Net" | |
/> | |
</modules> | |
<handlers> |
NewerOlder