"Authentication failed because outlook doesnt support any Resolved Question: "Authentication failed because outlook doesn't support any of the available authentication methods." 大意是不支付相关认证. 这要从两方面解决,一是服务器的接收连接器的认证和开放相关端口-25,110,587,995.. 另一…
1. 访问虚拟配置的站点抛出 Forbidden 403 错误 解决办法: <Directory E:/Xingzhi/Php/xingzhi.xingzhi.com/>     Options Indexes FollowSymLinks     Require all granted     AllowOverride All     Order deny,allow     allow from all </Directory> 2.Apache 2.4 不支持 .htacc…
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:hczm' did not find a matching property. SEVERE: Error starting static Resourcesjava.lang.IllegalArgumentException: Document base…
myeclipse配置Tomcat时出现错误:如图 tomcat6目录:如图 在搜集各种资料后,最终得出结论: 在Tomcat目录中新建temp文件夹,问题解决. 亲测好使.…
在eclipse中配置Tomcat时,出现Cannot create a server using the selected type错误 原因:Tomcat被删除或者是重新安装,并且安装目录改变了. 解决方法:在"Window->preferences->Server->Runtime Environment",编辑Tomcat的目录为你新安装的目录,然后保存,这样就可以建立Tomcat server了.…
Win7中的IIS配置asp时出现"出现403 文件夹禁止訪问错误"! 在[默认文档]中设一下启动文件即可了.…
WIN7 64位旗舰版安装OFFICE2003 提示:“错误1919,配置ODBC数据源MS Access Database时发生错误ODEC错误” 在64位系统上,32位软件的注册表的信息不是直接在在Software下,而是在Software\Wow6432Node下才是32位软件的注册信息. 只有64位软件才是直接在Software下的. 找一台win7 32位操作系统的机器导出注册表,位置如下: HKEY_CURRENT_USER\Software\ODBC HKEY_LOCAL_MACH…
当 Outlook 客户端尝试更新全球通讯簿,实际上是下载脱机通讯簿(Officeline Address Book,简称 OAB)时,可能会收到 0×80190194 的错误.错误代码 0×80190194 的代表的意思是 HTTP 404,404错误就是指定的文件未找到或不存在.那应用到这个场景,就是 Outlook 客户端尝试下载的脱机通讯簿文件未找到或不存在.用 err 工具可以得出错误代码 0×80190194 的信息: C:\WINDOWS\system32\err 0x801901…
这两天也没改过eclipse和java的配置,但eclipse启动时报告错误:Java was started but returned exit code=-805306369 后来在eclipse.ini的最后加了以下一行就搞定了. -XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith…
今天在配置Distribution时,遇到一个错误,不能打开sql agent,详细错误信息如下: SQL Server blocked access to procedure 'dbo.sp_set_sqlagent_properties' of component 'Agent XPs' because this component is turned off as part of the security configuration for this server. A system ad…