摘要:64位系统上编译运行32位程序时如果要访问Access数据库会出现The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine错误, 解决方法是:打开项目配置管理器(Configuration Manager),将项目的运行平台(Platform)修改为x86,也就是使被编译的程序在32位模式下工作。
阅读全文
摘要:XPath is one of the flexible standard for querying an xml document.Let us consider the following CD xml as example:-<?xml version="1.0" encoding="ISO-8859-1"?><catalog><cd country="USA"><title>Empire Burlesque</title><artist>Bob Dylan
阅读全文
摘要:去广告1.用记事本打开 C:\WINDOWS\system32\drivers\etc 目录中的 hosts 文件2.将以下代码添加到 hosts 文件末尾0.0.0.0 rad.msn.com0.0.0.0 rad.live.com登录 MSN Messenger 看看,广告是不是不见了打开MSN,点击“工具”->“选项”->“消息”在“对话”一组去掉“在对话窗口中显示扩展的页脚”的勾,确定。最小化托盘右键点击 MSN 快捷方式->属性->兼容性->“以兼容模式运行这个程序”打勾->下拉列表选Windows Vista->确定->重启MSN
阅读全文