发布时间:2014-02-27 15:15:50
bindService + BIND_AUTO_CREATE会创建多个service对像出来,所以最好是先startService,再bind比较好。如何时非要用这种,那就在unbind时清理service,但这样就不能在后台做事了。......【阅读全文】
发布时间:2014-02-21 16:23:32
一值总觉得timer怪怪的,就是不知道怎么解释,这个解释正到好处。TimerTasks are not ideal to use in an android environment because they're not context-aware. If your context goes away, the TimerTask will still wait patiently in the background, eventually firing and potentially crashing your app beca.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间:2014-02-20 10:37:46
http://my.oschina.net/myaniu/blog/145452MariaDB 是 一个采用 Maria 存储引擎的 MySQL 分支版本,是由原来 MySQL 的作者 Michael Widenius 创办的公司所开发 的免费开源的数据库服务器 。 本文介绍了在linxu下一个简单的安装 方法(在OpenSuse下测试成功):&nb.........【阅读全文】