码迷,mamicode.com
首页 >  
搜索关键字:personal action    ( 16965个结果
IOS - 真机调试
必须要有一个99美元的账号,然后登陆下面这个网站首先,登录到http://developer.apple.com/devcenter/ios/index.action,如果已经购买了iPhone Develop Program(iDP),登录进去后,页面右上角会看到如下图所示的页面:点击第一项:iO...
分类:移动开发   时间:2014-06-29 00:37:13    阅读次数:304
action 总结
一个项目,会含有一些配置文件,在项目启动时进行加载。我们重要的是学习这些规范:1.单个状态的更新这种一般出现在一个简单的字段更新上, json 如:可用/mis/fm/setfmChaRemiMeses.action?r...
分类:其他好文   时间:2014-06-18 09:38:38    阅读次数:215
KMP(http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2772)
#include #include #include char a[1000001],b[1000001];int next[1000001];int l,l2;void Getnext(){ int i=0; int j=-1; next[0]=-1; while(i=l2...
分类:Web程序   时间:2014-06-18 09:29:37    阅读次数:221
随便写写
///一般处理程序 string action = context.Request["action"]; var adapter= new T_UserTableAdapter(); ...
分类:其他好文   时间:2014-06-18 08:54:47    阅读次数:183
struts2 与spring整合
要把struts2的action交给spring管理,这样spring才能帮struts2注入需要的的bean(一开始action是由struts初始化,所以想注入spring里面的bean是注入不了的) struts2 的filter生成action的时候由spring管理 struts2向spring要action struts2是主导(struts2有个插件,要action的时候向这个...
分类:编程语言   时间:2014-06-18 08:07:13    阅读次数:196
深入struts2.0(六)--ActionProxy类
1.1     ActionProxy接口以及实现 ActionProxy在struts框架中发挥着非常重要的作用。通过webwork和xwork交互关系图可以看出,它是action和xwork中间的一层。 正因为ActionProxy的存在导致Action调用更加简洁。接下来我们一起研究下这个核心类。 1.1.1       ActionProxy接口方法 图 3.3.1 Ac...
分类:其他好文   时间:2014-06-18 07:48:10    阅读次数:148
idea 使用问题总结
tomcat     edit configurations配置问题:         在deployment选项卡内加入artifact到服务器,在Application context选择应用的上下文路径。     热部署:             在tomcat配置 Server选项卡内 On Update action 选择Update classes and resource ...
分类:其他好文   时间:2014-06-18 07:03:44    阅读次数:231
代理方法关键字Action与Fun的使用
代理是一种特殊的,指向某个方法模块所在的地址。一般来讲,那个方法模块,可以是一个普通的方法,更多的时候,是一团匿名的lamda表达式,即一个匿名方法。现在简单理解一下代理的简写方式,即Action关键字。 class A { B b = new B(); public delegate string Show(string result); ...
分类:其他好文   时间:2014-06-18 06:54:36    阅读次数:253
ext combobox动态加载数据库数据
前台: var provinceStore = new Ext.data.Store({ proxy: new Ext.data.HttpProxy({ url: basePath + "/stationManage/station_getProvinceJSON.action" }), reader: new Ext.data.JsonReader(...
分类:数据库   时间:2014-06-18 00:46:30    阅读次数:402
struts2 一个简洁的struts.xml
struts.xml ${successResultValue} ${redirectResultValue} BaseAction.java package com.yl.action; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.H...
分类:其他好文   时间:2014-06-18 00:42:38    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!