- 浏览: 100806 次
- 性别:
- 来自: 北京
-
最新评论
-
andot:
hprose已经免费开源了,也有objc支持。
spring和hessian整合--基于HessianServiceExporter & BurlapServiceExporter -
gogomarine:
AnnBaby 写道http://www.springfram ...
myeclipse validation 验证spring mvc:resource报错解决方案 -
AnnBaby:
http://www.springframework.org/ ...
myeclipse validation 验证spring mvc:resource报错解决方案 -
gogomarine:
gogomarine 写道lvff1314 写道跟你遇到基本相 ...
spring和hessian整合--基于HessianServiceExporter & BurlapServiceExporter -
gogomarine:
lvff1314 写道跟你遇到基本相同的情况,移动多平台访问, ...
spring和hessian整合--基于HessianServiceExporter & BurlapServiceExporter
文章列表
Filters:
ExceptionTranslationFilter:有两种异常抛出!
private void handleException(HttpServletRequest request, HttpServletResponse response, FilterChain chain,
RuntimeException exception) throws IOException, ServletException {
if (exception instanceof Authentic ...
CONCATENATE函数
将几个文本字符串合并为一个文本字符串。
语法
CONCATENATE
(text1
,text2
,...)
Text1, text2, ... 为 1 到 30 个将要合并成单个文本项的文本项。这些文本项可以为文本字符串、数字或对单个单元格的引用。
示例:
=CONCATENATE("tt","rr","hh") 返回“ttrrhh”。
近期由于项目需要,将Excel部分数据转换为数据库 脚本
于是想倒利用CONCATENATE()函数
...