备忘记录

1. win7 32位系统大约需要14g硬盘空间

2. 获取公网IP地址:

var wwip=""; 
    $(function(){ 
        $(document).ready( function() { 
            $.getJSON( "http://smart-ip.net/geoip-json?callback=?", 
                function(data){ 
                    alert( data.host); 
                    wwip=data.host; 
                } 
            ); 
        }); 
    }); 

  

你可能感兴趣的:(记录)