This file contains hidden or 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 |
This file contains hidden or 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/ |
This file contains hidden or 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