Android 软件管理工具类Utils /** * Created by uilubo on 2015/9/30. * 工具类 */ public class Utils { public static List<AppInfo> getAppList(Context context){ // 返回值集合 List<AppInfo> list = new ArrayList<AppInfo>(); // 实例化包管理器 PackageManager pm = cont…
DispatcherServlet的静态初始化 /** * Name of the class path resource (relative to the DispatcherServlet class) * that defines DispatcherServlet's default strategy names. */ private static final String DEFAULT_STRATEGIES_PATH = "DispatcherServlet.properties&…