以下翻译脑袋的VBF项目,试试看TypeScript能否重写。 classRegExpr{Accept(convert:Converter){}} classSymbolExprextendsRegExpr{Symbol:stringconstructor(symbol:string){this.S...
分类:
其他好文 时间:
2015-04-30 00:53:48
阅读次数:
199
在selenium2library库的open browser中,除了我们常用的url,browser外,还有几个不常用的参数。如:remote_url的用法1.下载selenium-server-standalone-XXXX.jar包https://code.google.com/p/selen...
分类:
其他好文 时间:
2015-04-27 19:44:11
阅读次数:
138
在网上看了下,有关xstream的Converter的使用的例子很少,这里做个简单的应用举例文件格式如下:<list><mapperneType="2g"><sqlByType></sqlByType><sqlById></sqlById><types><include>BTS</include></types><..
分类:
其他好文 时间:
2015-04-24 19:29:32
阅读次数:
299
@LastModifiedDate @Convert(converter = LocalDateTime2TimestampConverter.class)@Slf4jpublic class LocalDateTime2TimestampConverter implements Attribut....
分类:
数据库 时间:
2015-04-24 14:09:15
阅读次数:
132
Please make sure to add in standalone.xml under
分类:
其他好文 时间:
2015-04-24 12:29:51
阅读次数:
102
最近老大让用Spark做一个ETL项目,搭建了一套只有三个结点Standalone模式的Spark集群做测试,基础数据量大概8000W左右。看了官方文档,Spark确实在Map-Reduce上提升了很多,可是官方明确提出了在Interactive Data方面性能提升最大。但是做ETL的数据之间是平...
分类:
其他好文 时间:
2015-04-24 00:48:02
阅读次数:
142
@RequestMapping(value="/queryUser",method=RequestMethod.POST,produces="text/html;charset=UTF-8")<mvc:annotation-driven><mvc:message-convertersregister-defaults="true"><beanclass="org.springframework.http.converter.StringHttpMessageConverter"&..
分类:
编程语言 时间:
2015-04-23 13:48:26
阅读次数:
142
原文获取listboxitem在ListBox中的index并转换成abcd截图如下:1、实现Converter 获取到listbox,并得到listitem在listbox中的index public class ItemContainerToZIndexConverter : IValueCon...
分类:
其他好文 时间:
2015-04-23 01:50:42
阅读次数:
219
Play applications can be deployed virtually anywhere: inside Servlet containers, as standalone servers, in Google Application Engine, Stack, a Cloud, ...
分类:
其他好文 时间:
2015-04-22 13:17:21
阅读次数:
158