- 博客(4)
- 收藏
- 关注
原创 java,下划线与驼峰命名转换
下划线与驼峰命名转换。public class Tool{ private static Pattern linePattern = Pattern.compile("_(\\w)"); /**下划线转驼峰*/ public static String lineToHump(String str){ str = ...
2015-06-19 15:14:14 195
原创 java,下划线与驼峰命名转换
public static class Tool{ private static Pattern linePattern = Pattern.compile("_(\\w)"); /**下划线转驼峰*/ public static String lineToHump(String str){ str = str.toLower
2015-06-12 15:10:26 21680 3
原创 tomcat中url匹配context的代码片
/** * Map the specified URI. */ private final void internalMap(CharChunk host, CharChunk uri, MappingData mappingData) throws Exception ...
2015-01-13 15:38:07 226
原创 hibernate中使用Class.simpleName获取实体名
举例;package com.tepublic class Student{}; 使用SessionFactory sf = null;//String className = ((org.hibernate.impl.SessionFactoryImpl)sf).getImportedClassName("Student");Assert.assertEqual...
2013-06-26 16:44:43 239
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人