码迷,mamicode.com
首页 >  
搜索关键字:intent based    ( 6181个结果
android nfc中Ndef格式的读写
检测到标签后在Activity中的处理流程 1. 在onCreate()中获取NfcAdapter对象; NfcAdapter nfcAdapter = NfcAdapter.getDefaultAdapter(this); 2.在onNewIntent()中获取Tag对象或者NdefMessage信息; 获取Tag对象: Tag tag = intent.getParcelableEx...
分类:移动开发   时间:2014-07-22 23:04:33    阅读次数:476
详细解释 使用FileReference类加载和保存本地文件
一般而言,用户不希望web浏览器中运行的应用程序访问电脑硬盘里的文件。然而,随着基于浏览器(browser-based)的富因特网应用程序的增多,一些应用程序迫切需要访问用户所选择的文件,或者将文件保存到用户所选择的位置。支持FileReference类的Adobe Flash Player版本允许...
分类:其他好文   时间:2014-07-22 23:00:56    阅读次数:313
archlinux xfce conky 设置
~/.conkyrc# Conky, a system monitor, based on torsmo## Any original torsmo code is licensed under the BSD license## All code written since the fork of...
分类:系统相关   时间:2014-05-01 18:42:00    阅读次数:580
Form-based File Upload in HTML(RFC-1867)
1.RootViewController.m#import "RootViewController.h"#define URL @"http://localhost:8080/TestOne/upload3.jsp"@implementation RootViewController- (void)...
分类:Web程序   时间:2014-05-01 14:43:52    阅读次数:541
UDT: Breaking the Data Transfer Bottleneck
http://udt.sourceforge.net/DT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide ...
分类:其他好文   时间:2014-05-01 13:21:54    阅读次数:488
Memcached source code analysis -- Analysis of change of state--reference
This article mainly introduces the process of Memcached, libevent structure of the main thread and worker thread based on the processing of the connec...
分类:其他好文   时间:2014-05-01 02:44:07    阅读次数:571
再生龙Clonezilla备份Ubuntu系统
Step 1. 下载Clonezilla Clonezilla有稳定版、测试版,还有替代版(含稳定版和测试版),戳http://www.clonezilla.org/downloads.php 找到Ubuntu based版本,下载zip版。注意要区分32位还是64位。Step 2. 制作Clo.....
分类:其他好文   时间:2014-05-01 00:18:07    阅读次数:444
android获取一个用于打开Word文件的intent
最近在做项目使用webview显示后,有写文档需要打开,找了一些资料,研究了一下,弄出来了!...
分类:移动开发   时间:2014-04-30 22:22:40    阅读次数:296
javafx之FXML初探
FXML作为XML-based,UI构造器。其相关的规则值得我们去理解。 FXML元素分类: A class instanceA property of a class instanceA "static" propertyA "define" blockA block of script code FXML应该在根元素定义prefix : xmlns:fx=http://javaf...
分类:编程语言   时间:2014-04-30 22:16:38    阅读次数:655
#include<bits/stdc++.h>包含C++的所有头文件
参考博客:http://blog.kuoe0.tw/posts/2014/01/31/install-gnu-gcc-on-os-x-and-use-the-header-bits-stdcplusplus-h-and-policy-based-data-structure 做CF看见别人用这个函数,然后就能直接用vector,set,string那些函数了,摸不着头脑,感觉特神奇就百度了一下,...
分类:编程语言   时间:2014-04-29 13:32:22    阅读次数:433
6181条   上一页 1 ... 615 616 617 618 619 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!