摘要: 一、首先启用guest来宾帐户 二、控制面板→管理工具→本地安全策略→本地策略→用户权利指派里,“从网络访问此计算机”中加入guest帐户,而“拒绝从网络访问这台计算机”中删除guest帐户; "安全选项"-->"使用空白密码的本地只允许进行控制台登录"禁用。三、我的电脑→工具U... 阅读全文
posted @ 2009-11-09 01:29 zhangh 阅读(602) 评论(0) 推荐(0)
摘要: ************** Exception Text **************System.Web.Services.Protocols.SoapHeaderException: Microsoft.Web.Services3.Security.SecurityFault: An error was discovered processing the header ---> Sys... 阅读全文
posted @ 2009-11-09 01:29 zhangh 阅读(343) 评论(0) 推荐(0)
摘要: Try the instruction below to solve the error1)verify the MTOMWse class is derived from Microsoft.Web.Services3.WebServicesClientProtocol in your mtom web refference proxy file --> 'reffrences.cs'. ... 阅读全文
posted @ 2009-11-09 01:28 zhangh 阅读(475) 评论(0) 推荐(0)
摘要: 1,到http://www.eclipse.org/downloads/,下载eclipse3.3.1 for linux版本,我下载后文件的完整名称为:eclipse-SDK-3.3.1.1-linux-gtk 2,执行命令:sudo nautilus进入root权限,将压缩包解压到/opt/eclipse下,设置目录eclipse执行权:chown -R root:root eclipse 3... 阅读全文
posted @ 2009-11-09 01:27 zhangh 阅读(145) 评论(0) 推荐(0)
摘要: 1,安装Jdk2,在终端中使用命令:sudo nautilus,进入root权限,将tomcat解压缩到/usr/local目录下4,在终端中使用命令: gedit ~/.bashrc,在文件末尾加入下面几行: export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun/export CLASSPATH=/usr/local/tomcat6/lib/jsp-api.j... 阅读全文
posted @ 2009-11-09 01:27 zhangh 阅读(192) 评论(0) 推荐(0)
摘要: 一. samba的安装: sudo apt-get insall sambasudo apt-get install smbfs 二. 创建共享目录: mkdir /home/phinecos/sharesodu chmod 777 /home/phinecos/share 三. 创建Samba配置文件: 1. 保存现有的配置文件 sudo cp /etc/samba/smb.conf /etc/... 阅读全文
posted @ 2009-11-09 01:26 zhangh 阅读(215) 评论(0) 推荐(0)
摘要: UrlRewriter.NET is an open-source, light-weight, highly configurable URL rewriting component for ASP.NET 1.1 and 2.0. UrlRewriter.NET provides similar IIS Rewrite capabilities that the Apache web serv... 阅读全文
posted @ 2009-11-09 01:25 zhangh 阅读(299) 评论(0) 推荐(0)