input type="radio">如下:北京天津南京扬州苏州 1、获取选中的radio的值:$("input[name='city']:checked").val(); 使用元素选择器,再使用属性过滤器name='city',最后使用:checked选取被选中的元素。 2、给指定值的rad...
分类:
Web程序 时间:
2014-11-27 17:47:55
阅读次数:
176
题目来源
房间安排
时间限制:3000 ms | 内存限制:65535 KB
难度:2
描述
2010年上海世界博览会(Expo2010),是第41届世界博览会。于2010年5月1日至10月31日期间,在中国上海市举行。本次世博会也是由中国举办的首届世界博览会。上海世博会以“城市,让生活更美好”(Better City,Better Life)为主题,将充...
分类:
其他好文 时间:
2014-11-26 11:26:36
阅读次数:
159
/*
*Author : DavidLin
*Date : 2014-11-22pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver : 000.000.001
*history :...
分类:
系统相关 时间:
2014-11-24 20:54:08
阅读次数:
237
/*
*Author : DavidLin
*Date : 2014-11-22pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver : 000.000.001
*h...
分类:
系统相关 时间:
2014-11-24 20:53:32
阅读次数:
336
http://wthrcdn.etouch.cn/WeatherApi?citykey=101010100通过城市id获得天气数据,xml文件数据,当错误时会有节点http://wthrcdn.etouch.cn/WeatherApi?city=北京通过城市名字获得天气数据,xml文件数据
分类:
其他好文 时间:
2014-11-24 16:59:28
阅读次数:
149
数据库表
一个数据库通常包含一个或多个表。每个表由一个名字标识(例如“客户”或者“订单”)。表包含带有数据的记录(行)。
下面的例子是一个名为 "Persons" 的表:
Id
LastName
FirstName
Address
City
1
Adams
John
Oxford Street
London...
分类:
数据库 时间:
2014-11-24 15:21:08
阅读次数:
194
Java code?1{"weatherinfo":{"city":"北京","cityid":"101010100","temp1":"-8℃","temp2":"4℃","weather":"晴","img1":"n0.gif","img2":"d0.gif","ptime"
分类:
编程语言 时间:
2014-11-24 15:08:48
阅读次数:
295
/*
*Author : DavidLin
*Date : 2014-11-22pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver : 000.000.001
*history : editor...
分类:
系统相关 时间:
2014-11-24 11:53:07
阅读次数:
251
Attempt-Spring-2笔记:1、内部bean的使用;Bean配置;这样的我认为就是属于内部的引用吧、、、2、自动装配:代码:配置文件:上面是进行了传统的手工的装配和自动装配;byname:根据名字进行自动装配,这里的名字就是(以上面的例子为例),Person中的City和book属性名字和...
分类:
编程语言 时间:
2014-11-23 22:52:04
阅读次数:
193
一句话,如果你检查完格式没有错:关于通过adb启动Activity、activity、service以及发送broadcast的命令am broadcast -a myAction --es city "深圳"//通过如下代码获取intent内容Bundle bundle=intent.getExt...
分类:
数据库 时间:
2014-11-23 00:40:48
阅读次数:
951