MongoError: The dotted field .. is not valid for storage
Mongodb3.6版本前,文檔中有{key:value}結構,且key中包含了“.”,在寫數據庫的時候就會報這個錯誤,這是頁因為MongoDB對字段名字做了限制,這個問題在3.6及以後版本被修復了。
在3.2.22版本上嘗試,當插入帶key中帶"."時就會報錯。
在4.0.4版本上驗證沒有問題
參考:
https://stackoverflow.com/questions/30014243/mongoerror-the-dotted-field-is-not-valid-for-storage
MongoError: The dotted field .. is not valid for storage
相關推薦
MongoError: The dotted field .. is not valid for storage
版本 quest over 技術 ted 分享圖片 nbsp 驗證 9.png Mongodb3.6版本前,文檔中有{key:value}結構,且key中包含了“.”,在寫數據庫的時候就會報這個錯誤,這是頁因為MongoDB對字段名字做了限制,這個問
The run destination iPhone is not valid for running the scheme “xx”
真機執行,一直提示The run destination iOS Device is not valid for running the scheme,但是模擬器就沒有問題,更改 Deployment Target 也不行 最後發現,這應該是 Xcode 的
“The run destination iOS Device is not valid for running the scheme”
嘗試過幾次,同一個專案,剛剛還正常地執行在模擬器上的,但是當再一次run的時候,一直報”The run destination iOS Device is not valid for ru
在eclipse中執行team->pull出現the current branch is not configured for pull
今天在github修改檔案之後想同步到本地工程,在eclipse中點選team–>pull時出現如下提示: 解決方法: 開啟所在倉庫的.git資料夾,修改config檔案,加入如下引數: [branch "master"] remote = master
IDEA錯誤:Cannot start compilation: the output path is not specified for module "Test". Specify the out
錯誤是發生在從github上checkout自己的專案時。因為沒有將配置檔案一起上傳,所以在執行java程式時有了這個報錯: Cannot start compilation: the output path is not specified for module “Tes
The method setDate(int, java.sql.Date) in the type PreparedStatement is not applicable for the argum
The method setDate(int, java.sql.Date) in the type PreparedStatement is not applicable for the arguments (int, java.util.Date) preparedStatement
IDEA錯誤:Cannot start compilation: the output path is not specified for module "firstproject”
從coding上checkout自己的專案時,沒有將配置檔案一起上傳,所以在執行java程式時有了這個錯誤 解決辦法: 1、File->Project Setting->Modules->勾選 Inherit project compile path” 2、在Pr
the output path is not specified for module
解決辦法如下 1.點選工具欄的File按鈕----》project structure(或者選中project按鍵盤的F4)開啟專案結構面板。 2.點選Project Settings 下的Project,在Project compiler output中點選最右邊的
Cannot start compilation: the output path is not specified for module "..." Specify the output path
原因:專案中此時沒有指定class檔案生成的路徑,若單純指定module的output路徑會導致後續出現無法找到類的Error。 解決辦法: 1. 開啟project structure->project, 在右側project compiler output目
eclipse>>GitHub管理專案出現異常The current branch is not configured for pull No value for key branch解決方法
1,進入Window-->preferences-->Team-->Git-->Configuration 2,選擇 Repository Settings 3,點選A
[kubernetes]Error from server (BadRequest):container install-cni is not valid for pod kube-dns
安裝完 Flannel 網路元件之後,發現 pod kube-flannel 的狀態為 CrashLoopBackOff,執行命令檢視日誌,提示如下資訊: Error from server (BadRequest): container install-cni is no
OSCache的原始碼編譯Cache.java 檔案報add(Class, T) in the type EventListenerList is not applicable for the arguments 錯誤的解決
下載了 OSCache的原始碼,需要新增一些功能,匯入Eclipse之後編譯,Cache.java 檔案報如下錯誤: Description Resource Path Location TypeThe method add(Class<T>, T) in the
[IDEA]IntelliJ IDEA匯入JDK出現The selected directory is not a valid home for JDK問題的解決方法
昨天在實驗室的桌上型電腦上配置Java。之前一直在MAC上都是使用IntelliJ IDEA玩耍,這次也不能少了它。馬上上官網下載了一個Windows版的,用學生帳號註冊完之後,就可以直接使用了!但是在匯入JDK的時候遇到了問題 ,下圖是新增JDK的介面: 點選new按鈕後出現下圖:
IntelliJ IDEA The selected directory is not a valid home for JDK 錯誤解決辦法
最近想學java,安裝了IntelliJ IDEA,建立了一個hello world專案。 可是說需要我首先配置SDK,那就配吧 可是當我選擇了java安裝目錄時,IntelliJ IDEA卻提示錯誤 The selected directory is not a valid home for JDK
git更新失敗Probably the path to Git executable is not valid
alt size 路徑 cut val img 修改路徑 目錄 http git更新代碼失敗 檢查setting配置,發現路徑配置錯誤 找對git的安裝目錄,修改路徑後保存即可 git更新失敗Probably the path to Git executable
ubuntu下IDEA配置tomcat報錯Warning the selected directory is not a valid tomcat home
warn 技術 span 更改 文件目錄 tor 選擇 spa .com 產生這個問題的主要原因是文件夾權限問題。 可以修改文件夾權限或者更改tomcat文件目錄所有者。 這裏我直接變更tomcat文件夾所有者: sudo chown -R skh:skh tomcat-
Version 1.7.0_80 of the JVM is not suitable for this product.Version: 1.8 or greater is required.
2種 方法 mar 技術 bin 啟動 product 分享圖片 1.7 Eclipse啟動失敗,設置eclipse啟動jdk有2種方法 第一種: 直接安裝eclipse對應的jdk版本,並設置環境變量 第二種: 修改eclipse配置文件eclipse.ini
Version 1.5 of the JVM is not suitable for this product.Version:1.6 or greater is required
近期在公司涉及到了伺服器等的擴充套件,smartfoxserver擴充套件使用的Eclipse,儘管沒學過java。可是咱畢竟是C++起價的,其它語言看看也就會了,專案依然做著,近期看到某同學有一些java的問題,小問題就隨便在公司幫忙攻克了下,只是後來有個專案發現有些麻煩,準備下班後再看
關於springboot上傳檔案報錯:The temporary upload location ***is not valid
在執行springboot時 ,長時間執行後報錯 the temporary uplaod location *** is not valid 查過資料後發現是centos對‘/temp’下檔案自動清理的原因。 在springboot專案啟動後 系統會在‘/temp’目
The temporary upload location is not valid
java.io.IOException: The temporary upload location [/tmp/tomcat.1593253653386650830.8220/work/Tomcat/localhost/ROOT] is not valid 最近我們的幾