码迷,mamicode.com
首页 >  
搜索关键字:raw    ( 4642个结果
Android实例-手机安全卫士(三十)-根据指令完成相应操作一(报警音乐和GPS追踪)
一、目标 根据安全号码发送的指令完成相应的操作。 二、代码实现 1、完成播放报警音乐操作 ①.在res文件夹下新建名为raw文件夹,并将音频文件拷贝至该文件夹下; ②.在播放报警音乐命令代码处(即SMSReceiver类中的else if("#*alarm*#".eq...
分类:移动开发   时间:2015-04-13 18:00:34    阅读次数:235
安装 Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"==> This script will install:/usr/local/bin/brew/usr/local/Li...
分类:其他好文   时间:2015-04-13 16:16:19    阅读次数:123
Android通过代码模拟物理、屏幕点击事件
本文讲的是通过使用代码,可以控制手机的屏幕和物理按键,也就是说不只是在某一个APP里去操作,而是整个手机系统。 getevent/sendevent getevent&sendevent 是android系统下的一个工具,可以模拟多种按键和触屏操作,产生的是raw event,raw event经过event hub处理产生最终的gesture事件。getevent...
分类:移动开发   时间:2015-04-13 12:55:27    阅读次数:238
css3的一些特效
前段时间有位同事分享了一个网站,里边是一些css3特效,看着挺好,分享一下:【http://daneden.github.io/animate.css/ 】所有的特效都集中在一个css层叠样式表中,可以自行下载【https://raw.github.com/daneden/animate.css/m...
分类:Web程序   时间:2015-04-13 12:44:55    阅读次数:153
android学习之播放音频
今天学习了如何通过android中的MediaPlayer方法进行音频的播放,具体代码如下。 首先新建一个android工程,将预先录制好的音频music.wma放在res/raw目录下,在布局文件中加入一个Button,当按下Button时音频响起。 1 public class TestA...
分类:移动开发   时间:2015-04-12 16:07:01    阅读次数:127
python——第一天
两种循环:for x in ……whilerange(n) 生成整数序列,并且是从0开始一直到n-1的整数raw_input() 读取的内容永远以字符串的形式,必须先用 int() 把字符串转换为我们想要的整数 int(raw_input())记录配置eclipse 下的python环境list a...
分类:编程语言   时间:2015-04-11 23:56:41    阅读次数:209
USB摄像头之130w像素 OV9655配置,ov9650,ov7725,ov7670
USB摄像头之130w像素 OV9655配置为了usb2.0采集达到足够的速率,不得不将采用raw格式输出。// 20150411 XVGA 1280*1024 实际上位机需要2560*1024 采集 code unsigned char ov9655_sxga[150][2] = { //12.....
分类:其他好文   时间:2015-04-11 19:08:52    阅读次数:841
驱动相关的内核代码分析
arch\arm\include\asm\Io.h#define __raw_readl(a) (__chk_io_ptr(a), *(volatile unsigned int __force *)(a))#define __raw_writel(v,a) (__chk_io_ptr(a), *....
分类:其他好文   时间:2015-04-10 23:55:21    阅读次数:200
一键配置vim
一键配置vimcurl https://raw.githubusercontent.com/spf13/spf13-vim/3.0/bootstrap.sh -L > spf13-vim.sh && sh spf13-vim.shbug更正sublime vundle-vimfiles/plugin/settings/CtrlP.vimbefore let g:ctrlp_custom_ignore...
分类:系统相关   时间:2015-04-10 13:43:03    阅读次数:158
升级Xcode6.3后 Alcatra不能用啦
The installer doesn't work for the Xcode 6.3 GM released today. To reproduce: To reproduce: 1. Install Xcode 6.3 (6D570). 2. Install Alcatraz: curl -fsSL https://raw.githubusercontent.com/superma...
分类:其他好文   时间:2015-04-10 09:40:48    阅读次数:118
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!