使用Struts2 编写页面,遇到一个要长时间运行的接口,因此增加了一个execAndWait
,结果在 Action 中调用 getContext()的时候报告异常1 ActionContext context =
ActionContext.getContext();2 ServletConte...
分类:
编程语言 时间:
2014-05-12 12:58:38
阅读次数:
470
using System.Security.Cryptography; //用的类 /// ///
DES加密/解密类。 /// public class DESEncrypt { public DESEncrypt() { ...
分类:
其他好文 时间:
2014-05-12 10:38:19
阅读次数:
235
---恢复内容开始---一、前段代码二、接下来新建一个下拉列表的视图资源,即每个Item的TextView,我们把它命名为dropdown.xml,我们把它放到drawable中,代码为:三、创建Adapter这里介绍下两个函数:1.ArrayAdapter.ArrayAdapter(Context...
分类:
移动开发 时间:
2014-05-10 20:56:30
阅读次数:
435
上章回顾:上一章中,我们将用户名、密码以及用户对应的角色都配置于applicationContext-security.xml中,基本实现了我们能控制用户的访问权限。但是在现实开发中,我们不可能将用户信息硬编码在配置文件中,通常我们都是存放到数据中。同时我们应该对用户的密码进行加密存储。..
分类:
数据库 时间:
2014-05-10 09:04:45
阅读次数:
414
最近在学习JNDI,今天整出来一个demo,拿出来大家分享下。先上一个项目结构的截图:1、配置JNDI数据源
首先,修改一下tomcat的配置文件conf/context.xml 在Context属性中加入 其次,项目中的web.xml中加入 DB Connection
jndi-...
分类:
编程语言 时间:
2014-05-10 08:27:06
阅读次数:
451
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
转自: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流程分析
回到ShuffleMapTask.runTask函数
现在回到ShuffleMapTask.runTask函数中:
overridedef runTask(context:TaskContext):
MapStatus = {
首先得到要reduce的task的个数。
valnumOutputSplits=
dep.partitioner.num...
分类:
其他好文 时间:
2014-05-09 22:58:33
阅读次数:
574
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
using System;using System.IO;using
System.Security.Cryptography;using System.Text;namespace Test{ public class
MD5Code { /// /// ...
分类:
其他好文 时间:
2014-05-09 19:43:27
阅读次数:
277