注:本文翻译自Google官方的Android Developers
Training文档,译者技术一般,由于喜爱安卓而产生了翻译的念头,纯属个人兴趣爱好。原文链接:http://developer.android.com/training/location/index.html移动应用的其中一个独...
分类:
移动开发 时间:
2014-05-08 14:32:16
阅读次数:
418
今天在论坛帖子中看到了一篇文章,关于chrome浏览器中保存的密码安全性的问题。我自己试了下,吓我一跳。可以查到我所有保存的用户名和密码。查看方式是在chrome浏览器中输入chrome://chrome/settings/passwords。弹出如下
知道了吧,在浏览器保存密码真的不安全哦!关于浏...
分类:
其他好文 时间:
2014-05-08 13:37:09
阅读次数:
285
查看谷歌浏览器保存的本地密码chrome://chrome/settings/passwords点击显示-----为临时表创建聚族索引,和非聚族索引create
clustered index #table_index1 on #table (empid asc ) create noncluste...
分类:
其他好文 时间:
2014-05-08 13:22:42
阅读次数:
255
一直搞不懂CHROME是如何把标签画到标题栏的,做了一番研究,模拟一下,发现也不是很难~
分类:
其他好文 时间:
2014-05-08 12:58:52
阅读次数:
516
1.下载安装大家根据各自系统配置,下载相对应的redis版本。我下载是redis
2.6将redis.conf 复制到 bin/release/redisbin 里面redis-server.exe
服务程序redis-check-dump.exe:本地数据库检查redis-check-aof.ex...
分类:
数据库 时间:
2014-05-07 21:04:48
阅读次数:
459
注:本文翻译自Google官方的Android Developers
Training文档,译者技术一般,由于喜爱安卓而产生了翻译的念头,纯属个人兴趣爱好。原文链接:http://developer.android.com/training/location/retrieve-current.htm...
分类:
移动开发 时间:
2014-05-07 21:03:26
阅读次数:
558
Google Maps 的 iOS 端及安卓端今天迎来重大更新。新版Google
Maps不仅将离线地图同时引入两大移动平台,还增加了车道导航,并整合打车应用Uber。
最实用的更新莫过于离线地图,当用户搜索或者点击某一位置信息时,应用将提供“收藏以便离线使用”的选项,没有网络也妨碍查看路线。同时,Google Maps 还会在用户资料中显示保存过的离线地点,方便用户管理查看。
新...
分类:
其他好文 时间:
2014-05-07 16:25:58
阅读次数:
374
#include
#include
using namespace std;
class Point //定义坐标点类
{
public:
Point():x(0),y(0) {};
Point(double x0, double y0):x(x0),y(y0){};
void PrintPoint(); //输出点的信息
double getx()
{
...
分类:
其他好文 时间:
2014-05-07 16:14:20
阅读次数:
267
DescriptionYou are to write a program that has
to decide whether a given line segment intersects a given rectangle.An
example:line: start point: (4,9)...
分类:
其他好文 时间:
2014-05-07 13:55:45
阅读次数:
387
检测管理员上线就注销自已:12345@echo off:checkchoice /C YN
/T 10 /D Yquser find "#16" && del xx.bat logoffgoto check每次运行这个 bat
的时候先quser 一下,看当前的会话id 是多少,然后加1 每连接.....
分类:
其他好文 时间:
2014-05-07 12:39:37
阅读次数:
282