码迷,mamicode.com
首页 >  
搜索关键字:security context    ( 17701个结果
Struts2中使用execAndWait后,在 Action中调用getXXX()方法报告java.lang.NullPointerException异常的原因和解决方法
使用Struts2 编写页面,遇到一个要长时间运行的接口,因此增加了一个execAndWait ,结果在 Action 中调用 getContext()的时候报告异常1 ActionContext context = ActionContext.getContext();2 ServletConte...
分类:编程语言   时间:2014-05-12 12:58:38    阅读次数:470
DES加密/解密类。
using System.Security.Cryptography; //用的类 /// /// DES加密/解密类。 /// public class DESEncrypt { public DESEncrypt() { ...
分类:其他好文   时间:2014-05-12 10:38:19    阅读次数:235
Android 控件:使用下拉列表框--Spinner
---恢复内容开始---一、前段代码二、接下来新建一个下拉列表的视图资源,即每个Item的TextView,我们把它命名为dropdown.xml,我们把它放到drawable中,代码为:三、创建Adapter这里介绍下两个函数:1.ArrayAdapter.ArrayAdapter(Context...
分类:移动开发   时间:2014-05-10 20:56:30    阅读次数:435
Spring Security 3 (三) 用户数据存放于数据库
上章回顾:上一章中,我们将用户名、密码以及用户对应的角色都配置于applicationContext-security.xml中,基本实现了我们能控制用户的访问权限。但是在现实开发中,我们不可能将用户信息硬编码在配置文件中,通常我们都是存放到数据中。同时我们应该对用户的密码进行加密存储。..
分类:数据库   时间:2014-05-10 09:04:45    阅读次数:414
springMVC-JNDI
最近在学习JNDI,今天整出来一个demo,拿出来大家分享下。先上一个项目结构的截图:1、配置JNDI数据源 首先,修改一下tomcat的配置文件conf/context.xml 在Context属性中加入 其次,项目中的web.xml中加入 DB Connection jndi-...
分类:编程语言   时间:2014-05-10 08:27:06    阅读次数:451
OWASP(Open Web Application Security Project) Top 10 for JavaScript
InjectionInjection flaws, such as SQL, OS, and LDAP injection, occur when untrusted data is sent to an interpreter as part of a command or query. The ...
分类:移动开发   时间:2014-05-10 07:23:51    阅读次数:460
ServletContext中常用方法(getRsource和getResourceAsStream)
转自:http://blog.csdn.net/yakson/article/details/9203267一、.获取Tomcat的Context的初始化参数。1.获取Tomcat的server.xml中设置Context的初始化参数。例如:[html]view plaincopy方式:getSer...
分类:其他好文   时间:2014-05-10 06:58:07    阅读次数:325
spark shuffle过程分析
spark shuffle流程分析 回到ShuffleMapTask.runTask函数 现在回到ShuffleMapTask.runTask函数中: overridedef runTask(context:TaskContext): MapStatus = { 首先得到要reduce的task的个数。 valnumOutputSplits= dep.partitioner.num...
分类:其他好文   时间:2014-05-09 22:58:33    阅读次数:574
ViewPager(含代替gallery)
ViewPager代替Gallery效果,gallery弊端在于滑动的时候ViewPageritem需要一个布局Layout;importandroid.content.Context; importandroid.content.Intent; importandroid.view.LayoutInflater; importandroid.view.View; importandroid.widget.ImageView; importandroid.widget..
分类:其他好文   时间:2014-05-09 21:33:39    阅读次数:380
获取文件的MD5码(C#)
using System;using System.IO;using System.Security.Cryptography;using System.Text;namespace Test{ public class MD5Code { /// /// ...
分类:其他好文   时间:2014-05-09 19:43:27    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!