码迷,mamicode.com
首页 >  
搜索关键字:exported activity does not require permission    ( 24508个结果
NFC 注册之AndroidManifest方式
NFC注册方式分为两种,第一种在 AndroidManifest.xml 中进行注册,第二在代码中动态注册。 本次介绍 AndroidManifest 中注册方式。 1、添加NFC权限 2、在Activity中添加事件 <activity android:name=".MainActivity" android:configChanges="keyboardHidden|orien...
分类:移动开发   时间:2014-05-01 17:24:53    阅读次数:516
PHP基础语法
下面简单介绍一下PHP的语法。1、嵌入方法:类似ASP的,当然您也可以自己指定。2、引用文件:引用文件的方法有两种:require及include。require的使用方法如require("MyRequireFile.php");。这个函数通常放在PHP程序的最前面,PHP程序在执行前,就会先读入...
分类:Web程序   时间:2014-05-01 10:52:24    阅读次数:326
namespace mismatch require错误处理方法
最近在进行两个项目开发时,需要使用WebService进行通信,在一个项目中使用axis2实现了,但在别一个项目中调用时,却发生异常,错误信息:namespace mismatch require http://webservice.transcoding.module.iefree.com found http://ws.apache.org/axis2/xsd产生错误的代码: public s...
分类:其他好文   时间:2014-04-30 22:33:39    阅读次数:266
dispatchTouchEvent
boolean com.redasen.metrofault.activity.FaultActivity.dispatchTouchEvent(MotionEvent ev) @Override Overrides: dispatchTouchEvent(...) in Activity public boolean dispatchTouchEvent (Mo...
分类:其他好文   时间:2014-04-30 22:21:40    阅读次数:313
android 中实现图片倒影效果
1、效果图: 2、核心代码: package com.example.pic_reflection; import android.app.Activity; import android.graphics.Bitmap; import android.graphics.Bitmap.Config; import android.graphics.Canvas; import and...
分类:移动开发   时间:2014-04-29 13:35:22    阅读次数:520
STL 之 map 源码剖析
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, ...
分类:其他好文   时间:2014-04-29 13:28:21    阅读次数:398
iOS ARC使用时注意事项以及报错解决方法
1、报错The current deployment target does not support automated __weak references 这个错误是说支持的iOS版本比较低不支持weak关键字,要将其换成   unsafe_unretained   问题就解决了。...
分类:移动开发   时间:2014-04-29 13:26:20    阅读次数:344
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not...
分类:系统相关   时间:2014-04-29 13:15:20    阅读次数:411
STL 之 multimap 源码剖析
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, ...
分类:其他好文   时间:2014-04-29 13:13:21    阅读次数:309
android fragment详解
Fragment概述及其设计哲学      实际上就是为了适应不同的屏幕分辨率,有的屏幕在一个Activity中可以包含一个Fragment,有的则可以包含多个,所以需要根据不同的配置调整显示方式,例如在同一个Activity里面显示两个Fragment,或者在一个Activity里面显示其中一个Fragment,另外一个Activity里面显示另外一个Fragment,实际上就是把显...
分类:移动开发   时间:2014-04-28 10:47:43    阅读次数:639
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!