一:配置文件案例 二:属性详解 1、diskStore :指定数据(.data and .index)存储位置,可指定磁盘中的文件夹位置期 The diskStore element is optional. It must be configured if you have overflowToD ...
分类:
系统相关 时间:
2016-10-16 16:15:35
阅读次数:
195
A result was returned when none was expected. 一般是在使用存储过程中,例: select function(存储过程名); 即使返回的是空的。也要用oPrepareStmt.executeQuery(); 来调用。或接收。 ...
分类:
数据库 时间:
2016-10-12 22:16:12
阅读次数:
387
文件上传 文件上传需要用到两个类,MultipartFile和MultipartHttpServletRequest,它们都是在spring的web包中,同时需要在spring容器中配置MultipartResolver 注意:此处的id必须取multipartResolver这个名字,否则配置无效 ...
分类:
Web程序 时间:
2016-10-08 20:08:08
阅读次数:
161
现象:写了如下一个jsp文件,导入需要用到的两个包: 运行结果报错:org.apache.jasper.JasperException: /index.jsp (line: 1, column: 17) equal symbol expected at org.apache.jasper.compi ...
分类:
Web程序 时间:
2016-10-02 23:40:48
阅读次数:
327
报错: /usr/local/bin/stop.sh: line 3: [: 2151: unary operator expected 原因: shell脚本名字叫stop_tomcat.sh,永远不会执行else 因为脚本本身包含tomcat,shell脚本能查到stop_tomcat这条进程 ...
分类:
系统相关 时间:
2016-09-30 09:49:32
阅读次数:
363
该段代码用来测试字符串是否为数字,用bool类型来表示,是数字返回1,不是返回0. 该段代码为判断是否为运算符,给出两个测试输入,一个是,一个不是,用人工预测的expected和事实输出的actual进行比较。 这个是从网上下载的符号优先级表,把它存入二维数组中来实现,行列来比较。 测试符号优先级。 ...
分类:
其他好文 时间:
2016-09-29 01:32:05
阅读次数:
137
文件上传 Spring MVC 为文件上传提供了直接的支持,这种支持是通过即插即用的 MultipartResolver 实现的。Spring 用 Jakarta Commons FileUpload 技术实现了一个MultipartResolver 实现类:CommonsMultipartReso ...
分类:
编程语言 时间:
2016-09-27 17:37:40
阅读次数:
256
平台:centos-6.3-i386 jdk-7u51 storm 0.9.1 python 2.6.6 hadoop 1.2.1 启动storm的时候,遇到这个问题,百度之后,看到大家的解决方案是在 nimbus.host: "master"前加上空格,但是,我的已经加上空格。还是出错。 启动 s ...
分类:
移动开发 时间:
2016-09-25 19:01:38
阅读次数:
571
Angular 2 navigation is configured using the routerLink directive. The routerLink directive behaves like an href’s you are familiar with, but it hooks ...
分类:
其他好文 时间:
2016-09-25 06:11:01
阅读次数:
168
Using the Angular 2 router requires defining routes, passing them in to the RouterModule.forRoot and then importing the configured RouterModule into y ...
分类:
其他好文 时间:
2016-09-25 06:10:57
阅读次数:
215