C:\Users\xxx\Application Data could not be created '-configuration' command line option.
The configuration area at'C:\Users\xxx\Application Data\XMind\configuration-cathy win32-R3.7.8.201807240049' could not be created. Please choose a writable location using the '-configuration' command line option.
(1)大都是Win64位作業系統卻選擇安裝了32位的Xmind軟體,不相容罷了(PS:一般64位的系統都是相容32位的系統,只是有些軟體沒有優化好吧)。這並不是什麼嚴重的問題,只是軟體Xmind的配置和電腦系統的配置不一致導致而已。重新下載個64位的軟體即可。
(2)過去的Vista 系統中,使用的是"Application Data"檔案來暫存使用者臨時資料,而現在Win7或Win8大都是用 “AppData/Roaming”檔案。這兩者是等效的,只有有些軟體沒有特此優化而已。因此,我們只需要稍作修改,更新軟體的配置檔案指向 "AppData/Roaming" 檔案即可。
這時你需要到Xmind安裝目錄中,更改配置檔案AppData的路徑指向,即:用記事本開啟兩個檔案:“XMind.ini”和“XMind-original.ini”,將兩個檔案的Application Data改為“AppData/Roaming”即可
相關推薦
C:\Users\xxx\Application Data could not be created '-configuration' command line option.
The configuration area at'C:\Users\xxx\Application Data\XMind\configuration-cathy win32-R3.7.8.201807240049' could not be created. Please
xmind - C:\Users\xxx\Application Data could not be created '-configuration' command line option.
The configuration area at'C:\Users\xxx\Application Data\XMind\configuration-cathy win32-R3.7.8.201807240049' could not be created. Please choose a wri
The application server could not be contacted
PostgreSQL從PostgreSQL 9.6升級到PostgreSQL 10後,在使用的過程中,過去的pgAdmin 3出現了很多問題,無法完全支持PostgreSQL 10。pgAdmin 4體驗差,很糟糕就算了,關鍵是postgresql-10.3-1-windows-binaries壓縮版中的pg
SpringBoot Field aFeign in xxxx required a bean of type 'xxx' that could not be found.
Field aFeign in xxxx required a bean of type ‘xxx’ that could not be found. SpringBoot 同一個專案,多模組之間呼叫 報錯 APPLICATION FAILED TO START
Source file 'XXX.cs' could not be found. - 檔案不能被找到
在解決方案中,新建方法類,由於之後不需使用,進行了刪除,但是由於開發工具可能是秀逗了,沒有相應的進行刪除,導致配置檔案還需載入這個類,而我們在解決方案過程中沒辦法找到這個類了。 可以嘗試: 清理解決方案,新建同名類檔案,再將檔案進行排除,重新生成檔案 關閉解決方案,重啟專案
Xamarin Android移動開發藍芽列印編碼報錯(android 下面提示 Encoding 936 data could not be found.)
Xamarin Android移動開發藍芽列印編碼報錯:Encoding 936 data could not be found. Make sure you have correct international codeset assembly installed and
Connect Appium Server Fail.A new session could not be created
1.由於安卓測試機效能低下,並不能支援測試工作,想安裝一個模擬器幫助測試,然後發現群裡有朋友發了一個夜神模擬器。。下載。。安裝。。美滋滋的準備執行指令碼。What..居然報錯了。。orz。。然後百度查詢答案 error: Failed to start an Appium session, err
Original error: Failed to start Chromedriver session: A new session could not be created.
chrome與driver對應關係(轉):https://blog.csdn.net/huilan_same/article/details/51896672 driver下載: https://github.com/appium/appium/blob/master/docs/e
關於Appium做自動化測試手機自帶計算器例項時出現的A new session could not be created.問題 shell “ps ‘uiautomator’
這幾天想看一下關於appium自動化測試,但是按照教程做了一下之後,發現自己的根本執行不起來,經過反覆排查了自己的開關項、環境配置等問題後,網上查閱了大量的資料,其中中文和外文的都有,但都沒有相同的問題(原因可能是複製的錯誤碼太長,搜尋的時候重要的資訊沒有查到),最後終於通過
Springboot啟動application報錯:Field userMapper in xxx required a bean of type xx that could not be found
2018-07-24 15:38:07.647 INFO 20368 --- [ main] c.e.playspring.PlayspringApplication : Starting PlayspringApplication on LAP
rcp(外掛開發)Application "XXX" could not be found in the registry的解決辦法
這種情況基本都是配置在這個擴充套件點時 application="com.xxx.ro.studio.core.plugin.application" 這個application 所在的外掛名稱是否寫錯。 <product applica
[Nagios] Error: Template 'timman' specified in contact definition could not be not found (c
ati 內容 pat ace data rcu notify track ems Check nagios配置文件報錯例如以下:[[email protected]/* */ etc]$ /usr/local/nagios/bin/nagios -v /us
spring-boot 啟動時候 出現異常:The bean 'xxx' could not be injected as a 'xx.xxxx' because it is a JDK dynamic proxy that implements:
ng- for sed AC 存在 cti 解決方法 sid 失敗 The bean ‘xxxService‘ could not be injected as a ‘AaaXxxService‘ because it is a JDK dynamic proxy tha
Xcode報錯 The document “xxx.h” could not be saved. The file doesn’t exist.
文件的 ren xcode ould 退出 文件夾 問題 lean 內部 記錄一個問題 場景:Xcode編輯一個工程時直接在工程內部修改了某個目錄的文件夾名字,而後刪除了其下的某 .h.m 文件 之後總是提示上述錯誤且無法強制退出Xcode,clean等操作基本沒用 查找本
Feign呼叫報錯The bean 'XXX.FeignClientSpecification', defined in null, could not be registered....的解決辦法
升級Spring Boot 2.1.0 Spring Cloud Greenwich.M1 版本後,在2個Feign介面類內定義相同的名字, @FeignClient(name = 相同的名字 就會出現報錯,在之前的版本不會提示報錯,報錯內容為The bean 'XXX.
Mybatis與springboot專案啟動時出現Field XXX in com.xxx that could not be found
Mybatis與springboot專案,啟動時報錯,詳細的錯誤如下: Field xxx in com.xxxl required a bean of type ‘xxx’ that could no
WARN Connection to node 0 could not be established. Broker may not be available. (org.apache.kafka.c
筆者啟動kafka後提示WARN Connection to node 0 could not be established. Broker may not be available. (org.apache.kafka.c錯誤,網上查了下都沒有解決,最後筆者的解決方法是: 註釋掉liste
System.Data.SqlClient.SqlError: Exclusive access could not be obtained because the database is in us
無法獲取獨佔訪問許可權,因為資料庫正在使用中 執行這個。 讓資料庫離線 ALTER DATABASE 資料庫名字 SET OFFLINE WITH ROLLBACK IMMEDIATE
Eclipse:Some sites could not be found. See the error log for more detail.解決的方法
span pda more .net sof 分析 clas csdn war 今天遇到了一個奇葩的問題。我把我的sdk tools的版本號升級到23後。我在eclipse中嘗試升級ADT,發現了這麽一個問題,以下分析下原因: 當我在eclipse中選擇Help--&g
多個jdk 變更 引起 tomcat插件 啟動不了 The JRE could not be found.Edit the server and change the JRE location.
變更 runtime win jdk nts nvi bsp 選擇 ould The JRE could not be found.Edit the server and change the JRE location. 在Windows->Preference