必须要有一个99美元的账号,然后登陆下面这个网站首先,登录到http://developer.apple.com/devcenter/ios/index.action,如果已经购买了iPhone Develop Program(iDP),登录进去后,页面右上角会看到如下图所示的页面:点击第一项:iO...
分类:
移动开发 时间:
2014-06-29 00:37:13
阅读次数:
304
版权声明]:版权归作者所有,转载时请以超链接形式标明文章原始出处和作者信息及本声明:http://www.open-lib.com/Forum/Read_69_1.action前言:当jquery ajax在utf-8编码下(页面utf-8,接收utf-8),无任何问题。可以正常post、get,处...
分类:
Web程序 时间:
2014-06-29 00:23:08
阅读次数:
360
原文地址:http://hi.baidu.com/fengbaobao/item/403cf90be03ba131a2332ac2在IE7,FF下页面经常会用如下语句对一个Select列表选择其中的值,但是该JQuery语句IE6不支持,$("#CarTrimSeries").get(0).valu...
分类:
Web程序 时间:
2014-06-18 09:20:31
阅读次数:
259
///一般处理程序 string action = context.Request["action"]; var adapter= new T_UserTableAdapter(); ...
分类:
其他好文 时间:
2014-06-18 08:54:47
阅读次数:
183
要把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
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
tomcat
edit configurations配置问题:
在deployment选项卡内加入artifact到服务器,在Application context选择应用的上下文路径。
热部署:
在tomcat配置 Server选项卡内 On Update action 选择Update classes and resource
...
分类:
其他好文 时间:
2014-06-18 07:03:44
阅读次数:
231
代理是一种特殊的,指向某个方法模块所在的地址。一般来讲,那个方法模块,可以是一个普通的方法,更多的时候,是一团匿名的lamda表达式,即一个匿名方法。现在简单理解一下代理的简写方式,即Action关键字。
class A
{
B b = new B();
public delegate string Show(string result);
...
分类:
其他好文 时间:
2014-06-18 06:54:36
阅读次数:
253
前台:
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
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