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
                             
                    
                        
                            
                            
                                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
                             
                    
                        
                            
                            
                                Eclipse 
默认把这些受访问限制的API设成了ERROR。只要把Windows-Preferences-Java-Complicer- 
Errors/Warnings里面的Deprecated and restricted API中的Forbidden references(access 
rul...
                            
                            
                                分类:
数据库   时间:
2014-05-05 10:32:49   
                                阅读次数:
435
                             
                    
                        
                            
                            
                                roottools: RootTools gives Rooted developers easy 
access to common rooted tools... 
https://code.google.com/p/roottools/wiki/RootTools mmsbg: mms bg f....
                            
                            
                                分类:
移动开发   时间:
2014-05-04 20:56:48   
                                阅读次数:
678
                             
                    
                        
                            
                            
                                Microsoft JET Database Engine (0x80004005) 
操作必须使用一个可更新的查询。解决办法有以下几种(针对不同的服务器可能解决办法不一样,在这里假设网站主目录为wwwroot):A、在wwwroot文件夹上面点击右键-“属性”-取消“只读”此方法最简单、偶尔有效B、...
                            
                            
                                分类:
数据库   时间:
2014-05-04 19:52:08   
                                阅读次数:
330
                             
                    
                        
                            
                            
                                系统背景
电脑型号:Thinkpad X230i
操作系统:win 8.1 中文版  + Ubuntu 13.10  双系统运行
问题描述
在Ubuntu系统下无法打开Win分区,提示以下信息
Unable to Access "WINDOWS"Error mounting /dev/sda3 at /media/dany/Data: Command-line `mount -t "nt...
                            
                            
                                分类:
数据库   时间:
2014-05-04 17:53:36   
                                阅读次数:
681
                             
                    
                        
                            
                            
                                使用工具:
FineReport报表设计器,Access数据库
需求描述:
有两张表,订单表和订单明细表
1、订单表结构:
2、订单明细表结构:
目的:根据这两张表做出下面的一张表
分析:
1、因为在订单明细里订单ID可能出现多次,所以一定要先把订单ID去重,否则两张表join的时候,订单ID就会有重复的,这时用count函数求订单数量时就会出错了
所以先...
                            
                            
                                分类:
数据库   时间:
2014-05-04 09:26:59   
                                阅读次数:
999