02 2014 档案

摘要:message contains no documents code:13066stackoverflow上面的回答是:What version of the C# driver are you using? Can you provide a stack trace?Is there any chance you are calling InsertBatch with an empty batch?然后看过自己的代码,发现在用InsertBatch方法时,参数items数据集中没有数据,导致会报上面那个错误,于是加上判断是否有数据,然后就数据库就没报这个错误了。 public... 阅读全文
posted @ 2014-02-20 14:59 变异爬行者 阅读(292) 评论(0) 推荐(0)
摘要:出这个错是因为除了下面文件里面要加readonly=false,上面的总配置也要加readonly=no 阅读全文
posted @ 2014-02-11 20:54 变异爬行者 阅读(653) 评论(0) 推荐(0)
摘要:这是程序的bug,但不影响使用。如果不想看到提示这些错误1、可以在命令行加参数 --no-super2、在服务器端的配置文件中总配置位置添加:fake super = yes 阅读全文
posted @ 2014-02-11 20:49 变异爬行者 阅读(699) 评论(0) 推荐(0)