码迷,mamicode.com
首页 >  
搜索关键字:security context    ( 17701个结果
知识更新
1:Spring MVC搭建2:Spring MV集成Hibernate3:Spring Cache添加,ehcache和redis对比选用.4:Spring Security或Shiro对比选用5:Maven学习6:添加sitemeshhttp://repo.spring.io/webapp/se...
分类:其他好文   时间:2014-06-29 14:37:07    阅读次数:255
[Android Memory] App调试内存泄露之Context篇(上)
转载自:http://www.cnblogs.com/qianxudetianxia/p/3645106.htmlContext作为最基本的上下文,承载着Activity,Service等最基本组件。当有对象引用到Activity,并不能被回收释放,必将造成大范围的对象无法被回收释放,进而造成内存泄...
分类:移动开发   时间:2014-06-07 04:40:33    阅读次数:258
[Android Memory] App调试内存泄露之Context篇(下)
转载地址:http://www.cnblogs.com/qianxudetianxia/p/3655475.html5. AsyncTask对象 我N年前去盛大面过一次试,当时面试官极力推荐我使用AsyncTask等系统自带类去做事情,当然无可厚非。 但是AsyncTask确实需要额外注意一下。.....
分类:移动开发   时间:2014-06-07 04:39:11    阅读次数:349
linux 软件开发的源
deb http://mirrors.aliyun.com/ubuntu/ quantal main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ quantal-security main restricte...
分类:系统相关   时间:2014-05-30 08:16:45    阅读次数:371
jekins job configure找不到remote trigger(script)
今天想测试一下,remote的方式启动一个job,但是在“构建触发器”一栏根本找不到remote trigger,很惊讶的是在网上所有的doc或者demo里都是有这个选项的。最后,终于找到了原因: 要启动安全,系统管理-》Configure global security-》启用安全。再回来到jo....
分类:其他好文   时间:2014-05-30 05:47:40    阅读次数:270
Android 获取系统相册中的所有图片
Android 提供了API可获取到系统相册中的一些信息,主要还是通过ContentProvider 来获取想要的内容。代码很简单,只要熟悉ContentProvider 就可以了。public static List getSystemPhotoList(Context context) {...
分类:移动开发   时间:2014-05-30 04:07:40    阅读次数:234
java web开发中的奇葩事web.xml中context-param中的注释
同事提交了代码。结果除同事之外,其他人全部编译报错。报错说web.xml中配置的一个bean 没有定义。按照报错提示,各种找,无果。由于代码全部都是提交到svn主干,之前也没有做过备份,只能一步一步删除同事提交的代码,进行还原。奇葩事情出现了! contextConfigLocation ...
分类:编程语言   时间:2014-05-30 04:06:38    阅读次数:1453
tomcat访问manager报404;server.xml中配置了Context path
留空,表达的是根; 指定到项目名后,可以通过http://192.168.1.30:8090/manager/html访问了;
分类:其他好文   时间:2014-05-30 03:26:14    阅读次数:899
ViewPager 限制左右滚动
importandroid.content.Context;importandroid.support.v4.view.ViewPager;importandroid.util.AttributeSet;importandroid.view.MotionEvent;/****@类名CustomVie...
分类:其他好文   时间:2014-05-29 19:24:15    阅读次数:341
强制下载excel
/// /// /// /// /// 导出的文件路径 /// public static void DownLoadFile(HttpContextBase context, string...
分类:其他好文   时间:2014-05-29 14:17:58    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!