Keep Moving......

导航

2013年11月19日 #

MongoDB GridFS 对图片进行增删改

摘要: using MongoDB.Bson;using MongoDB.Driver;using MongoDB.Driver.Builders;using MongoDB.Driver.GridFS;using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Text.RegularExpressions;namespace MongoDBImage{ public class ImageClass { priv... 阅读全文

posted @ 2013-11-19 17:11 snowfield 阅读(1003) 评论(0) 推荐(0) 编辑

2011年3月24日 #

"The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)"

摘要: The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)Solution"The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)" error may occurs when deploying VNC to a remote computer or when usingbuilt-in management tools.There can be a few reasons for this error:The rem 阅读全文

posted @ 2011-03-24 17:26 snowfield 阅读(889) 评论(0) 推荐(0) 编辑

2011年3月22日 #

绑定网站时报异常:HResult:0x80070520

摘要: 在试图发布Https网站在Windows Server 2008服务器上,导入证书时出现错误“一个指定的登录对话不存在。它可能已经被终止。(异常來自 HRESULT:0x80070520)。解决办法是在证书导入过程中,允许导出证书,可正确通过网站的绑定。 阅读全文

posted @ 2011-03-22 10:37 snowfield 阅读(1048) 评论(0) 推荐(0) 编辑

2011年2月17日 #

ComponentOne studio for Silverlight4

摘要: ComponentOne studio for Silverlight4 V3 2010(安装文件) 下载地址ComponentOne studio for Silverlight4 V3 2010 crack patch 破解补丁下载地址(破解来自网络···)转一篇有关几款silverlight 控件的介绍及对比吧一、业界著名,多次获奖的Silverlight 控件套包 :RadControls for Silverlight Q1 2010 (现在是Q3) RadControls for Silverlight 是著名的保加利亚 telerik软 阅读全文

posted @ 2011-02-17 09:35 snowfield 阅读(1193) 评论(2) 推荐(0) 编辑

2011年2月16日 #

Check for missing files failed:Insufficient permissions to access the file

摘要: 安装好虚拟机后,打开一个虚拟文件,一运行就出现错误:Check for missing files failed:Insufficient permissions to access the file!报错的意思是:没有权限打开这个虚拟机。我的机子上原因是我把该虚拟机所在的文件夹设置为隐藏了,并限制了它的权限。解决方法就是:将虚拟机所在的那个文件夹所有权设置一下,把它的属性设置为完全控制,即:属性->安全->在组和用户名中选择system或administration,主要是将这个文件夹完全控制,然后将这个文件夹的隐藏属性和只读属性取消OK! 阅读全文

posted @ 2011-02-16 17:59 snowfield 阅读(724) 评论(0) 推荐(0) 编辑

2011年2月8日 #

the specified solution configuration "Debug|BPC" us invalid

摘要: The specified solution configuration "Debug|HPD" is invalid.Running Blend 4 for the first time, it failed. Luckily I found a solution posted by somebody else. See below.Microsoft: Your QA sure srewed up. I take it HPD stands for High Performance Delivery. I am glad somebody had the answer.Using rege 阅读全文

posted @ 2011-02-08 11:20 snowfield 阅读(387) 评论(1) 推荐(0) 编辑