1.想要DropDownList自动提交必须设置AutoPostBack="true"属性,下面是代码:2.在服务端处理的时候,尤其是初始化DropDownList的时候,没注意结果写错了,下面是错误代码:protected
void Page_Load(object sender, EventAr...
分类:
其他好文 时间:
2014-06-29 07:40:17
阅读次数:
233
基本思路:
通过使用jquery选择器得到对应表单的jquery对象,然后使用attr方法修改对应的action
示例程序一:
默认情况下,该表单会提交到page_one.html
点击button之后,表单的提交地址就会修改为page_two.html
jquery test
修改form的提交地址为page_two.html
var $fun = ...
分类:
Web程序 时间:
2014-06-29 07:33:12
阅读次数:
236
国际化格式标签库包括国际化,消息和数字日期格式化:
(1) 国际化:
如:
@ page language="java" contentType="text/html; charset=gb2312" import="java.util.*"%>
@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
@...
分类:
移动开发 时间:
2014-06-20 12:30:54
阅读次数:
300
??
1.Application
Application 是封装 WPF 特定功能的类,包括:
应用程序生存期: Activated,
Current,
Deactivated,
DispatcherUnhandledException,
Exit,
Run,
SessionEnding,
Shutdown,
ShutdownMode,
Startup。
应用...
分类:
移动开发 时间:
2014-06-20 11:48:07
阅读次数:
634
JSP中一共预先定义了9个这样的对象,分别为:request、response、session、application、out、
pagecontext、config、page、exception
1、request对象
request 对象是 javax.servlet.httpServletRequest类型的对象。 该对象代表了客户端的请求信
息,主要用于接受...
分类:
Web程序 时间:
2014-06-07 13:36:24
阅读次数:
161
http://edu.51cto.com/course/course_id-623-page-1.htmlhttp://blog.csdn.net/ch_soft/article/category/913850http://www.cnblogs.com/syxchina/archive/2012/...
分类:
移动开发 时间:
2014-06-07 11:17:46
阅读次数:
243
WebDriver IntroductionA different way of
automating the browser.. Create a browser-specific driver to control the browser
directly and have to do this...
分类:
其他好文 时间:
2014-06-07 07:14:40
阅读次数:
290
StringBuilder s = new StringBuilder();
s.Append(""); Type cstype = this.GetType(); ClientScriptManager cs =
Page.ClientScript; string sname = "lt"; if...
分类:
Web程序 时间:
2014-06-07 06:54:53
阅读次数:
318
Android应用开发视频教程-第2季http://edu.51cto.com/course/course_id-1150.htmlAndroid从程序员到架构师之路【共享版】http://edu.51cto.com/course/course_id-539-page-1.html大话优酷、酷六类视...
分类:
移动开发 时间:
2014-06-05 19:06:57
阅读次数:
238
键盘移动 (Move)一切都从键盘的移动k-> 上 upj-> 下
downh-> 左 leftl-> 右 rightz-> 重画屏幕,当前光标变成屏幕的第一行 (redraw current line at
top of window)CTRL-f-> 跳到下一页 (page down)CTRL-...
分类:
其他好文 时间:
2014-06-05 15:48:07
阅读次数:
354