原创 Android開發--屏幕常亮

通過代碼方法控制App在執行過程中保持屏幕常亮的方法主要有兩種 第一種: 1>添加權限 <span style="font-size:14px;"><uses-permission android:name="android.permis

原创 ubuntu配置python for android開發環境的日誌

由於要在android平臺上使用python寫的工具,所以投靠了python for android,下面寫一下配置過程(實時更新) tool -chain-address:http://python-for-android.readth

原创 地球座標系<WGS-84>轉換到火星座標系<GCJ-02>算法分析

分析一下這段代碼,在能明白的地方加點註釋,諸位將就着看吧 // // Copyright (C) 1000 - 9999 Somebody Anonymous // NO WARRANTY OR GUARANTEE // using

原创 火星座標系 (GCJ-02) 與百度座標系 (BD-09) 的轉換算法

本文系轉載,原文地址http://blog.csdn.net/coolypf/article/details/8569813     (算法有效性未知) 算法代碼如下,其中 bd_encrypt 將 GCJ-02 座標轉換成 BD-09

原创 Simple HTTP Server and Client in Python

This time I'd like to show you how to make a simple HTTP server and client in python. It's a bit different from other