Chinaunix首页 | 论坛 | 博客
  • 博客访问: 837804
  • 博文数量: 182
  • 博客积分: 1992
  • 博客等级: 上尉
  • 技术积分: 1766
  • 用 户 组: 普通用户
  • 注册时间: 2010-10-18 11:49
文章分类

全部博文(182)

文章存档

2019年(1)

2016年(5)

2015年(29)

2014年(38)

2013年(21)

2012年(36)

2011年(52)

我的朋友

发布时间:2014-02-20 15:16:06

点击(此处)折叠或打开DELIMITER $$CREATE DEFINER=`root`@`localhost` FUNCTION `lat_long_distance`(in_lat1 DOUBLE, in_long1 DOUBLE, in_lat2 DOUBLE, in_long2 DOUBLE) RETURNS doubleBEGIN    DECLARE Distan.........【阅读全文】

阅读(3386) | 评论(0) | 转发(0)

发布时间:2014-02-20 10:37:46

http://my.oschina.net/myaniu/blog/145452MariaDB 是 一个采用 Maria 存储引擎的  MySQL  分支版本,是由原来 MySQL 的作者 Michael Widenius 创办的公司所开发 的免费开源的数据库服务器 。 本文介绍了在linxu下一个简单的安装 方法(在OpenSuse下测试成功):&nb.........【阅读全文】

阅读(9360) | 评论(0) | 转发(0)

发布时间:2014-02-10 14:17:32

转自:http://tinylan.com/index.php/article/how-to-clear-inactive-memory-in-linuxne of the first mistakes I made in learning linux was, using "top" and "free -m" to check on memory utilization. I use Nagios to monitor my systems and occasionally got alerts that I had high memory utilizati.........【阅读全文】

阅读(1651) | 评论(0) | 转发(0)

发布时间:2014-01-26 11:12:39

webSettings.setJavaScriptEnabled(true);mWebView.addJavascriptInterface(this, "js");点击(此处)折叠或打开@JavascriptInterface    public void callFunction(String po) {  &n.........【阅读全文】

阅读(1202) | 评论(0) | 转发(0)

发布时间:2014-01-22 10:03:33

这是android.location.Location中的计算方式,拿来用应该没问题,没试过点击(此处)折叠或打开public static void distanceBetween(double startLatitude, double startLongitude,       double endLatitude, double endLongitude, float[] .........【阅读全文】

阅读(4273) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册