NFC Basics
The Tag Dispatch System:
How NFC tags are mapped to MIME types and URIs(NFC标签是如何映射到MINE类型和URI的?):
How NFC Tags are Dispatched to Applications:
Requesting NFC Access in the Android Manifest:
Filtering for NFC Intents
Creating Common Types of NDEF...
分类:
移动开发 时间:
2014-05-10 09:39:25
阅读次数:
689
连接
CInternetSession *m_pInetsession;
CFtpConnection *m_pFtpConnection;
m_pInetsession=new CInternetSession(AfxGetAppName(),1,PRE_CONFIG_INTERNET_ACCESS);
try
{...
分类:
编程语言 时间:
2014-05-10 09:31:12
阅读次数:
635
在前篇
boost::serialization 用基类指针转存派生类(错误多多,一波三折)文中我们都是使用serialize函数来实现序列化,其代码格式如下:
private:
friend class boost::serialization::access;
template
void serialize(Archive& ar, const unsigned int ...
分类:
其他好文 时间:
2014-05-10 09:09:19
阅读次数:
520
http://blog.csdn.net/xqf309/article/details/7881257今天打开之前的程序,按了F5进行调试,等了会弹出窗体来说:无法连接到asp.net
development server。显示如下图:在网上查了解决办法,主要有两种解决方法(寻找的过程中遇到了六期纪...
分类:
Web程序 时间:
2014-05-07 18:48:16
阅读次数:
394
Request1.Request.AppRelativeCurrentExecutionFilePath,获取当前执行请求相对于应用根目录的虚拟路径,以~开头,比如“~Handler.ashx”.2.Request.PhysicalApplicationPath,获取当前应用的物理路径,比如D:\我...
分类:
Web程序 时间:
2014-05-07 18:17:48
阅读次数:
324
Request下获取Url所有相关属性测试的url地址是http://www.cnblogs.com/dachie/default.aspx?id=1Request.Url.ToString():http://www.cnblogs.com/dachie/default.aspx?id=1Reque...
分类:
Web程序 时间:
2014-05-07 10:21:40
阅读次数:
335
一、 URL的获取很简单,ASP.NET通用:【1】获取 完整url
(协议名+域名+虚拟目录名+文件名+参数)string url=Request.Url.ToString();【2】获取 虚拟目录名+页面名+参数:string
url=Request.RawUrl;(或 string url=R...
分类:
Web程序 时间:
2014-05-07 09:08:54
阅读次数:
624
PCB(Process Control Block) 进程控制块TCB(Thread Control
Block)线程控制块DMA(Direct Memory Access)汉语的意思就是直接内存访问,是一种不经过CPU而直接从内存存取数据的数据交换模式。
分类:
其他好文 时间:
2014-05-06 14:31:53
阅读次数:
255
一直不太明白Windows的ACL是怎么回事,还是静下心来看一手的MSDN吧。[翻译]
Access Control Lists[翻译] How Access Check Works
分类:
数据库 时间:
2014-05-06 11:39:13
阅读次数:
450
private ImageInfo CreateImageFile(string fileName)
{ if (!File.Exists(fileName)) return null; Image image =
Image.FromFile(fileName); MemoryStream ms....
分类:
Web程序 时间:
2014-05-06 10:01:43
阅读次数:
313