摘要: public class Gps { private double wgLat; private double wgLon; public Gps(double wgLat, double wgLon) { setWgLat(wgLat); setWgLon(wgLon); } public dou 阅读全文
posted @ 2017-09-05 16:00 风采 阅读(907) 评论(0) 推荐(0) 编辑
摘要: public Map<String,Double> baiduToWgs84(String bdLat,String bdLon){ Map<String,Double> map = new HashMap<String,Double>(); Double PI = 3.14159265358979 阅读全文
posted @ 2017-09-05 15:58 风采 阅读(4917) 评论(0) 推荐(0) 编辑
摘要: # Firewall configuration written by system-config-firewall# Manual customization of this file is not recommended.*filter:INPUT ACCEPT [0:0]:FORWARD AC 阅读全文
posted @ 2017-08-29 16:03 风采 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 在刚买的ceno 7服务器中安装vsftpd之后想打开防火墙端口 结果/etc/sysconfig/目录下没有iptables文件 这时候就需要自己写一个iptables文件并且写入相关指令 然后使用 service iptables save 时显示 The service command sup 阅读全文
posted @ 2017-08-29 14:42 风采 阅读(992) 评论(0) 推荐(1) 编辑
摘要: 1:引入脚本的顺序. 2:兼容tomcat7+ <servlet> <servlet-name>AjaxServlet</servlet-name> <servlet-class>org.apache.activemq.web.AjaxServlet</servlet-class> <load-on 阅读全文
posted @ 2017-08-17 16:43 风采 阅读(1781) 评论(0) 推荐(0) 编辑