在服务器上,安装sdk(即rtxserversdk2009formal.exe),测试电脑与最后发布服务器上都要安装sdk要么改为0。要么加你的ip为了安全。一般不修改为0。都是加ip的。比如加入你测试的本机ip和即将以后上线你程序的ip2个文件中都要修改加完了还得重启app和sdk的服务修改了,不...
分类:
其他好文 时间:
2014-05-23 07:14:17
阅读次数:
654
function browserinfo() { var Browser_Name =
navigator.appName; var Browser_Version = parseFloat(navigator.appVersion); var
Browser_Agent = na...
分类:
其他好文 时间:
2014-05-23 06:59:14
阅读次数:
232
/** * * 加密参数 * @author tarylei * @version
2014年3月31日 17:57:14 * @param string $param * @return string $_...
分类:
其他好文 时间:
2014-05-23 06:21:42
阅读次数:
265
version 1
从右到左排序,每次都尽可能的选打击范围内最右边的点安装雷达(由于浮点,所以不要一棒子打死的判断是大是小,给出一个精度范围,一开始范围给打了就WA),拿这个雷达去覆盖其他点,最后雷达总数一定是最少的
/*
poj 1328
264K 16MS
*/
#include
#include
#include
#include
#define MAXN 10...
分类:
其他好文 时间:
2014-05-23 02:23:38
阅读次数:
239
介绍一个list滑动时通过一个text提示Array首字母位置的应用
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exce...
分类:
其他好文 时间:
2014-05-23 00:58:42
阅读次数:
326
介绍一个多选list
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with th...
分类:
其他好文 时间:
2014-05-23 00:52:57
阅读次数:
455
介绍在在title bar上显示indeterminate progress
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ...
分类:
其他好文 时间:
2014-05-23 00:31:27
阅读次数:
352
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo...
分类:
其他好文 时间:
2014-05-23 00:30:50
阅读次数:
415
最近在googl play上发布apk要优化
这里用android sdk来优化...
分类:
移动开发 时间:
2014-05-22 18:50:40
阅读次数:
285
1.先在线安装sqlite3,试用一下命令安装
ubuntu@ubuntu-virtual-machine:~$ sudo apt-get install sqlite3
2.安装成功后测试会出现
ubuntu@ubuntu-virtual-machine:~$ sqlite3
SQLite version 3.7.9 2011-11-01 00:52:41
Enter ".help"...
分类:
数据库 时间:
2014-05-22 17:13:35
阅读次数:
348