- 博客(3)
- 资源 (1)
- 问答 (1)
- 收藏
- 关注
原创 struts2 select 标签异常
tag 'select', field 'list', name '*****': The requested list key '****' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location]...
2012-08-14 13:54:21 358
正则排除字符串
正则中使用?!进行字符非运算,如下^(?!.*(access\\$|catch)).*上面的正则过滤包含access$或catch的字符
2012-07-16 16:39:36 115
bat 读取vbs 返回值
vbs:pid = 0Set w = GetObject("winmgmts:")Set p = w.ExecQuery("select * from win32_process where name='appName.exe'")if p.Count = 0 then msgbox "can not find the app by name。"elseFor E...
2012-07-16 14:32:18 1027
BigDecimal的精度问题
2013-05-17
TA创建的收藏夹 TA关注的收藏夹
TA关注的人