- Parutanの日記
#generated by gpslocationprovider
#thu may 19 21:36:20 kst 2011
ssl_type=0
ssl =0
operation_test_mode=0
position_mode=7
accuracy=50 → 100
session_type=2
enable_nmea=false
server_mode=0
start_mode=warm → hot
gps_logging=0
dynamic_accuracy=1
agps_mode=0
address_mode=1
operation_mode=standalone
use_default=true
dynamic_accuracy_value=50 → 100
supl_port=7275 → 7276
enable_xtra=true
timeout=1000
num_of_fix=999999999
supl_host=www.spirent- lcs .com → supl. google .com
- Serversman@VPS (debian) にJava開発環境を構築
$ java -version java version 1.6.0_22 java(tm) se runtime environment (build 1.6.0_22-b04) java hotspot(tm) client vm (build 17.1-b03, mixed mode) $ javac -version javac 1.6.0_22
- kwatchの日記
## デコレータやジェネレータ式は 2.4 以降
@ classmethod
def f (cls, *args):
print , .join(str(x) for x in args) ## 2.3
|