AudioManager类提供了访问音量和振铃器mode控制。使用Context.getSystemService(Context.AUDIO_SERVICE)来得到这个类的一个实例。...
分类:
移动开发 时间:
2014-07-28 00:17:19
阅读次数:
592
块分裂原理执行beginbacckup之后,oracle会把将要备份的数据文件都标记为hot-backup-in-progress,锁定所要备份的datafileheader的scn,例如此时scn=100,同时redolog中会记住这个scn,其他数据文件正常使用,scn会继续增长。之后再备份所要备份的数据文件过程中,数据文件是允..
分类:
其他好文 时间:
2014-07-27 12:00:07
阅读次数:
238
If you have lost or forgot root password of RHEL7, you can follow this step to change to a new password, this is different with the RHEL6 single-user mode...
分类:
其他好文 时间:
2014-07-26 02:49:36
阅读次数:
276
#!/bin/sh#ROOT_DIR=/backup/PRJ_NAME=6592wetcustBRR_NAME=mydevcd $ROOT_DIR$PRJ_NAME"/"echo ">>>>>>>>.. repo clean ..>>>>>>>.. repo abandon ..>>>>>>>.. ...
分类:
移动开发 时间:
2014-07-25 16:40:01
阅读次数:
319
打开文件:fopen:fopen(filename,mode);//fopen("test.txt","r”);
打开模式:r 只读方式打开,将文件指针指向文件头
r+ 读写方式打开,将文件指针指向文件头
w 写入方式,指向文件头,如果不存在则尝试创建
w+ 读写方式,指向文件头,如果不存...
分类:
Web程序 时间:
2014-07-25 11:10:21
阅读次数:
333
AppInit_DLLs is a mechanism that allows an arbitrary list of DLLs to be loaded into each user mode process on the system. Microsoft is modifying the A...
分类:
移动开发 时间:
2014-07-25 10:55:01
阅读次数:
326
由于AndroidManifest.xml文件中uses-permission没有设置权限问题
分类:
移动开发 时间:
2014-07-25 02:33:24
阅读次数:
528
偏好设定(SharedPreferences)? 在程序中保存一些配置参数的时候我们经常使用SharedPreferencesContext.getSharedPreferences(String name,int mode)该方法可以在/data/data//shared_pref/目录下创建一个...
分类:
其他好文 时间:
2014-07-24 22:11:32
阅读次数:
187
# See README.txt..PHONY: all cpp java python cleanall: cpp #java pythoncpp: add_person_cpp list_people_cpp temp_cppjava: add_person_java lis...
分类:
其他好文 时间:
2014-07-24 22:01:12
阅读次数:
290
在10.10.50.230中新建了一个匿名的ftp服务器,结果在10.10.50.241中上传文件时提示: local: README.txt remote: /var/ftp/pub/upload 227 Entering Passive Mode (10,10,50,230,117,8). 55...
分类:
其他好文 时间:
2014-07-24 17:26:05
阅读次数:
205