一:配置文件案例 二:属性详解 1、diskStore :指定数据(.data and .index)存储位置,可指定磁盘中的文件夹位置期 The diskStore element is optional. It must be configured if you have overflowToD ...
分类:
系统相关 时间:
2017-11-02 16:59:45
阅读次数:
208
file>settings>editor>general>appearance>show right margin(configured in code style ootions) ...
分类:
Web程序 时间:
2017-11-01 12:08:36
阅读次数:
182
初次使用使用IDEA搭建web application,习惯性的右键jsp页面在选择浏览器浏览,以为会想VS一样自动启动,结果提示 原来IDEA要这么做,需要先把服务容器启动起来,工具栏中选中Run,然后选择Run...,会跳出配置页面 选择Edit Configurations,会弹出配置页 左侧 ...
分类:
Web程序 时间:
2017-10-30 14:28:40
阅读次数:
1358
异常一: 原因:端口号被占用,删掉端口号的进程。 异常二: HTTP ERROR 500 :JSP support not configured 在默认webapps下可以,但自定义的部署目录下就出现以上错误。原因是自定义的部署,没有添加jsp的module 默认的start.ini 下有个 --m ...
分类:
其他好文 时间:
2017-10-27 13:30:41
阅读次数:
161
用于产生三角波的计数器计数模式配置为中心Center-aligned mode 1,这个模式下Output compare interrupt flags of channels configured in output (CCxS=00 in TIMx_CCMRx register) are se ...
分类:
其他好文 时间:
2017-10-18 14:51:47
阅读次数:
145
具体部署还是比较简单的,以下为官方参考,只是有一个service type 为 loadBlancer 实际使用需要修改为NodePort Prerequisite 1: working Kubernetes cluster (v1.7+), and a locally configured kub... ...
分类:
其他好文 时间:
2017-10-05 12:21:01
阅读次数:
208
(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. 今天运行Redis时发生错误,错误信息如下: (error) MISCONF Redis ...
分类:
数据库 时间:
2017-10-02 13:05:36
阅读次数:
178
Have solved the problem. Solutions follows Step 1: double click on "WebSphere Application Server v8.5 at localhost" configured in RAD Step 2: uncheck ...
分类:
Web程序 时间:
2017-09-26 16:01:15
阅读次数:
224
一、【辨析UPDATE/UPGRADE】 UPDATE: update is used to download package information from all configured sources. UPGRADE: upgrade is used to install available ...
分类:
系统相关 时间:
2017-09-21 21:16:02
阅读次数:
177
错误如下: 解决方法: 1、确定模板是否在默认templates文件夹里面,并且路径要和返回的View名字一致。 2、new ModelAndView("/log/loglist");这样写是不对的,应该把开头的斜杠去掉,改成:new ModelAndView("log/loglist"); 参考: ...
分类:
数据库 时间:
2017-09-13 10:19:27
阅读次数:
24252