摘要:
(at 'style' with value '@android:style/TextAppearance.*.*.*'). Android中没有公开的资源,在xml中直接引用会报错。除了去找到对应资源并拷贝到我们自己的应用目录下使用以外,我们还可以将引用“@android”改成“@*android 阅读全文
摘要:
1、使用HttpServletResponse来处理-不需要配置解析器 @Controller public class AjaxController { @RequestMapping("/ajax") public void ajax(String name,HttpServletRespons 阅读全文