If you usually like to use Poweramp or any other media player to enjoy the music with headset plugged, once you check the option “respond to headset b...
分类:
其他好文 时间:
2015-05-18 00:59:24
阅读次数:
189
ProgressBar是进度条,android中的指示器,先看效果图上图中水平进度条可以看见有两种颜色,浅色的是SecondaryProgress,可以用作展示中间进度用。ProgressBar是有多种样式的,有水平的和圆圈打转的。若需要指示进度的可以使用水平的,其他样式在可以在androidapi文档找到Other..
分类:
移动开发 时间:
2015-05-17 18:50:53
阅读次数:
253
下载地址:http://developer.android.com/sdk/index.html#Other ①如何建立一个工程: 直接选择第一个,我们开发的是移动设备,这里是设置最低版本的sdk 下一步:这里提供格式各样的Activity形式,有侧滑的,自定义导航...
分类:
移动开发 时间:
2015-05-17 10:54:47
阅读次数:
355
一个应用访问另一个应用的数据。前提是被访问应用的数据必须是全局可见的。
步骤:
1、获取另一个应用的上下文
packageName是应用的包名
other=createPackageContext(packageName, CONTEXT_IGNORE_SECURITY);
2、获得SharedPreferences对象。
具体demo代码如下:
public clas...
分类:
移动开发 时间:
2015-05-16 16:35:13
阅读次数:
140
1. Prevent close other forms after close original form2. Setup session timeout when no operation in few times, prevent logon again
分类:
数据库 时间:
2015-05-15 10:23:25
阅读次数:
177
update log:
1.remove all other plugins at all
2. needs vim version > 7.0
3. UD_CommentToggle do comment for some filetype
4. UD_UpdateInfo...
分类:
系统相关 时间:
2015-05-14 22:06:36
阅读次数:
286
首先,Command+N,打开新建文件窗口:ios->other->PCH file,创建一个pch文件,添加需要引入的头文件名:其次,修改工程配置文件,将刚刚创建的PCH file的路径添加到building setting中的precompile header选项中去,注意debug和relea...
分类:
其他好文 时间:
2015-05-14 13:46:42
阅读次数:
87
sudo 使用不了,报错:the permissions on the /etc/sudoers file are changed to something other than 0440how to fix it:本次操作目的:修复切换sudo时报错:/etc/sudoers,应该是0440权限。...
分类:
其他好文 时间:
2015-05-14 09:56:58
阅读次数:
144
Description:In mathematics, a square number is an integer that is the square of an integer. In other words, it is the product of some integer with its...
分类:
其他好文 时间:
2015-05-13 19:25:20
阅读次数:
179
win(python2.7)下:执行此文件 1 #!/usr/bin/env python 2 # encoding:utf-8 3 4 # 5 # script to register Python 2.0 or later for use with win32all 6 # and other....
分类:
编程语言 时间:
2015-05-13 12:24:10
阅读次数:
226