在我们平时使用的手机应用都可以实现只需要登陆一次账号后,第二次进入应用直接跳转到效果界面的效果,还有QQ的登陆框是如何记忆我们的隐身登陆,保存账号选项的呢,这些都是通过使用SharedPreferences共享参数效果实现的,而无须使用数据库来存储。以下我们直接看详细代码分析。
package com.example.account.login;
import java.util.HashMa...
分类:
移动开发 时间:
2014-06-28 07:23:15
阅读次数:
269
The ScaleIO virtual SAN consists of 3 software components =================== Meta Data Manager (MDM): Configures and monitors the ScaleIO system. The...
分类:
其他好文 时间:
2014-06-27 17:46:50
阅读次数:
282
You may need to set up a root account for your MySQL database:In the terminal type:mysqladmin -u root password 'root password goes here'
分类:
数据库 时间:
2014-06-27 17:14:06
阅读次数:
210
命令缩写:ls:list(列出目录内容)cd:Change Directory(改变目录)su:switch user切换用户rpm:redhat package manager红帽子打包管理器pwd:print work directory打印当前目录 显示出当前工作目录的绝对路径ps: proc...
分类:
系统相关 时间:
2014-06-26 22:15:58
阅读次数:
460
he following commands will helpful to delete the expired archive log files using Oracle Recovery Manager(RMAN).Connect to the Rman prompt and try the ...
分类:
其他好文 时间:
2014-06-26 20:20:52
阅读次数:
262
10. View the Exhibit and examine the structure of the PROMOTIONS table.Each promotion has a duration of at least seven days .Your manager has asked yo...
分类:
其他好文 时间:
2014-06-26 15:36:20
阅读次数:
240
上一篇介绍了VisualSVN Server和TortoiseSVN的下载,安装,汉化.这篇介绍一下如何使用VisualSVN Server建立版本库,以及TortoiseSVN的使用.首先打开VisualSVN Server Manager,如图:可以在窗口的右边看到版本库的一些信息,比如状态,日...
分类:
其他好文 时间:
2014-06-25 17:05:36
阅读次数:
176
RPM是RedHat Package Manager(RedHat软件包管理工具)类似Windows里面的“添加/删除程序” rpm 执行安装包 二进制包(Binary)以及源代码包(Source)两种。二进制包可以直接安装在计算机中,而源代码包将会由RPM自动编译、安装。源代码包经常以src.rp...
分类:
系统相关 时间:
2014-06-25 12:05:45
阅读次数:
397
1、连接
SQL*Plus system/manager
2、显示当前连接用户
SQL> show user
3、查看系统拥有哪些用户
SQL> select * from all_users;
4、新建用户并授权
SQL> create user a identified by a;(...
分类:
数据库 时间:
2014-06-25 07:33:46
阅读次数:
365
Cacti是一套基于PHP,MySQL,SNMP及RRDTool开发的网络流量监测图形分析工具。Cacti是通过 snmpget来获取数据,使用 RRDtool绘画图形,而且你
完全可以不需要了解RRDtool复杂的参数。它提供了非常强大的数据和用户管理功能,可以指定每一个用户能查看树状结构、host以及任何一张图,
还可以与LDAP结合进行用户验证,同时也能自己增加模板,功能非常强大完善。界...
分类:
其他好文 时间:
2014-06-24 15:49:12
阅读次数:
223