⑴ 车载导航的凯立德地图打开提示配置文件不存在或被破坏
是不是以前安过凯立德,如果安过就先卸载,然后删除NaviOne文件夹,重新考一次,考完再安装手机端。
⑵ 为什么导航端口改成和配置文件一样了还是不可以导航呢
你好!
如果导航软件的端口、波特率已改成与导航仪一致,仍无法导航的话,那肯定是你用的导航软件的专版程序不适合你的导航仪机器。
如华阳导航CE4601,要用C1413的专版主程序,如果用了飞歌的C1204的专版主程序,即使端口、波特率已改成与导航仪一致,也是用不了的。
希望能帮到你,望采纳!
⑶ 导航显示配置文件不存在或被破坏
你好,请问你是用什么工具下载的,如果是用IE的下载工具下载的话则会慢,下载的文件越大则越慢,还会发生断点,所谓断点是指在下载文件过程中发生中途中断,比如网络原因,文件过大等,建议你使用下载工具下载文件,尤其是大文件,下载工具有讯雷,快车等,谢谢。
如果对您有帮助,请记得采纳为满意答案,谢谢!祝您生活愉快!
vae la
⑷ 汽车导航 凯立德地图,显示“配置文件丢失或被破坏”
大部分人让他把地图文件放到手机自带存储中,本来放在SD卡完全好用,尽量不要挪动。
SD卡中的导航文件不必移动,你把手机调到大容量存储状态。
如果你看到你的手机存储中有个NAVIONE的文件,删除掉,在手机中运行导航时,系统在手机存储中找不到导航地图,自然调到SD卡中,就好了。
如果你手机存储中还有这个文件,而这个文件很小,根本不是地图文件,当然出现 配置文件不存在或被破坏的提示了。
⑸ 网站导航在哪里修改 哪个文件
一般地说,都在模板文件的hear.html中修改,当然也有可能不在,得看看你的程序
⑹ 车载DVD导航“没有配置文件”(凯立德)
在设置里面找到导航路径设置
重新设置一下
路径
找到EXE
后缀
就行了
在不行的话
重新拷贝一份地图到GPS卡里面
⑺ 凯立德车载导航打不开,在车上打开显示没有配置文件!
估计是某项配置文件丢失造成的软件无法打开 你可以根据你车载导航的型号 去网上下载凯立德的ROM包 重新覆盖一遍即可 希望能够帮到你 望采纳!
⑻ jsf导航配置文件的问题
我们的是直接配置一个filter.xml文件。希望对你有所帮助。
<!-- filters.xml starts -->
<!-- context-params.xml does not work. put here -->
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>server</param-value>
</context-param>
<context-param>
<param-name>org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>org.apache.myfaces.ADD_RESOURCE_CLASS</param-name>
<param-value>org.apache.myfaces.renderkit.html.util.DefaultAddResource</param-value>
</context-param>
<context-param>
<param-name>org.apache.myfaces.RESOURCE_VIRTUAL_PATH</param-name>
<param-value>/faces/myFacesExtensionResource</param-value>
</context-param>
<context-param>
<param-name>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>javax.faces.CONFIG_FILES</param-name>
<param-value>/WEB-INF/模块一.xml,
/WEB-INF/模块二.xml, /WEB-INF/模块三.xml
</param-value>
</context-param>
<context-param>
<param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name>
<param-value>true</param-value>
<!--
<description>
This parameter tells MyFaces if javascript code should be allowed in the
rendered HTML output.
If javascript is allowed, command_link anchors will have javascript code
that submits the corresponding form.
If javascript is not allowed, the state saving info and nested parameters
will be added as url parameters.
Default: "true"
</description>
-->
</context-param>
<context-param>
<param-name>org.apache.myfaces.DETECT_JAVASCRIPT</param-name>
<param-value>false</param-value>
<!--
<description>
This parameter tells MyFaces if javascript code should be allowed in the
rendered HTML output.
If javascript is allowed, command_link anchors will have javascript code
that submits the corresponding form.
If javascript is not allowed, the state saving info and nested parameters
will be added as url parameters.
Default: "false"
Setting this param to true should be combined with STATE_SAVING_METHOD "server" for
best results.
This is an EXPERIMENTAL feature. You also have to enable the detector filter/filter mapping below to get
JavaScript detection working.
</description>
-->
</context-param>
<context-param>
<param-name>javax.faces.PARTIAL_STATE_SAVING_METHOD</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>org.apache.myfaces.PRETTY_HTML</param-name>
<param-value>true</param-value>
<!--
<description>
If true, rendered HTML code will be formatted, so that it is "human readable".
i.e. additional line separators and whitespace will be written, that do not
influence the HTML code.
Default: "true"
</description>
-->
</context-param>
<context-param>
<param-name>org.apache.myfaces.AUTO_SCROLL</param-name>
<param-value>true</param-value>
<!--
<description>
If true, a javascript function will be rendered that is able to restore the
former vertical scroll on every request. Convenient feature if you have pages
with long lists and you do not want the browser page to always jump to the top
if you trigger a link or button action that stays on the same page.
Default: "false"
</description>
-->
</context-param>
<!-- WelcomeFile Filter -->
<!--
<filter>
<filter-name>WelcomeFile Filter</filter-name>
<filter-class>org.apache.myfaces.webapp.filter.WelcomeFileFilter</filter-class>
<description>
Due to the manner in which the JSP / servlet lifecycle
functions, it is not currently possible to specify default
welcome files for a web application and map them to the
MyFacesServlet. Normally they will be mapped to the
default servlet for the JSP container. To offset this
shortcoming, we utilize a servlet Filter which examines
the URI of all incoming requests.
</description>
</filter>
-->
<!-- JavaScriptDetector Filter -->
<!--
<filter>
<filter-name>javascriptDetector</filter-name>
<filter-class>org.apache.myfaces.webapp.filter.JavaScriptDetectorFilter</filter-class>
</filter>
-->
<filter>
<filter-name>MyFacesExtensionsFilter</filter-name>
<filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>
<init-param>
<param-name>uploadMaxFileSize</param-name>
<param-value>200m</param-value>
</init-param>
<init-param>
<param-name>uploadThresholdSize</param-name>
<param-value>100k</param-value>
</init-param>
</filter>
<filter>
<display-name>Ajax4jsf Filter</display-name>
<filter-name>ajax4jsf</filter-name>
<filter-class>org.ajax4jsf.Filter</filter-class>
<init-param>
<param-name>forceparser</param-name>
<param-value>false</param-value>
</init-param>
</filter>
<!-- filters.xml ends -->
⑼ 凯立德导航文件中哪个配置文件可以调整提示音
看图,用工具打开NaviConfig.dll