2010年5月21日
摘要: 今天配置同步的时候,出现Unable to process Create message 的错误信息,按照微软文档(http://technet.microsoft.com/en-us/library/ee721049.aspx和 http://blogs.msdn.com/spses/archive/2010/04/01/sharepoint-2010-provisioning-user-pro...阅读全文
posted @ 2010-05-21 09:47 Donaldxu 阅读(539) 评论(1) 编辑
  2008年9月5日
摘要: aps中通过xmlhttp传回的是GB2312编码,在客户端是UTF-8,如何解决呢? 在客户端oXmlHttp.open ............oXmlHttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");oXmlHttp.send .............在服务器端response.charse...阅读全文
posted @ 2008-09-05 10:47 Donaldxu 阅读(44) 评论(0) 编辑
  2008年2月2日
摘要: 在网上查了一些资料,都不详细,现在列出标准命令:1。如果代理服务器需要认证gem install rails --include-dependencies --http-proxy http://username:password@proxy:port2。如果代理服务器不需要认证gem install rails --include-dependencies --http-proxy http:/...阅读全文
posted @ 2008-02-02 13:22 Donaldxu 阅读(104) 评论(0) 编辑